From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16184 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: Sent message still in drafts (lisp error: "Selecting deleted buffer") Date: Mon, 01 Apr 2013 08:59:58 +0900 Organization: Emacsen advocacy group Message-ID: References: <877gkn8ma1.fsf@bitburger.home.felix> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1364774419 27650 80.91.229.3 (1 Apr 2013 00:00:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2013 00:00:19 +0000 (UTC) Cc: info-gnus-english@gnu.org To: Felix Natter Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Apr 01 02:00:46 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UMSB4-0007zj-1U for gegu-info-gnus-english@m.gmane.org; Mon, 01 Apr 2013 02:00:46 +0200 Original-Received: from localhost ([::1]:46209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMSAf-0003Qq-MB for gegu-info-gnus-english@m.gmane.org; Sun, 31 Mar 2013 20:00:21 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMSAR-00035j-5W for info-gnus-english@gnu.org; Sun, 31 Mar 2013 20:00:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMSAP-0003md-Te for info-gnus-english@gnu.org; Sun, 31 Mar 2013 20:00:07 -0400 Original-Received: from mail-hampton.hostforweb.net ([216.246.13.138]:47501 helo=hampton.hostforweb.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMSAP-0003lQ-Pe for info-gnus-english@gnu.org; Sun, 31 Mar 2013 20:00:05 -0400 Original-Received: from localhost.localdomain ([127.0.0.1]:33633 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1UMSAN-000cYb-Sp; Sun, 31 Mar 2013 19:00:04 -0500 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:yrQqTFwfrOCK2OkePWcSTiG3WB0= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-Received-From: 216.246.13.138 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16184 Archived-At: Oops, I seem to have misread the backtrace. You aren't using the most recent nndraft.el, are you? In it, there should be the FIXME comment in the 259th line. Katsumi Yamaoka wrote: > Felix Natter wrote: >> now I have another backtrace (debug-on-error=t, with M-x load-library >> nnml.el) with the below fix in place: >> Debugger entered--Lisp error: (error "Selecting deleted buffer") >> set-buffer(#) > [...] >> apply(nnmh-request-expire-articles ((145) "drafts" nil t)) >> nnoo-parent-function(nndraft nnmh-request-expire-articles ((145) >> "drafts" nil t)) >> nndraft-request-expire-articles((145) "drafts" nil t) >> message-disassociate-draft() >> message-send(nil) >> message-send-and-exit(nil) >> call-interactively(message-send-and-exit nil nil) > [...] > I see. The recent change having aimed not to try to move a draft > to a group was insufficient. I'm going to fix it, essentially if > possible.