GNU bug report logs -
#43495
Error when sorting threads in Gnus
Previous Next
Reported by: Igor Wojnicki <igor.wojnicki <at> gradis.pl>
Date: Fri, 18 Sep 2020 18:45:01 UTC
Severity: normal
Tags: notabug
Found in version 5.13
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 43495 <at> debbugs.gnu.org (full text, mbox):
On 9/19/20 4:53 PM, Lars Ingebrigtsen wrote:
> Igor Wojnicki <igor.wojnicki <at> 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 <at> 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
This bug report was last modified 4 years and 323 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.