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 16:49:58 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020419164605.1A96.LEKTU@terra.es> References: <20020419153227.1A8E.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 1019228059 5289 127.0.0.1 (19 Apr 2002 14:54:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2002 14:54:19 +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 16yZmF-0001NB-00 for ; Fri, 19 Apr 2002 16:54:19 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16ya5e-0001mL-00 for ; Fri, 19 Apr 2002 17:14:22 +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 16yZjL-00068E-00; Fri, 19 Apr 2002 10:51:19 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16yZi6-00061e-00; Fri, 19 Apr 2002 10:50:03 -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 g3JEnvA03769; Fri, 19 Apr 2002 16:49:57 +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:2788 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2788 On Fri, 19 Apr 2002 10:32:33 -0400, Eli Zaretskii wrote: > Thanks, I see it now, at least in the MS-DOS version. Pheew! I was starting to think it only happened to me. > Curiously, in > a Unix tty Emacs doesn't hang. Have you tried to put the cursor in the first column of the line and eval (beginning-of-line) and (move-to-column 0) to see if they act different? /L/e/k/t/u