From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: C mode too slow Date: Tue, 07 Jun 2011 23:14:59 +0300 Message-ID: <837h8xcsak.fsf@gnu.org> References: <4DEDC752.7090604@gmx.at> <83boy9d932.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1307477733 11303 80.91.229.12 (7 Jun 2011 20:15:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2011 20:15:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 07 22:15:28 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QU2gQ-0004jL-5A for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2011 22:15:26 +0200 Original-Received: from localhost ([::1]:41559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU2gP-0001x5-0u for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2011 16:15:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU2g8-0001uv-8a for emacs-devel@gnu.org; Tue, 07 Jun 2011 16:15:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QU2g1-0008Hu-CK for emacs-devel@gnu.org; Tue, 07 Jun 2011 16:15:08 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:60978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QU2g0-0008Hp-TX for emacs-devel@gnu.org; Tue, 07 Jun 2011 16:15:01 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LMF00000S1AF200@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 07 Jun 2011 23:14:59 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.223.140]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LMF00083S8XBS30@a-mtaout22.012.net.il>; Tue, 07 Jun 2011 23:14:58 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140278 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Tue, 07 Jun 2011 14:57:16 -0300 > > >> > _and_ because editing lisp.h is virtually impossible these days. I have > >> > to use an old Emacs - almost each editing step takes about 15 secs here > >> > with the more recent Emacs versions :-( > >> I tend to find editing code such as lisp.h too slow as well. > >> Can we do something about it? > > Disable font-lock? > > I'd rather not have to resort to such a workaround. I didn't mean that as a workaround. I meant to point out what I thought was the reason for the slowdown.