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

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

Re: Update topic unread counts on group exit?


From: Eric Abrahamsen
Subject: Re: Update topic unread counts on group exit?
Date: Wed, 04 May 2022 18:00:18 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Adam Sjøgren <asjo@koldfront.dk> writes:

> Eric writes:
>
>> I'll remove the checks now.
>
> The line the error is triggered in is:
>
>     (defun gnus-topic-update-topic-line (topic-name &optional reads)
>       (let* ((top (gnus-topic-find-topology topic-name))
>              (type (cadr top))
>              (children (cddr top))
>              (entries (gnus-topic-find-groups
>                        (car type) (car gnus-group-list-mode)
>                        (cdr gnus-group-list-mode)))
>              (all-groups (gnus-topic-find-groups
>                        (car type) (car gnus-group-list-mode)
>                        (cdr gnus-group-list-mode) t))         <------ HERE
>              (parent (gnus-topic-parent-topic topic-name))
>
> gnus-topic-find-groups: Wrong type argument: number-or-marker-p, t
>
> gnus-group-list-mode is (5) here, so the cdr is nil, and
> gnus-topic-find-groups doesn't like that, apparently. I didn't have time
> to step through that to pinpoint it further.

Looks like Dick Chiang has already opened a bug report containing the
fix, so expect this to work Real Soon Now.




reply via email to

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