emacs-devel
[Top][All Lists]
Advanced

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

bug in gnus nnimap expiry in emacs21


From: Ken Raeburn
Subject: bug in gnus nnimap expiry in emacs21
Date: 08 Aug 2001 10:24:48 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

Gnus v5.9.0
GNU Emacs 21.0.104.2 (i386-debian-linux-gnu, X toolkit)
 of 2001-07-13 on peppermint

(This is a packaged emacs21 by one of the Debian testers; I don't know
of any changes from the snapshots or CVS, but can't assert that there
aren't any.)

If I start up gnus with my current settings, while disconnected from
the net, the nnimap:cyrus.andrew.cmu.edu server gets denied.  Running
gnus-group-expire-all-groups causes a lisp error when expiring groups
from that server, because set-buffer is called with
nnimap-server-buffer, which is nil.

I don't have any time to look further into it this week or next.

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  set-buffer(nil)
  (save-current-buffer (set-buffer nnimap-server-buffer) (when (and ... ...) 
(case nnimap-expunge-on-close ... ... ...) (not imap-current-mailbox)))
  (with-current-buffer nnimap-server-buffer (when (and ... ...) (case 
nnimap-expunge-on-close ... ... ...) (not imap-current-mailbox)))
  nnimap-close-group("archive.openafs.openafs-announce" "cyrus.andrew.cmu.edu")
  
gnus-close-group("nnimap+cyrus.andrew.cmu.edu:archive.openafs.openafs-announce")
  
gnus-group-expire-articles-1("nnimap+cyrus.andrew.cmu.edu:archive.openafs.openafs-announce")
  gnus-group-expire-articles(nil)
  gnus-group-expire-all-groups()
  call-interactively(gnus-group-expire-all-groups)


Attachment: binhtaKetNMQp.bin
Description: User settings


reply via email to

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