From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: last character on line different when behind invis text? Date: Sat, 31 Aug 2002 12:58:19 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <86bs7scq7v.fsf@mobile.repose.cx> <200208260036.g7Q0aO912379@wijiji.santafe.edu> <87ofbq5hke.fsf@free.net.ph> <86k7meb2jq.fsf@mobile.repose.cx> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030813326 29260 127.0.0.1 (31 Aug 2002 17:02:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 Aug 2002 17:02:06 +0000 (UTC) Cc: emacs-devel@gnu.org, sacha@free.net.ph Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17lBdN-0007bp-00 for ; Sat, 31 Aug 2002 19:02:05 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17lCAi-0001nD-00 for ; Sat, 31 Aug 2002 19:36:32 +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 17lBep-0007Y9-00; Sat, 31 Aug 2002 13:03:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17lBZm-0007DS-00 for emacs-devel@gnu.org; Sat, 31 Aug 2002 12:58:22 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17lBZk-0007DE-00 for emacs-devel@gnu.org; Sat, 31 Aug 2002 12:58:21 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17lBZk-0007D8-00 for emacs-devel@gnu.org; Sat, 31 Aug 2002 12:58:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17lBZj-0007Nj-00; Sat, 31 Aug 2002 12:58:19 -0400 Original-To: emacs-devel@repose.cx In-Reply-To: <86k7meb2jq.fsf@mobile.repose.cx> (message from Damien Elmes on Mon, 26 Aug 2002 15:40:41 +1000) 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:7211 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7211 After that text is inserted into the buffer in CVS, you can also see that (c-x =) doesn't identify the last char on a line as a C-j as in previous emacsen. This is actually a feature. When text is invisible and intangible, point can't be positioned after it, only before it. This avoids the anomalous behavior that there are two possible point values with apparently no text between them. It is true that some code may need to be changed to cope with the feature. I will fix C-k.