From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7163 Path: main.gmane.org!not-for-mail From: John Griffith Newsgroups: gmane.emacs.gnus.general Subject: Re: BBDB error: "Selecting deleted or non-existent buffer" Date: 08 Jul 1996 17:29:52 +0200 Sender: griffith@sfs.nphil.uni-tuebingen.de Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.68) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035147513 6161 80.91.224.250 (20 Oct 2002 20:58:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:58:33 +0000 (UTC) Cc: info-bbdb@xemacs.org Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id JAA21848 for ; Mon, 8 Jul 1996 09:08:36 -0700 Original-Received: from filippo.sfs.nphil.uni-tuebingen.de (filippo.sfs.nphil.uni-tuebingen.de [134.2.129.45]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 8 Jul 1996 17:30:07 +0200 Original-Received: (from griffith@localhost) by filippo.sfs.nphil.uni-tuebingen.de (8.7.5/8.7.3) id RAA12456; Mon, 8 Jul 1996 17:29:53 +0200 (MET DST) Original-To: ding@ifi.uio.no In-Reply-To: John Griffith's message of 06 Jul 1996 11:19:19 +0200 Original-Lines: 18 X-Mailer: Gnus v5.2.31/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:7163 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7163 On the ding list, I asked if anyone else got the error: "Selecting deleted or non-existent buffer" in the Gnus summary buffer when doing ":". Sudeep Kumar Palat solved this problem for me. (Thanks Sudeep!). The problem is with multiple article buffers in Gnus. In bbdb-gnus.el, the line: (set-buffer "*Article*") needs to be changed to: (set-buffer gnus-article-buffer) to handle these.