From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58644 Path: main.gmane.org!not-for-mail From: Arnaud Giersch Newsgroups: gmane.emacs.gnus.general Subject: Re: spurious articles appearing in draft group Date: Wed, 29 Sep 2004 09:48:32 +0200 Organization: N/A Sender: ding-owner@lists.math.uh.edu Message-ID: <87y8itbjn3.fsf@groumpf.homeip.net> References: <874qlz9u5i.fsf@uwo.ca> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1096472176 5765 80.91.229.6 (29 Sep 2004 15:36:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2004 15:36:16 +0000 (UTC) Original-X-From: ding-owner+M7182@lists.math.uh.edu Wed Sep 29 17:35:59 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CCgUo-0004wl-00 for ; Wed, 29 Sep 2004 17:35:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CCgUU-0006iF-00; Wed, 29 Sep 2004 10:35:38 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CCZCW-0005ZV-00 for ding@lists.math.uh.edu; Wed, 29 Sep 2004 02:48:36 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CCZCX-0005hJ-7s for ding@lists.math.uh.edu; Wed, 29 Sep 2004 02:48:37 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id CD1A73A003F for ; Wed, 29 Sep 2004 02:48:34 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CCZCT-00019n-00 for ; Wed, 29 Sep 2004 09:48:33 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 44 Original-NNTP-Posting-Host: giersch.net1.nerim.net Original-X-Trace: quimby.gnus.org 1096444113 3296 62.212.101.48 (29 Sep 2004 07:48:33 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 29 Sep 2004 07:48:33 +0000 (UTC) Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:KiPngrHOKBo6115+3hy3OjhRhKs= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58644 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58644 [Apologies if you see this article twice, but the first article did not show up after more than 12 hours (nntp posting through news.gnus.org)] Jeudi le 16 septembre 2004, vers 23:51:49 (CEST), Michael Cook a =E9crit: > okay, it seems i can reproduce this problem by editing an article > (gnus-summary-edit-article). the article then becomes a > rogue/zombie thing that keeps re-appearing in my drafts folder until > i restart gnus. Hello, I have the same problem here. As far as I can remember, it appeared after August 15. It looks like it is due to the following change: 2004-08-22 Stefan Monnier * gnus-art.el: [...] (gnus-article-edit-mode): Derive from message-mode. Function "message-mode" calls "message-set-auto-save-file-name" which itself calls "nndraft-request-associate-buffer". The problem is that "nndraft-request-expire-buffer" is never called when article editing ends. I corrected the problem by reverting the change (derive gnus-article-edit-mode from text-mode).=20=20 Another solution may be to insert proper calls to "message-disassociate-draft" (or "nndraft-request-expire-buffer"?) in "gnus-article-edit-done" and "gnus-article-edit-exit" (and maybe others).=20=20 A third solution I can see is to manage not using nndraft when gnus-article-edit-mode is used. Regards, --=20 Arnaud