From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Something is rotten with end-of-line and move-end-of-line Date: Mon, 28 Nov 2005 22:11:14 -0500 Message-ID: References: <85y83dleho.fsf@lola.goethe.zz> <85br04btnu.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133234019 15152 80.91.229.2 (29 Nov 2005 03:13:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 03:13:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 29 04:13:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EgvuG-00047V-Kp for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2005 04:11:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgvuG-0002EW-0t for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 22:11:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Egvtk-0001za-57 for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Egvtj-0001yg-BG for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egvtj-0001yc-1X for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:15 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Egvtj-0002xo-1D for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Egvti-0004jj-AC; Mon, 28 Nov 2005 22:11:14 -0500 Original-To: lorentey@elte.hu (=?utf-8?Q?L=C5=91rentey_K=C3=A1roly?=) In-reply-to: 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:46747 Archived-At: `end-of-line' does stop at the current field's boundary, although repeated executions escape from the field. However, `move-end-of-line' always jumps over the end of the field, which is clearly wrong. It isn't wrong, it's intentional. `move-beginning-of-line' is similarly broken, but only if the field property isn't front-sticky. Otherwise both `beginning-of-line' and `move-beginning-of-line' stop at the field boundary, and they stay there if repeated. If move-beginning-of-line stops at a field beginning, I think that is a bug. Would you like to investigate it?