From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33792 Path: main.gmane.org!not-for-mail From: Dave Liebreich Newsgroups: gmane.emacs.gnus.general Subject: Re: error: Selecting deleted buffer Date: 20 Dec 2000 01:18:02 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nzohrtvqp.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169834 27001 80.91.224.250 (21 Oct 2002 03:10:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:10:34 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 05565D049D for ; Wed, 20 Dec 2000 04:18:38 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAB10508; Wed, 20 Dec 2000 03:18:37 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 20 Dec 2000 03:17:51 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id DAA01997 for ; Wed, 20 Dec 2000 03:17:41 -0600 (CST) Original-Received: from oberon.dnai.com (oberon.dnai.com [207.181.194.97]) by mailhost.sclp.com (Postfix) with ESMTP id 340BFD049D for ; Wed, 20 Dec 2000 04:18:05 -0500 (EST) Original-Received: from neptune.dnai.com (neptune.dnai.com [207.181.194.93]) by oberon.dnai.com (8.9.3/8.9.3) with ESMTP id BAA88523 for ; Wed, 20 Dec 2000 01:18:04 -0800 (PST) Original-Received: from bedbug.entera.com (dnai-216-15-97-156.cust.dnai.com [216.15.97.156]) by neptune.dnai.com (8.9.3/8.9.3) with ESMTP id BAA45063 for ; Wed, 20 Dec 2000 01:18:03 -0800 (PST) Original-To: ding@gnus.org In-Reply-To: ShengHuo ZHU's message of "20 Dec 2000 02:09:02 -0500" Original-Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33792 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33792 ShengHuo ZHU writes: > I saw a similar bug report before. But I can not figure out which > buffer causes the problem. One buffer is " *nntpd*" and another is > " *server SERVER nntp *nntpd**" (notice the leading space. replace > SERVER with the real server name). If the problem happens again, > could you check all buffers starting with " *"? I guess some buffer > is missing. (print(buffer-list) (current-buffer)) (# # # # # # # # # # #) So it appears that the ...SERVER... buffer is missing. -Dave