From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: invisible text and point Date: Mon, 26 May 2003 00:03:39 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305260503.h4Q53dj14782@eel.dms.auburn.edu> References: <200305260437.h4Q4bbh14766@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053925378 27332 80.91.224.249 (26 May 2003 05:02:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 May 2003 05:02:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 26 07:02:55 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19KA8N-00076f-00 for ; Mon, 26 May 2003 07:02:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19KALQ-00077D-00 for ; Mon, 26 May 2003 07:16:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KA9b-0002K3-HI for emacs-devel@quimby.gnus.org; Mon, 26 May 2003 01:04:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19KA9C-00023W-8G for emacs-devel@gnu.org; Mon, 26 May 2003 01:03:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KA95-0001tq-4D for emacs-devel@gnu.org; Mon, 26 May 2003 01:03:42 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KA93-0001s6-SR for emacs-devel@gnu.org; Mon, 26 May 2003 01:03:37 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) h4Q53aoc020954; Mon, 26 May 2003 00:03:36 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.11.6+Sun/8.11.6) id h4Q53dj14782; Mon, 26 May 2003 00:03:39 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200305260437.h4Q4bbh14766@eel.dms.auburn.edu> (message from Luc Teirlinck on Sun, 25 May 2003 23:37:37 -0500 (CDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14269 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14269 >>From my earlier message: There are worse things going on which only happen in the presence of invisible text and only in 21.3.50, which I strongly suspect (even though I am not 100% sure) to be related to the same change. Do, say C-u C-x =, which pops up a new window. Move that window upward with mouse-1. No problem until we hit that same spot with the invisible text. There Emacs goes in an infinite loop, apparently in the C code. C-g is no help. This bug also requires (setq scroll-conservatively 1000). Both infinite loops depend on that. Again, sorry for forgetting to mention that. Also make sure that point in the info buffer is on that particular "*". Sincerely, Luc.