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: Igor Wojnicki
Subject: bug#43495: Error when sorting threads in Gnus
Date: Sat, 19 Sep 2020 18:27:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 9/19/20 4:53 PM, Lars Ingebrigtsen wrote:
Igor Wojnicki <igor.wojnicki@gradis.pl> writes:

If I try to open an larger imap group (a few thousand messages both
read and unread) Gnus gives a warning: Wrong number of arguments: #, 2
And the Summary window is empty or it contains only some of the
messages.

[...]

Debugger entered--Lisp error: (wrong-number-of-arguments #<subr null>
2)
   not(([26311 "GitLab email verification request" "GitLab
<gitlab@mg.gitlab.com>" #("Fri, 10 Jul 2020 02:32:05 +0000" 0 1
(gnus-time (24327 54053)))

[...]

   gnus-summary-prepare()

It looks like the backtrace has to come from something in either
gnus-thread-sort-functions, gnus-article-sort-functions or
gnus-sort-gathered-threads-function.  What's the value of those three
variables?



Here you go:


(print gnus-thread-sort-functions)

(not gnus-thread-sort-by-most-recent-date)
(not gnus-thread-sort-by-most-recent-date)


(print gnus-article-sort-functions)

(gnus-article-sort-by-number)
(gnus-article-sort-by-number)


(print gnus-sort-gathered-threads-function)

gnus-thread-sort-by-number
gnus-thread-sort-by-number






reply via email to

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