From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel Subject: Re: emacs hangs in jit-lock Date: Thu, 30 Nov 2006 01:12:02 +0100 Message-ID: <20061130001202.GB21945@printf.se> References: <456C70A0.6060105@gnu.org> <87k61fibk5.fsf@stupidchicken.com> <456C9877.7020905@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164845556 16810 80.91.229.2 (30 Nov 2006 00:12:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2006 00:12:36 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 30 01:12:32 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpZXK-00086C-4l for ged-emacs-devel@m.gmane.org; Thu, 30 Nov 2006 01:12:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpZXJ-0007qX-HS for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 19:12:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpZX7-0007n6-QO for emacs-devel@gnu.org; Wed, 29 Nov 2006 19:12:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpZX5-0007ma-Rg for emacs-devel@gnu.org; Wed, 29 Nov 2006 19:12:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpZX5-0007mX-P9 for emacs-devel@gnu.org; Wed, 29 Nov 2006 19:12:07 -0500 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpZX3-0000vG-G9; Wed, 29 Nov 2006 19:12:05 -0500 Original-Received: from rocksteady.printf.se (62.20.183.108) by pne-smtpout1-sn1.fre.skanova.net (7.2.076.2) id 453F8C6000764184; Thu, 30 Nov 2006 01:12:03 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id E3CC0C0; Thu, 30 Nov 2006 01:12:02 +0100 (CET) Original-To: Sam Steingold Content-Disposition: inline In-Reply-To: <456C9877.7020905@gnu.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63088 Archived-At: Sam Steingold writes: > Chong Yidong wrote: > >If you provided a simple test case, I or someone else could take a > >look at this problem. > > I don't think this problem has a "simple test case". > wget > http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/src/lispbibl.d [...] > http://clisp.cvs.sourceforge.net/*checkout*/clisp/clisp/emacs/d-mode.el > > then load d-mode.el, associate d-mode with *.d, open all the *.d files > and try to edit, say, lispbibl.d close to the end of file. I see the same thing. The header file below is a simple way to test it. Just open it and hit C-v, and things will get very slow. Setting jit-lock-stealth-time to nil makes the problem go away.