From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: c-mode eats resources? Date: Sat, 18 Feb 2006 23:07:38 +0200 Message-ID: <200602182307.38095.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140301742 7369 80.91.229.2 (18 Feb 2006 22:29:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 22:29:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 18 23:29:00 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 1FAaZU-0003Aq-Bj for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 23:28:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAaZT-0006l8-Ot for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 17:28:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAZLP-0006fS-Mr for emacs-devel@gnu.org; Sat, 18 Feb 2006 16:10:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAZLN-0006f0-Lu for emacs-devel@gnu.org; Sat, 18 Feb 2006 16:10:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAZLM-0006ew-SF for emacs-devel@gnu.org; Sat, 18 Feb 2006 16:10:16 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FAZR1-0003lw-Jf for emacs-devel@gnu.org; Sat, 18 Feb 2006 16:16:07 -0500 Original-Received: (qmail invoked by alias); 18 Feb 2006 21:10:10 -0000 Original-Received: from unknown (EHLO [82.209.227.25]) [82.209.227.25] by mail.gmx.net (mp023) with SMTP; 18 Feb 2006 22:10:10 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 Content-Disposition: inline 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:50720 Archived-At: 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