From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68815 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-edit-article vs. Unicode Date: Fri, 24 Jul 2009 09:01:10 +0900 Organization: Emacsen advocacy group Message-ID: References: <87y6qgsg4f.fsf@marauder.physik.uni-ulm.de> <87y6qgsalj.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1248393780 29954 80.91.229.12 (24 Jul 2009 00:03:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Jul 2009 00:03:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17235@lists.math.uh.edu Fri Jul 24 02:02:53 2009 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 1MU8FQ-00018O-PC for ding-account@gmane.org; Fri, 24 Jul 2009 02:02:53 +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 1MU8Ee-0007cR-Sr; Thu, 23 Jul 2009 19:02:04 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1MU8Ed-0007cA-LN for ding@lists.math.uh.edu; Thu, 23 Jul 2009 19:02:03 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MU8Eb-0004h1-42 for ding@lists.math.uh.edu; Thu, 23 Jul 2009 19:02:03 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MU8F9-0005P4-00 for ; Fri, 24 Jul 2009 02:02:35 +0200 Original-Received: from localhost ([127.0.0.1]:36502) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1MU8Dz-0003EW-74 for ding@gnus.org; Thu, 23 Jul 2009 19:01:24 -0500 X-Hashcash: 1:20:090724:ding@gnus.org::2AD3ABSITT5NZtSl:00000w55 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.110011 (No Gnus v0.11) XEmacs/21.5-b29 (linux) Cancel-Lock: sha1:Eknixgx/6v6j9/BYFs13HV9zxc4= 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.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68815 Archived-At: >>>>> Katsumi Yamaoka wrote: > The cause is that the "e" key is bound to `gnus-summary-edit-article' > in the article buffer unconditionally. The "e" key in the article buffer has to run `gnus-article-read-summary-keys' and it has to find the proper command for the `gnus-draft-mode' minor mode in the summary buffer. > Here is a patch. Not tested thoroughly, though. I've installed a better fix in the Gnus trunk. In addition, I've deleted two old functions `gnus-article-summary-command' and `gnus-article-summary-command-nosave', that used to be used before `gnus-article-read-summary-keys' was introduced.