Adam Sjøgren <a...@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.