info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus-thread-sort-functions?


From: David Z Maze
Subject: Re: gnus-thread-sort-functions?
Date: Tue, 04 Dec 2007 14:09:38 -0500
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (usg-unix-v)

Bernd <Bernd.Schmitt.News@gmx.net> writes:

> I tried to customize the summary buffer appearance by setting
>
> (setq gnus-thread-sort-functions
>       '(not gnus-thread-sort-by-number))
>
> in order to put the newest thread on top, but this does not work.
>
> I get a warning, but it vanishes after a short pause so I can not read
> it fully. It says something about "not" needing only one parameter and
> getting two - or so ...

C-h v gnus-thread-sort-functions is informative.  You're setting it to a
list of 'not and 'gnus-thread-sort-by-number, where you probably want a
list of '(not gnus-thread-sort-by-number); try

(setq gnus-threads-sort-functions '((not gnus-thread-sort-by-number)))

instead.

  --dzm


reply via email to

[Prev in Thread] Current Thread [Next in Thread]