From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: line-move-finish (simple.el) hangs on invisible&intangible text. Date: Fri, 19 Apr 2002 09:06:46 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020419104107.1A85.LEKTU@terra.es> <5080-Fri19Apr2002125927+0300-eliz@is.elta.co.il> <20020419122441.1A89.LEKTU@terra.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019221912 25181 127.0.0.1 (19 Apr 2002 13:11:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2002 13:11:52 +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 16yYB5-0006Y2-00 for ; Fri, 19 Apr 2002 15:11:51 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16yYUS-0007ve-00 for ; Fri, 19 Apr 2002 15:31:52 +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 16yYAq-0003MV-00; Fri, 19 Apr 2002 09:11:36 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16yY6A-0002rj-00; Fri, 19 Apr 2002 09:06:46 -0400 Original-To: lektu@terra.es In-Reply-To: <20020419122441.1A89.LEKTU@terra.es> (message from Juanma Barranquero on Fri, 19 Apr 2002 12:32:15 +0200) 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:2775 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2775 > Date: Fri, 19 Apr 2002 12:32:15 +0200 > From: Juanma Barranquero > > > Does it happen in "emacs -nw"? > > In -nw mode the line of rows below the Info title is visible and > tangible. If I toggle read-only and then manually make the line to be > i&i, then yes, it happens too. I seem to be unable to reproduce this on a tty. I suspect that I'm not doing something exactly like you do. Could you please post an exact recipe, starting with "emacs -q -nw"? In particular, please identify precisely what line do you put the cursor on, preferably starting with "M-<" or something similarly unambiguous and moving with C-n or C-p. TIA