Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-parameters limitations
@ 2004-10-31 13:00 Jochen Küpper
  2004-10-31 20:31 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Jochen Küpper @ 2004-10-31 13:00 UTC (permalink / raw)


I am wondering about some limitations of gnus-parameters, using GNU
Emacs 21.3.1 and No Gnus v0.3.


The manual states (correctly) that some settings cannot be performed
through the gnus-parameters variable:
,----[ (info "(gnus)Group Parameters") ]
|    Group parameters can be set via the `gnus-parameters' variable too.
| But some variables, such as `visible', have no effect.  For example:
`----
Why is that?

I am sharing my .emacs and .gnus files between computers (using cvs),
so it would be great to put everything into these files. Having to use
Group Parameters (stored in .newsrc.eld) is fairly uncomfortable. But
also generally it would be nice to have everything stored in one
place.

What would be necessary to improve on that?



Apparently the parsing of gnus-parameters is performed so that the
first matching entry is used. Wouldn't it be nice to allow for
hierarchical settings as with posting styles, where all matching
entries are used and later settings overwrite earlier ones?

Assume the following setting
,----
|      (setq gnus-parameters
|            '(("mail\\..*"
|               (gnus-show-threads nil)
|               (gnus-use-scoring nil)
|               (gcc-self . t)
|               (display . all))
|              ("mail\\.some\\.group"
|               (gnus-use-scoring  t)
|               (to-group . "\\1"))
`----
I would expect to have the following apply to mail.some.group:
,----
|               (gnus-show-threads nil)
|               (gcc-self . t)
|               (display . all))
|               (gnus-use-scoring  t)
|               (to-group . "\\1"))
`----


Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        Sex, drugs and rock-n-roll




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-03 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-31 13:00 gnus-parameters limitations Jochen Küpper
2004-10-31 20:31 ` Reiner Steib
     [not found]   ` <v93bzubpf6.fsf-WZbs9ZYJ0ya4nSHvGpykACzlmkwuQ7VwhC4ANOJQIlc@public.gmane.org>
2005-01-03 17:44     ` Jochen Küpper

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).