From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: infinite loop with show-paren-mode turned on Date: Tue, 22 Jul 2003 12:17:29 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200307221617.h6MGHUN5026735@rum.cs.yale.edu> References: <4351.1058686146@chicory.stanford.edu> <496.1058818586@chicory.stanford.edu> <200307212103.h6LL34hk023173@rum.cs.yale.edu> <2568.1058822092@chicory.stanford.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1058890941 13541 80.91.224.249 (22 Jul 2003 16:22:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2003 16:22:21 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , rms@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 22 18:22:18 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 19ezsx-0003Pw-00 for ; Tue, 22 Jul 2003 18:21:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19f0AA-0002Fs-00 for ; Tue, 22 Jul 2003 18:38:54 +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 19ezsI-0001fv-G0 for emacs-devel@quimby.gnus.org; Tue, 22 Jul 2003 12:20:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19ezrL-0000xW-EQ for emacs-devel@gnu.org; Tue, 22 Jul 2003 12:19:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ezqZ-0000Tt-5Q for emacs-devel@gnu.org; Tue, 22 Jul 2003 12:18:39 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ezpe-0000LU-VD; Tue, 22 Jul 2003 12:17:43 -0400 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h6MGHU4Z026737; Tue, 22 Jul 2003 12:17:30 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h6MGHUN5026735; Tue, 22 Jul 2003 12:17:30 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: "Satyaki Das" X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15668 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15668 > > Since I was the last to fiddle with the overlays_after list, > > I'm likely to be responsible for that. But I've missed the beginning > > of the thread. > > > > Do you have a recipe to reproduce the problem ? > > The recipe to see the problem is: > > (1) Start emacs with: > emacs -q --no-site-file > > (2) In the running emacs do: > > M-: (show-paren-mode 1) RET > M-x replace-string RET {} RET 0 RET > M-x replace-string RET M-p M-p C-e > > > Also is it a new problem ? > > May be not. I have seen a few random hangs in emacs when it was > trying to highlight parens in expressions. But none of them were > repeatable like this one. > > > Can you try and see if the problem was due to the change that occured > > between 2003-07-08 and 2003-07-10 (I.e. can you reproduce it with > > the 2003-07-10 version of CVS and does it disappear with the version > > from 2003-07-08) ? > > I will try this tonight and report back. I've just installed a patch in minibuf.c that could fix the problem. Can you try it again ? Stefan