From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: C-a in message.el with point between bol and : Date: Tue, 25 Jan 2005 07:38:51 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106606700 4605 80.91.229.6 (24 Jan 2005 22:45:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 22:45:00 +0000 (UTC) Cc: bugs@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 24 23:44:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CtCx3-0004Xi-00 for ; Mon, 24 Jan 2005 23:44:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtD9G-00040t-GH for ged-emacs-devel@m.gmane.org; Mon, 24 Jan 2005 17:57:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtD7Q-0003NE-9R for emacs-devel@gnu.org; Mon, 24 Jan 2005 17:55:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtD7I-0003Hk-Jp for emacs-devel@gnu.org; Mon, 24 Jan 2005 17:55:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtD7I-0003GJ-0I for emacs-devel@gnu.org; Mon, 24 Jan 2005 17:55:28 -0500 Original-Received: from [69.61.11.2] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CtCrV-0002Op-8S for emacs-devel@gnu.org; Mon, 24 Jan 2005 17:39:09 -0500 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.43) id 1CtCrU-0006sd-NO; Mon, 24 Jan 2005 17:39:08 -0500 Original-To: Stefan Monnier 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.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:PILKB2xBMcQUb4MzEsvBdnZKeKQ= X-Hashcash: 1:20:050124:monnier@iro.umontreal.ca::DOfkImvleYD3Lbno:0000000000000000000000000000000000000RZpD X-Hashcash: 1:20:050124:emacs-devel@gnu.org::m5kJupq8n04U9cCx:00000000000000000000000000000000000000000036rE X-Hashcash: 1:20:050124:bugs@gnus.org::4ixiT6TtcmCb2gu5:00002Dlv X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.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-Source: X-Source-Args: X-Source-Dir: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32536 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32536 >>>>> In Stefan Monnier wrote: > When point is inside a header-field name (i.e. inside the header, somewhere > betwen the beginningof a line and the beginning of a header field value), > message-beginning-of-line moves *forward* to the beginning of the header > field's value. > I find that counter intuitive and would prefer it to always move backward > (except when repeated, obviously). > I.e. I suggest the patch below (against the current Emacs-CVS trunk). No followup is no objection. I like it very much. Could you write the ChangeLog entry? I'll install your patch in the Gnus trunk, and the branch synchronized with the Emacs trunk.