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: Adam Sjøgren
Subject: Re: Update topic unread counts on group exit?
Date: Wed, 04 May 2022 23:44:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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.


  Best regards,

    Adam

-- 
 "*We* focus on doing nothing at all!"                      Adam Sjøgren
                                                       asjo@koldfront.dk




reply via email to

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