Gnus development mailing list
 help / color / mirror / Atom feed
* Topic and group parameters
@ 2002-01-13 17:08 Janne Rinta-Mänty
  2002-01-15 10:48 ` Janne Rinta-Mänty
  2002-01-19 22:22 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Janne Rinta-Mänty @ 2002-01-13 17:08 UTC (permalink / raw)


Hello,

The order in which the value of a parameter is determined seems to be
(strongest first):

1. group parameters
2. topic parameters (from deepest to root topic)
3. gnus-parameters (in the order of the list)

...but is it?  Experiments with gcc-self (the columns are the values
of gcc-self in group parameters, topic parameters and gnus-parameters
('-' means no value at all); the last column is the value seen in Gcc:
when writing an article in the group (nil means no Gcc header)):

group     topic     g-p     Gcc

"group"   "topic"   "g-p"   "group"
"group"   nil       "g-p"   "group"
"group"   -         "g-p"   "group"
"group"   "topic"   -       "group"
"group"   "topic"   nil     "group"
"group"   nil       nil     "group"
-         "topic"   "g-p"   "topic"
-         "topic"   nil     "topic"
nil       "topic"   nil     nil
nil       "topic"   -       nil
-         "topic"   -       "topic"
nil       "topic"   "g-p"   "g-p" ???
-         nil       "g-p"   "g-p" ???
nil       nil       "g-p"   "g-p" ???

Last three values for Gcc look odd, I was expecting no Gcc header for
those combinations.

Also, I think that gnus-parameters should be stronger than topic
parameters.  The manual says in <info://Gnus/Topic+Parameters> "Group
parameters (of course) override topic parameters [...]", and
gnus-parameters has group parameters, only in a different place than
the "real" group parameters.

-- 
Janne Rinta-Mänty



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

end of thread, other threads:[~2002-01-19 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-13 17:08 Topic and group parameters Janne Rinta-Mänty
2002-01-15 10:48 ` Janne Rinta-Mänty
2002-01-19 22:22 ` Lars Magne Ingebrigtsen

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