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

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

Error in `gnus-topic-select-group'


From: Dan Davison
Subject: Error in `gnus-topic-select-group'
Date: Thu, 27 Jan 2011 09:56:03 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin)

Using today's gnus git HEAD with emacs 23 and 24, I

  - Start gnus
  - nntp groups appear with an asterisk before their names, indicating
    that they are not yet opened
  - Hit RET (gnus-topic-select-group)
  - I get an error in the function `gnus-agent-possibly-alter-active'
    when evaluating (setcdr active agent-max):

  Wrong type argument: consp, nil

  This results from the expression 

  (gnus-agent-possibly-alter-active group (gnus-active group) info)

  in function `gnus-select-newsgroup', where the expression
  (gnus-active group) returns nil, which becomes the `active' argument
  to `gnus-agent-possibly-alter-active'.


Dan


reply via email to

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