Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: Reverse group sort by rank
       [not found] <y1zn0olg2m4.fsf@ask.diku.dk>
@ 2002-11-07 13:06 ` Reiner Steib
  0 siblings, 0 replies; only message in thread
From: Reiner Steib @ 2002-11-07 13:06 UTC (permalink / raw)


On Thu, Nov 07 2002, Jonas Nielsen wrote:

> (add-hook 'gnus-summary-exit-hook 'gnus-group-sort-groups-by-rank)
>
> in .gnus if you want the groups to always be sorted by rank. This
> works fine but the groups with the highest rank are at the
> bottom. Obviously I want them to be at the top. How do I do that ?

,----[ C-h f gnus-group-sort-groups-by-rank RET ]
| gnus-group-sort-groups-by-rank is an interactive compiled Lisp
| function in `gnus-group'.
| (gnus-group-sort-groups-by-rank &optional REVERSE)
| 
| Sort the group buffer by group rank.
| If REVERSE, sort in reverse order.
`----

(add-hook 'gnus-summary-exit-hook 
	  '(lambda ()
	     (gnus-group-sort-groups-by-rank t)))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-07 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <y1zn0olg2m4.fsf@ask.diku.dk>
2002-11-07 13:06 ` Reverse group sort by rank Reiner Steib

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