From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66527 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: drafts and expiry-target problem and solution Date: Wed, 19 Mar 2008 07:59:39 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r6eevweh.fsf@pascal.matem.unam.mx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205881324 31694 80.91.229.12 (18 Mar 2008 23:02:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2008 23:02:04 +0000 (UTC) Cc: bugs@gnus.org, ding@gnus.org To: nils-dated-1213237429.39274f@ackermath.info Original-X-From: ding-owner+M15014@lists.math.uh.edu Wed Mar 19 00:02:32 2008 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.50) id 1Jbkoy-0007A6-Tz for ding-account@gmane.org; Wed, 19 Mar 2008 00:02:17 +0100 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 1JbknZ-0002H1-P8; Tue, 18 Mar 2008 18:00:49 -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 1JbknY-0002Gt-NP for ding@lists.math.uh.edu; Tue, 18 Mar 2008 18:00:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JbknS-0007R9-Lt for ding@lists.math.uh.edu; Tue, 18 Mar 2008 18:00:48 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JbknZ-0008Hm-00; Wed, 19 Mar 2008 00:00:49 +0100 Original-Received: from [66.225.201.151] (port=47070 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1Jbkmn-0006ls-Dr; Tue, 18 Mar 2008 18:00:02 -0500 X-Hashcash: 1:20:080318:nils-dated-1213237429.39274f@ackermath.info::nkRtfaOrtXGNDcdt:0000000000000000007+69 X-Hashcash: 1:20:080318:bugs@gnus.org::sXGnFyPZ7FaGBStp:00000ZAs X-Hashcash: 1:20:080318:ding@gnus.org::gTRNEcW4MoBfRygR:00000cy4 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.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:tV/fT8p/iATKpNet4ljaxMIBA4E= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66527 Archived-At: >>>>> Reiner Steib wrote: > On Tue, Mar 18 2008, Katsumi Yamaoka wrote: > [ Patches by Nils Ackermann ] >> The patches look good to me. It is the best if you have signed a >> paper to FSF, > He hasn't. >> but it seems to be able to treat as a tiny change. > The patches are sufficiently small to be installed without papers. Ok, I've installed Nils Ackermann's patch in the Gnus trunk and the v5-10 branch. >>>>> Katsumi Yamaoka wrote: >> error: `nnml-save-mail: Selecting deleted buffer'. > But doesn't your patch to message.el solve it? Although I tried > modifying the `nnml-open-nov' function as follows, before applying > your patch, it is unnecessary, isn't it? > (defun nnml-open-nov (group) > (let ((buffer (cdr (assoc group nnml-nov-buffer-alist)))) > (if (gnus-buffer-live-p buffer) > buffer > (setq buffer (nnml-get-nov-buffer group)) > (push (cons group buffer) nnml-nov-buffer-alist) > buffer))) I didn't install it for the moment, since it may be no more than a workaround to hide another nnoo-related bug. Regards,