From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: line-move-finish (simple.el) hangs on invisible&intangible text. Date: Sun, 21 Apr 2002 14:05:05 -0300 Sender: emacs-devel-admin@gnu.org Message-ID: <20020421140329.1740.LEKTU@terra.es> References: <20020420222933.7D27.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1019392228 19616 127.0.0.1 (21 Apr 2002 12:30:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 21 Apr 2002 12:30:28 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zGU8-00056H-00 for ; Sun, 21 Apr 2002 14:30:28 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zGUL-0005YT-00 for ; Sun, 21 Apr 2002 14:30:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zGTx-0004Bt-00; Sun, 21 Apr 2002 08:30:17 -0400 Original-Received: from mailhost2.teleline.es ([195.235.113.141] helo=tsmtp2.mail.isp) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zGRJ-0003VS-00; Sun, 21 Apr 2002 08:27:33 -0400 Original-Received: from cenelia ([193.152.148.126]) by tsmtp2.mail.isp (Netscape Messaging Server 4.15 tsmtp2 Jul 26 2001 13:10:38) with ESMTP id GUX2X502.3KU; Sun, 21 Apr 2002 14:05:29 +0200 Original-To: Eli Zaretskii In-Reply-To: X-Mailer: Becky! ver. 2.00.10 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2926 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2926 > It's not clear to me that move-to-column behaves incorrectly. AFAIU, it > tries to place point outside a run of characters with intangible property. > That's what I'd expect it to do. According to specs, if asked to move the cursor to a row greater than the number of visible rows in the line, it should put it on the last character of the line. I fail to see how puting the cursor on the next line can be a sensible behavior for a function called move-to-column :) -- Juanma Barranquero