From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: c-mode eats resources? Date: Sun, 19 Feb 2006 17:47:11 -0500 Message-ID: References: <200602182307.38095.pogonyshev@gmx.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1140400613 7428 80.91.229.2 (20 Feb 2006 01:56:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 01:56:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 20 02:56:52 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 1FB0I6-0006xn-Ee for ged-emacs-devel@m.gmane.org; Mon, 20 Feb 2006 02:56:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FB0I5-0007i0-Va for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2006 20:56:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAxKm-0004yW-1j for emacs-devel@gnu.org; Sun, 19 Feb 2006 17:47:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FAxKi-0004xN-Pf for emacs-devel@gnu.org; Sun, 19 Feb 2006 17:47:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAxKi-0004wv-3m for emacs-devel@gnu.org; Sun, 19 Feb 2006 17:47:12 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FAxQb-0006Je-V6 for emacs-devel@gnu.org; Sun, 19 Feb 2006 17:53:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FAxKh-00060H-HG; Sun, 19 Feb 2006 17:47:11 -0500 Original-To: Paul Pogonyshev In-reply-to: <200602182307.38095.pogonyshev@gmx.net> (message from Paul Pogonyshev on Sat, 18 Feb 2006 23:07:38 +0200) 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:50785 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. Is this stealth fontification?