From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: bug in ielm: patch. Related problem with end-of-line. Date: Mon, 23 Sep 2002 17:31:18 -0500 (CDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200209232231.RAA09796@eel.dms.auburn.edu> References: <200209230244.VAA07692@eel.dms.auburn.edu> <200209232140.QAA09746@eel.dms.auburn.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032820389 709 127.0.0.1 (23 Sep 2002 22:33:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2002 22:33:09 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17tblK-0000B7-00 for ; Tue, 24 Sep 2002 00:33:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17tcRn-0004vf-00 for ; Tue, 24 Sep 2002 01:17:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tblM-00066y-00; Mon, 23 Sep 2002 18:33:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17tbjZ-00061N-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 18:31:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17tbjY-00060j-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 18:31:17 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17tbjX-00060f-00 for emacs-devel@gnu.org; Mon, 23 Sep 2002 18:31:15 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id RAA08116; Mon, 23 Sep 2002 17:31:14 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id RAA09796; Mon, 23 Sep 2002 17:31:18 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200209232140.QAA09746@eel.dms.auburn.edu> (message from Luc Teirlinck on Mon, 23 Sep 2002 16:40:57 -0500 (CDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8132 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8132 >From my previous message: So maybe it might be good to revert to the 21.2.90 behavior. Actually in 21.2.90 C-e moved over the next field and (field-end) returned the end of the next field (at a field boundary) even if the previous character did have a rear-sticky field property. Maybe this part of the 21.2.90 behavior was incorrect, which may have been why it got changed. However, I believe that the old behavior should have been maintained at the beginning of a buffer or after a character with a rear-nonsticky field property of any kind. Sincerely, Luc.