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: open large file with C code: is it realy should be so slow? Date: Mon, 05 Jan 2009 19:01:26 -0500 Message-ID: References: <2a382c6e0901041407w2ca824cdy88d1529af8966069@mail.gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1231200199 16407 80.91.229.12 (6 Jan 2009 00:03:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2009 00:03:19 +0000 (UTC) Cc: bug-cc-mode@gnu.org, acm@muc.de, emacs-devel@gnu.org To: "Dave Milter" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 06 01:04:29 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LJzQl-0006OA-R1 for ged-emacs-devel@m.gmane.org; Tue, 06 Jan 2009 01:04:23 +0100 Original-Received: from localhost ([127.0.0.1]:55366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJzPW-0006qS-Gy for ged-emacs-devel@m.gmane.org; Mon, 05 Jan 2009 19:03:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJzP9-0006hF-9A for emacs-devel@gnu.org; Mon, 05 Jan 2009 19:02:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJzP6-0006fn-6W for emacs-devel@gnu.org; Mon, 05 Jan 2009 19:02:42 -0500 Original-Received: from [199.232.76.173] (port=46321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJzP6-0006fj-2P for emacs-devel@gnu.org; Mon, 05 Jan 2009 19:02:40 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44202) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJzP5-0000qF-Nk for emacs-devel@gnu.org; Mon, 05 Jan 2009 19:02:39 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LJzNu-0007Y4-Sa; Mon, 05 Jan 2009 19:01:26 -0500 In-reply-to: <2a382c6e0901041407w2ca824cdy88d1529af8966069@mail.gmail.com> (davemilter@gmail.com) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:107621 Archived-At: I too find C mode painfully slow these days. I wonder what changed to make it so much slower than it was. Perhaps the only relevant change is that Font Lock is now enabled; I never used to enable it. Even so, it must make a lot of users unhappy.