From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32765 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: error Selecting deleted or non-existent buffer Date: 04 Oct 2000 16:14:21 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <5b8zs4icte.fsf@whiskey.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168991 21577 80.91.224.250 (21 Oct 2002 02:56:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:56:31 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 3F54BD051E for ; Wed, 4 Oct 2000 16:15:01 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAC02773; Wed, 4 Oct 2000 15:14:44 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 04 Oct 2000 15:14:07 -0500 (CDT) 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 PAA06845 for ; Wed, 4 Oct 2000 15:13:57 -0500 (CDT) Original-Received: from gate.cs.rochester.edu (gate.cs.rochester.edu [192.5.53.207]) by mailhost.sclp.com (Postfix) with ESMTP id E85E3D051E for ; Wed, 4 Oct 2000 16:14:22 -0400 (EDT) Original-Received: from whiskey.cs.rochester.edu (whiskey.cs.rochester.edu [192.5.53.191]) by gate.cs.rochester.edu (8.8.8+Sun/T--) with ESMTP id QAA28172 for ; Wed, 4 Oct 2000 16:14:22 -0400 (EDT) Original-Received: (from zsh@localhost) by whiskey.cs.rochester.edu (8.9.1b+Sun/Q++) id QAA04220; Wed, 4 Oct 2000 16:14:22 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Original-Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32765 Steinar Bang writes: > When I do `g' and then `J s' to download new articles into the agent, > it stops with this text in the mini-buffer: > Error ((error Selecting deleted or non-existent buffer)). Continue? (y or n) Yes > > Anyone have any idea what causes this? It isn't enough of an error to > trigger a stack trace by doing this: > (setq debug-on-error t) > > Is there another debug variable I should set, maybe? The error is caught by some condition-case. (setq debug-on-signal t) helps. ShengHuo