From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58645 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 15:26:12 +0000 (UTC) Sender: ding-owner@lists.math.uh.edu Message-ID: References: <874qlz9u5i.fsf@uwo.ca> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096472178 5775 80.91.229.6 (29 Sep 2004 15:36:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2004 15:36:18 +0000 (UTC) Original-X-From: ding-owner+M7183@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-0004wm-00 for ; Wed, 29 Sep 2004 17:35:59 +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 1CCgUg-0006iw-00; Wed, 29 Sep 2004 10:35:50 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CCgPM-0006dP-00 for ding@lists.math.uh.edu; Wed, 29 Sep 2004 10:30:20 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CCgPN-0003GI-2A for ding@lists.math.uh.edu; Wed, 29 Sep 2004 10:30:21 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 7A32A3A003F for ; Wed, 29 Sep 2004 10:30:18 -0500 (CDT) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CCgPJ-000386-00 for ; Wed, 29 Sep 2004 17:30:17 +0200 Original-Received: from dinadan.u-strasbg.fr ([130.79.192.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2004 17:30:17 +0200 Original-Received: from arnaud.giersch by dinadan.u-strasbg.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2004 17:30:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 43 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 130.79.192.145 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040615 Firefox/0.9) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58645 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58645 Michael Cook waxrat.com> writes: > 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. (I tried first to post this article to gnus.ding via news.gnus.org but it did not appear, I hope that it will be ok via gmane. Apologies if you see multiple copies.) 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 iro.umontreal.ca> * 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). 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). A third solution I can see is to manage not using nndraft when gnus-article-edit-mode is used. Regards, -- Arnaud