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: Sat, 20 Apr 2002 22:32:54 -0300 Sender: emacs-devel-admin@gnu.org Message-ID: <20020420222933.7D27.LEKTU@terra.es> References: <20020419122441.1A89.LEKTU@terra.es> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1019335006 5778 127.0.0.1 (20 Apr 2002 20:36:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2002 20:36:46 +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 16z1bC-0001V5-00 for ; Sat, 20 Apr 2002 22:36:46 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16z1vC-0007tY-00 for ; Sat, 20 Apr 2002 22:57:26 +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 16z1ag-0008LD-00; Sat, 20 Apr 2002 16:36:14 -0400 Original-Received: from mailhost2.teleline.es ([195.235.113.141] helo=tsmtp7.mail.isp) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16z1YP-0008Ff-00; Sat, 20 Apr 2002 16:33:53 -0400 Original-Received: from cenelia ([193.152.151.252]) by tsmtp7.mail.isp (Netscape Messaging Server 4.15 tsmtp7 Jul 26 2001 13:10:38) with ESMTP id GUVVRJ00.PLV; Sat, 20 Apr 2002 22:33:19 +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:2881 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2881 On Sat, 20 Apr 2002 07:50:39 -0400 Eli Zaretskii wrote: > The following tentative change (not installed) detects a possible > infloop and breaks out of it with the last good position it found, > hopefully without breaking anything else. Thanks, I=B4ll test it on monday. > I will install this if > people who understand more than I do the intricacies of the invisible > and intangible properties take a good look at the patch and approve > it. That=B4s the reason I didn=B4t try to fix the bug. But I think it should be fixed on the C level, as it seem the current behavior of Fmove_to_column is not correct wrt to lines with no visible/tangible chars. --=20 Juanma Barranquero