From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31229 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: denying nnimap server causes nnimap-close-group to crash Date: 26 May 2000 18:13:33 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167669 12873 80.91.224.250 (21 Oct 2002 02:34:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:34:29 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id EBD6ED051E for ; Fri, 26 May 2000 12:14:45 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB04271; Fri, 26 May 2000 11:14:30 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 May 2000 11:13:56 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA00325 for ; Fri, 26 May 2000 11:13:46 -0500 (CDT) Original-Received: from viffer.computas.no (c235s252-h3t13.chello.no [212.186.252.235]) by mailhost.sclp.com (Postfix) with ESMTP id 527AFD051E for ; Fri, 26 May 2000 12:14:06 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.computas.no (8.9.3/8.9.3) id SAA02037; Fri, 26 May 2000 18:14:00 +0200 Original-To: ding@gnus.org In-Reply-To: Steinar Bang's message of "26 May 2000 15:54:02 +0200" User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/20.4 (Emerald) Original-Lines: 25 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31229 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31229 >>>>> Steinar Bang : > Platform: Gnus v5.8.7, XEmacs 20.4, linux > When I'm at home, none of the IMAP servers at work are available, so I > would like to deny them. > However if I go to the server buffer, and press D on these servers, > and then go back to *Group* and press > g > I end up with the following stack trace: > Signaling: (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("INBOX" "somemachine.somecompany.no") > gnus-get-unread-articles(2) > gnus-group-get-new-news(2) > call-interactively(gnus-group-get-new-news) Further datapoint: If an nnimap server ends up as denied because of a timeout or a C-g while Gnus is trying to access it, the error above doesn't occur.