From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Felipe Magno de Almeida Newsgroups: gmane.emacs.help Subject: Re: Emacs cvs (23) uses too much CPU with compilation mode Date: Thu, 28 May 2009 22:47:54 -0300 Message-ID: References: <6019D614-EB62-4AC6-A6FA-DC0376023481@nschum.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243561747 18522 80.91.229.12 (29 May 2009 01:49:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2009 01:49:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nikolaj Schumacher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 29 03:49:05 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M9rDU-0001iQ-W9 for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2009 03:49:05 +0200 Original-Received: from localhost ([127.0.0.1]:41040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9rDU-0001wT-Ed for geh-help-gnu-emacs@m.gmane.org; Thu, 28 May 2009 21:49:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9rCn-0001eX-DR for help-gnu-emacs@gnu.org; Thu, 28 May 2009 21:48:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9rCi-0001ZH-OH for help-gnu-emacs@gnu.org; Thu, 28 May 2009 21:48:20 -0400 Original-Received: from [199.232.76.173] (port=41989 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9rCi-0001Z3-Bn for help-gnu-emacs@gnu.org; Thu, 28 May 2009 21:48:16 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:50159) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9rCh-0000cO-Te for help-gnu-emacs@gnu.org; Thu, 28 May 2009 21:48:16 -0400 Original-Received: by fxm17 with SMTP id 17so6403387fxm.42 for ; Thu, 28 May 2009 18:48:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=R99Bn1GjVeZ2dj6TZpEYEOUr9P4o6OYREr+dFmZT1GA=; b=ReMT4iCU0ZDFUUX15f1qGxusRJI1HIhnkDq0Jhs/55Ta7yLsRzdYC+WhmRpZLZySW3 DWSKcrNou9/SzGXtNY6+B8mv1MWBLhsQekEAn8P7Nli4TatnG2XCmNHxObCszLQA1Pi7 bhQOwcRZPWrtq2fXJLpqLh4WNK49CNWmMJLe0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=WnNf0OmQ3QWOTAdjoa+6bUOuib+X2pwHNaOQlFBFTwmzuZIgqVjz4fjHZthWtk1Svo VeJbUQLPaqu6yZEI4HZptBH0BBNy8UIfSa5F6afj1eeJO1SGWk1CqHu+50sEZIxL4LK5 WNHogWTxNligq3GC5O2DjeS5qw33sIQqsjYtk= Original-Received: by 10.204.121.194 with SMTP id i2mr1778515bkr.92.1243561694134; Thu, 28 May 2009 18:48:14 -0700 (PDT) In-Reply-To: <6019D614-EB62-4AC6-A6FA-DC0376023481@nschum.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64806 Archived-At: On Tue, May 12, 2009 at 8:48 AM, Nikolaj Schumacher wrote: > On 2009-05-12, at 13:43, Felipe Magno de Almeida wrote: >> Hi Nikolaj, >>> Test by disabling `font-lock-mode', or setting `font-lock-verbose' to >>> nil. >> >> It is by ssh. In console. >> I don't think (?) there's any fontification for console. > > Fontification is the emacs expression for adding text properties like color. > Even if your terminal doesn't display the color, Emacs will produce it in > the background, because the links in the compilation buffer are created in > the same process. I see, I've tried both. It is still very slow. The emacs23 with GTK+ in another more powerful machine is also a lot slower in compilation mode than emacs22. But since the machine is much more powerful. It doesn't quite bother me much. But this celeron 600 gets unbearable with huge error messages. -- Felipe Magno de Almeida