From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79521 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.gnus.general Subject: Re: "selecting deleted buffer" and buffers with sent messages staying Date: Wed, 20 Jul 2011 00:16:16 +0200 Organization: my virtual residence Message-ID: <87aac9lxvz.fsf@yun.yagibdah.de> References: <877h816fsa.fsf@yun.yagibdah.de> <87zkkolp1p.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311113813 9673 80.91.229.12 (19 Jul 2011 22:16:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 19 Jul 2011 22:16:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27817@lists.math.uh.edu Wed Jul 20 00:16:46 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QjIal-0005PG-MO for ding-account@gmane.org; Wed, 20 Jul 2011 00:16:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QjIaY-000139-Vw; Tue, 19 Jul 2011 17:16:27 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QjIaX-00012o-JG for ding@lists.math.uh.edu; Tue, 19 Jul 2011 17:16:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QjIaS-00076R-L7 for ding@lists.math.uh.edu; Tue, 19 Jul 2011 17:16:25 -0500 Original-Received: from static.103.179.46.78.clients.your-server.de ([78.46.179.103] helo=static.73.179.46.78.clients.your-server.de) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QjIaQ-0005OX-Dc for ding@gnus.org; Wed, 20 Jul 2011 00:16:18 +0200 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.76) (envelope-from ) id 1QjIaO-0002NJ-Pt for ding@gnus.org; Wed, 20 Jul 2011 00:16:16 +0200 Mail-Followup-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 19 Jul 2011 18:45:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: 0.1 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1868--6241h-0s--0d--H*u:Emacs, 0.000-1731--5784h-0s--0d--H*u:Gnus, 0.000-1654--5525h-0s--0d--H*u:linux, 0.000-1654--5525h-0s--0d--H*UA:linux, 0.000-1603--5355h-0s--0d--H*u:gnu Spam tokens: 0.993-1--0h-2s--0d--HX-Spam-Relays-External:sk:static., 0.993-1--0h-2s--0d--H*RU:sk:static., 0.958-4546--1464h-54267s--0d--H*r:quimby.gnus.org, 0.924-249--207h-4114s--0d--H*r:sk:static., 0.886-1770--4275h-54584s--0d--HX-Spam-Relays-External:quimby.gnus.org Autolearn status: no -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 2.0 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr 1) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79521 Archived-At: Lars Magne Ingebrigtsen writes: > lee writes: > >> | Debugger entered--Lisp error: (error "Selecting deleted buffer") >> | nnml-add-nov("sys.expired" 373 [nil "Re: alternative to kaffeine?" >> | "lee " "Fri, 08 Jul 2011 17:55:27 +0200" >> | "<87ei20n4l1.fsf@totally-fudged-out-message-id>" >> | "<87vcvdq9mt.fsf@yun.yagibdah.de> >> | " 1266 34 "yun.yagibdah.de >> | sys.expired:373" ((To . "debian-user@lists.debian.org"))]) >> | nnml-save-mail((("sys.expired" . 373)) "yun") >> | nnml-request-accept-article("sys.expired" "yun" nil) >> | gnus-request-accept-article("sys.expired" nil nil t) >> | nnmail-expiry-target-group("sys.expired" "drafts") >> | nnmh-request-expire-articles((24) "drafts" nil t) > > [...] > > Gnus is bugging out when trying to save move the message from the drafts > group to your expiry target. I've tried using a similar setting, but > I'm not able to reproduce the bug. > > Can you try to see when it happens and what's different from the times > it doesn't happen? The only thing that comes to mind is that it may have to do with switching buffers and frequently saving a message I'm writing in between with C-x C-s. I've already tried to reproduce it without success, and it hasn't happened again yet. Perhaps it has gone away with more recent versions of emacs ("bzr revno" says 105223). Perhaps I can put some debugging statements into `nnml-open-nov' to find out what the variables `group' and `buffer' are in case it happens again?