From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lorentey@elte.hu (=?utf-8?Q?L=C5=91rentey_K=C3=A1roly?=) Newsgroups: gmane.emacs.devel Subject: Re: Something is rotten with end-of-line and move-end-of-line Date: Mon, 28 Nov 2005 17:13:51 +0100 Message-ID: References: <85y83dleho.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1133195111 23949 80.91.229.2 (28 Nov 2005 16:25:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 16:25:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 17:25:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Egljd-0000i7-8e for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 17:20:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egljc-00063S-0f for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 11:20:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EgldD-0003Io-Ie for emacs-devel@gnu.org; Mon, 28 Nov 2005 11:13:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EgldC-0003IN-NA for emacs-devel@gnu.org; Mon, 28 Nov 2005 11:13:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgldC-0003IG-9y for emacs-devel@gnu.org; Mon, 28 Nov 2005 11:13:30 -0500 Original-Received: from [212.92.23.158] (helo=ninsei.hu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Egld9-0000ZM-PV; Mon, 28 Nov 2005 11:13:28 -0500 Original-Received: from walrus (walrus.inf.elte.hu [157.181.166.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chatsubo.ninsei.hu (Postfix) with ESMTP id 678801AC97; Mon, 28 Nov 2005 17:13:26 +0100 (CET) Original-Received: by walrus (Postfix, from userid 1000) id 3706BBCAC1; Mon, 28 Nov 2005 17:13:51 +0100 (CET) Original-To: rms@gnu.org In-Reply-To: (=?utf-8?Q?L=C5=91rentey=09K=C3=A1roly's?= message of "Mon, 28 Nov 2005 17:10:00 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.52 (gnu/linux) 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: news.gmane.org gmane.emacs.devel:46705 Archived-At: L=C5=91rentey K=C3=A1roly writes: > The difference (a difference?) is inside fields: > `{beginning,end}-of-line' moves to the beginning/end of the field, > while `move-{beginning,end}-of-line' stops at the field boundaries: Sorry, I meant `move-{beginning,end}-of-line' goes to the actual line ends. --=20 K=C3=A1roly