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 09:05:46 +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 1106612058 19036 80.91.229.6 (25 Jan 2005 00:14:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2005 00:14:18 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , bugs@gnus.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 25 01:14:11 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 1CtELR-0002sP-00 for ; Tue, 25 Jan 2005 01:14:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtEXf-0006GL-SX for ged-emacs-devel@m.gmane.org; Mon, 24 Jan 2005 19:26:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtEWW-00064u-FL for emacs-devel@gnu.org; Mon, 24 Jan 2005 19:25:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtEWR-00063E-LO for emacs-devel@gnu.org; Mon, 24 Jan 2005 19:25:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtEWQ-0005zZ-W7 for emacs-devel@gnu.org; Mon, 24 Jan 2005 19:25:31 -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 1CtEDS-0000cL-El; Mon, 24 Jan 2005 19:05:54 -0500 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.43) id 1CtEDW-0007ix-7J; Mon, 24 Jan 2005 19:05:58 -0500 Original-To: snogglethorpe@gmail.com 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:Fn4D7OULyDMbdwNjKodlkiO38cM= X-Hashcash: 1:20:050125:snogglethorpe@gmail.com::NZPifz6iWR17JFg2:000000000000000000000000000000000000000Ppz X-Hashcash: 1:20:050125:miles@gnu.org::ZW1F0GoMqA+WWNjc:0000108B X-Hashcash: 1:20:050125:monnier@iro.umontreal.ca::oOPB4csTsHlerqsE:00000000000000000000000000000000000001IaL X-Hashcash: 1:20:050125:bugs@gnus.org::5EXF65KfDOZgE7nZ:00002oWM X-Hashcash: 1:20:050125:emacs-devel@gnu.org::obn4MRtkhkjJWQaQ:00000000000000000000000000000000000000000027uB 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:32539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32539 >>>>> In Miles Bader wrote: > Note that the synching is bi-directional, so if Stefan commits his > patch to Emacs CVS, it will be propagated to the Gnus 5.10 branch and > the Gnus trunk. I forgot that changes in Emacs are propagated to the Gnus trunk, not only the v5-10 branch. Thanks.