From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32763 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: error Selecting deleted or non-existent buffer Date: 04 Oct 2000 22:06:05 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168990 21568 80.91.224.250 (21 Oct 2002 02:56:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:56:30 +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 1A7D5D0525 for ; Wed, 4 Oct 2000 16:06:45 -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 PAC02740; Wed, 4 Oct 2000 15:06:34 -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:05:57 -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 PAA06765 for ; Wed, 4 Oct 2000 15:05:48 -0500 (CDT) Original-Received: from viffer.bang.priv.no (c96-s55-r14h3.upc.chello.no [213.46.211.96]) by mailhost.sclp.com (Postfix) with ESMTP id 2FC43D0525 for ; Wed, 4 Oct 2000 16:06:07 -0400 (EDT) Original-Received: (from sb@localhost) by viffer.bang.priv.no (8.9.3/8.9.3) id WAA32175; Wed, 4 Oct 2000 22:06:05 +0200 Original-To: ding@gnus.org Original-Lines: 24 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32763 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32763 Platform: Gnus v5.8.8 (CVS checkout from yesterday), XEmacs 20.4, linux Setup: - primary server an nntp server which connects through nntp-rlogin-program ssh to a different machine which is allowed to talk to this servers - nnimap folders - a secondary nnimap cyrus server server that always is reachable - a secondary UoW nnimap server that is reached through ssh via imap-shell-program - a secondary Exchange nnimap server that is not reachable apart from at work. Currently denied manually in the server buffer - another secondary Exchange nnimap server that is also not reachable apart from at work. Currently denied manually in the server buffer 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?