From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: emacs hangs in jit-lock Date: Tue, 28 Nov 2006 23:17:48 +0100 Message-ID: <456CB58C.4050005@gmx.at> References: <456C70A0.6060105@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164752368 20930 80.91.229.2 (28 Nov 2006 22:19:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 22:19:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 23:19:27 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 1GpBIJ-0006Nx-La for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 23:19:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpBIJ-0002cE-4i for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 17:19:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpBHY-0001sZ-1r for emacs-devel@gnu.org; Tue, 28 Nov 2006 17:18:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpBHW-0001ph-6M for emacs-devel@gnu.org; Tue, 28 Nov 2006 17:18:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpBHV-0001pL-W6 for emacs-devel@gnu.org; Tue, 28 Nov 2006 17:18:26 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GpBHV-0005bO-9H for emacs-devel@gnu.org; Tue, 28 Nov 2006 17:18:25 -0500 Original-Received: (qmail invoked by alias); 28 Nov 2006 22:18:24 -0000 Original-Received: from N871P009.adsl.highway.telekom.at (EHLO [62.47.52.201]) [62.47.52.201] by mail.gmx.net (mp029) with SMTP; 28 Nov 2006 23:18:24 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Sam Steingold In-Reply-To: <456C70A0.6060105@gnu.org> X-Y-GMX-Trusted: 0 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:62997 Archived-At: > I understand what Emacs is trying to do, but, really, this "background" > refontification should not take that much time (I have a fairly modern > desktop, in time Emacs takes to parse the files I think I could have > done it by hand with a pencil). "Background refontification" is not needed at all to keep Emacs functional. Please switch off stealth fontification by setting `jit-lock-stealth-time' to nil and tell us whether the problem persists.