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 10:32:33 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020419122441.1A89.LEKTU@terra.es> <20020419153227.1A8E.LEKTU@terra.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019226823 2159 127.0.0.1 (19 Apr 2002 14:33:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2002 14:33:43 +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 16yZSJ-0000Yi-00 for ; Fri, 19 Apr 2002 16:33:43 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16yZli-0001Ju-00 for ; Fri, 19 Apr 2002 16:53:46 +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 16yZRv-0004my-00; Fri, 19 Apr 2002 10:33:19 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16yZRB-0004Zt-00; Fri, 19 Apr 2002 10:32:33 -0400 Original-To: lektu@terra.es In-Reply-To: <20020419153227.1A8E.LEKTU@terra.es> (message from Juanma Barranquero on Fri, 19 Apr 2002 15:40:26 +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:2783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2783 > Date: Fri, 19 Apr 2002 15:40:26 +0200 > From: Juanma Barranquero > > C-h i C-x C-q C-SPC e t s I C-SPC > e t s i > > Now I do: > > > > and Emacs hangs. Thanks, I see it now, at least in the MS-DOS version. Curiously, in a Unix tty Emacs doesn't hang. > In fact, in -nw mode C-g does not break it out of the > loop and I have to forcefully close the console window. I suspect that's because C-g doesn't produce a signal on Windows. I can get the MS-DOS version out of the infloop with C-BREAK, which in that version of Emacs does produce a signal that interrupts any code (except for very tight loops and system calls).