Gnus development mailing list
 help / color / mirror / Atom feed
From: Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
Subject: Re: *.SCORE files being reformatted by gnus?
Date: 23 Mar 1999 21:55:29 +0100	[thread overview]
Message-ID: <HBF.990323phv1@bombur.uio.no> (raw)
In-Reply-To: Florian Weimer's message of "Tue, 23 Mar 1999 18:34:38 GMT"

Florian Weimer writes:
> You can put the stuff that requires extensive comments (for example,
> tricky regexps) into a separate file, put `(read-only t)' into it,
> and include this file from the regular score file using `(file "blah")'.

You can probably write it as (comment "....") at the outermost level in
the score alist, since Gnus appears to ignore unrecognized score
entries.  I just put
((comment "foobar")
 ("subject"
  ("\\<Maxtemp\\>" -1000 nil r)
  ...more scores...)
in a *.SCORE file and used the I command to modify it, and the comment
stayed put.  Though I wouldn't try to put a comment inside a list of
scores, e.g. between "subject" and ("\\<Maxtemp\\>" ...).

-- 
Hallvard


  parent reply	other threads:[~1999-03-23 20:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-23  4:04 Dmitry Yaitskov
1999-03-23 17:55 ` Florian Weimer
1999-03-23 19:03   ` Dmitry Yaitskov
1999-03-23 20:55   ` Hallvard B Furuseth [this message]
1999-03-23 21:31     ` Dmitry Yaitskov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=HBF.990323phv1@bombur.uio.no \
    --to=h.b.furuseth@usit.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).