bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#43495: Error when sorting threads in Gnus


From: Lars Ingebrigtsen
Subject: bug#43495: Error when sorting threads in Gnus
Date: Sat, 19 Sep 2020 18:44:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Igor Wojnicki <igor.wojnicki@gradis.pl> writes:

> Here you go:
>
> (print gnus-thread-sort-functions)
>
> (not gnus-thread-sort-by-most-recent-date)

Yeah, that's not valid.  This should be, though:

(setq gnus-thread-sort-functions
      '((not gnus-thread-sort-by-most-recent-date)))

Note extra pairs of parentheses there, which this variable uses to mean
that `not' isn't a literal function, but a logical operator with special
meaning for sorting.

Anyway, closing this bug report...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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