From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: c-mode eats resources? Date: Sat, 18 Feb 2006 23:47:25 +0100 Message-ID: <43F7A3FD.2050906@student.lu.se> References: <200602182307.38095.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140304240 14239 80.91.229.2 (18 Feb 2006 23:10:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 23:10:40 +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:10:36 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 1FAbDd-0000tU-BS for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 00:10:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAbDc-0000YC-Lt for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 18:10:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAarU-0003Au-7s for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:47:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAarP-00039k-IY for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:47:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAarP-00039g-AN for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:47:27 -0500 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FAax4-0004lf-R7 for emacs-devel@gnu.org; Sat, 18 Feb 2006 17:53:19 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.070) id 43EC8670001FD8E5; Sat, 18 Feb 2006 23:47:25 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: Paul Pogonyshev In-Reply-To: <200602182307.38095.pogonyshev@gmx.net> 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:50725 Archived-At: Paul Pogonyshev wrote: > 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? > > Paul > I just opened a C file with Emacs from CVS 2006-02-17 on w32 and I can not see this. (I e if I do not misunderstand this. I opened the C file and did M-x c-mode.)