From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: c-mode eats resources? Date: Sat, 18 Feb 2006 17:40:17 -0500 Message-ID: <87ek20ffzi.fsf@stupidchicken.com> References: <200602182307.38095.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140303834 13184 80.91.229.2 (18 Feb 2006 23:03:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 23:03:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 19 00:03:53 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 1FAb7H-0008Pv-Oy for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 00:03:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAb7H-000660-99 for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 18:03:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAakY-0008Ha-Mg for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:40:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAakX-0008Ft-2l for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:40:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAakW-0008Fp-Vb for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:40:21 -0500 Original-Received: from [18.95.6.7] (helo=outgoing.mit.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FAaqC-0004Hu-Kc for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:46:12 -0500 Original-Received: by outgoing.mit.edu (Postfix, from userid 1000) id B892B1E423B; Sat, 18 Feb 2006 17:40:17 -0500 (EST) Original-To: Paul Pogonyshev In-Reply-To: <200602182307.38095.pogonyshev@gmx.net> (Paul Pogonyshev's message of "Sat, 18 Feb 2006 23:07:38 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:50722 Archived-At: Paul Pogonyshev writes: > Apparently, C mode constantly uses processor time even nothing is > done in the buffer. E.g. if I open a C file in Emacs and go to a > different desktop and start `top' there, it shows Emacs in the > first few lines with 3--7% usage of CPU. This cannot be right. > Can anybody reproduce this? I can't.