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: c-mode eats resources? Date: Sun, 19 Feb 2006 12:12:09 +0100 Message-ID: <43F85289.5030005@gmx.at> References: <200602182307.38095.pogonyshev@gmx.net> <87ek20ffzi.fsf@stupidchicken.com> <200602190112.49628.pogonyshev@gmx.net> 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 1140349071 19690 80.91.229.2 (19 Feb 2006 11:37:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2006 11:37:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 19 12:37:49 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 1FAmsq-0007Jd-38 for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 12:37:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAmrA-0008Vf-Ai for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 06:36:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAmS6-0006Gz-6A for emacs-devel@gnu.org; Sun, 19 Feb 2006 06:10:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAmS1-0006Fx-Kr for emacs-devel@gnu.org; Sun, 19 Feb 2006 06:10:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAmS0-0006Fk-Eq for emacs-devel@gnu.org; Sun, 19 Feb 2006 06:10:00 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FAmXn-0003SL-96 for emacs-devel@gnu.org; Sun, 19 Feb 2006 06:15:59 -0500 Original-Received: (qmail invoked by alias); 19 Feb 2006 11:09:59 -0000 Original-Received: from N947P012.adsl.highway.telekom.at (EHLO [62.47.62.76]) [62.47.62.76] by mail.gmx.net (mp006) with SMTP; 19 Feb 2006 12:09:59 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Paul Pogonyshev In-Reply-To: <200602190112.49628.pogonyshev@gmx.net> 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:50748 Archived-At: > OK, is there any way to find what Emacs runs in timeouts or something? > So that I can find what's going on if this repeats. Try to experiment with the following (not necessarily with emacs -q): 1. Set `jit-lock-stealth-time' to nil. 2. Increase the value of `jit-lock-context-time'. 3. Toggle `font-lock-mode'.