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: Fri, 19 Apr 2002 10:46:15 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020419104107.1A85.LEKTU@terra.es> References: <20020417163850.20DC.LEKTU@terra.es> <200204181844.g3IIir500443@aztec.santafe.edu> 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 1019208219 4279 127.0.0.1 (19 Apr 2002 09:23:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2002 09:23:39 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from hermes.netfonds.no ([195.204.10.138]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16yUbI-0000Pc-01 for ; Fri, 19 Apr 2002 11:22:40 +0200 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by hermes.netfonds.no (8.10.1/8.9.3) with ESMTP id g3J8mZf09995 for ; Fri, 19 Apr 2002 10:48:35 +0200 (CEST) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16yUNg-00020N-00 for ; Fri, 19 Apr 2002 11:08:36 +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 16yU3u-00031l-00; Fri, 19 Apr 2002 04:48:10 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16yU24-0002pR-00; Fri, 19 Apr 2002 04:46:16 -0400 Original-Received: from jbarranquero (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g3J8kEA31676; Fri, 19 Apr 2002 10:46:14 +0200 Original-To: rms@gnu.org In-Reply-To: <200204181844.g3IIir500443@aztec.santafe.edu> 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:2765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2765 On Thu, 18 Apr 2002 12:44:53 -0600 (MDT), Richard Stallman wrote: > What version of Emacs are you using? 21.2.50, straight from the CVS HEAD. Compiled on Windows XP with Visual Studio. On my machine/configuration the problem is perfectly repeatable. I put the cursor on the first non-title line of any Info page, move the cursor to a column > 0, do to go to the empty line between the title and the page text (which is not really empty, because it has invisible&intangible text), and Emacs loops forever on line-move-finish. Tracing the function, the problem seems to be that move-to-column moves the cursor to the next line. /L/e/k/t/u