Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* different sorting for different groups
@ 2007-09-11  9:46 jidanni
  2007-09-11 10:41 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2007-09-11  9:46 UTC (permalink / raw)
  To: info-gnus-english

How do I sort on Lines automatically whenever I enter a nndoc group,
so I don't need to hit ^C-^S-^L each time?

(setq gnus-parameters
 '(("^nndoc:"
   (gnus-thread-sort-functions gnus-thread-sort-by-lines)
   (dummy-variable (gnus-summary-sort-by-lines)))))

Doesn't work. Please tell me what to put in _.gnus.el_.

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

* Re: different sorting for different groups
  2007-09-11  9:46 different sorting for different groups jidanni
@ 2007-09-11 10:41 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2007-09-11 10:41 UTC (permalink / raw)
  To: info-gnus-english

>>>>> jidanni@jidanni.org wrote:

> How do I sort on Lines automatically whenever I enter a nndoc group,
> so I don't need to hit ^C-^S-^L each time?

> (setq gnus-parameters
>  '(("^nndoc:"
>    (gnus-thread-sort-functions gnus-thread-sort-by-lines)
>    (dummy-variable (gnus-summary-sort-by-lines)))))

> Doesn't work. Please tell me what to put in _.gnus.el_.

This will work (if `gnus-show-threads' is non-nil):

(setq gnus-parameters
 '(("^nndoc:"
   (gnus-thread-sort-functions 'gnus-thread-sort-by-lines))))

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

end of thread, other threads:[~2007-09-11 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-11  9:46 different sorting for different groups jidanni
2007-09-11 10:41 ` Katsumi Yamaoka

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