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: narrow-to-defun and mark-defun now work properly for CC Mode. Date: Wed, 11 Apr 2007 21:53:43 +0300 Message-ID: References: <20070409123730.GD1065@muc.de> <17948.11246.263666.982903@farnswood.snap.net.nz> <461C71A8.7060401@gmx.at> <871wiqkejv.fsf@stupidchicken.com> <873b36ajc5.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1176317643 27740 80.91.229.12 (11 Apr 2007 18:54:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2007 18:54:03 +0000 (UTC) Cc: acm@muc.de, nickrob@snap.net.nz, emacs-devel@gnu.org, rudalics@gmx.at To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 11 20:53:52 2007 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 1Hbhwy-0000ya-6i for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 20:53:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbi12-0005bF-B7 for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 14:58:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hbi0z-0005Zc-VU for emacs-devel@gnu.org; Wed, 11 Apr 2007 14:57:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hbi0y-0005X0-Hl for emacs-devel@gnu.org; Wed, 11 Apr 2007 14:57:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbi0y-0005Wx-C7 for emacs-devel@gnu.org; Wed, 11 Apr 2007 14:57:56 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hbhwt-0007oD-43 for emacs-devel@gnu.org; Wed, 11 Apr 2007 14:53:43 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-6-20.inter.net.il [84.228.6.20]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GML36080 (AUTH halo1); Wed, 11 Apr 2007 21:53:39 +0300 (IDT) In-reply-to: <873b36ajc5.fsf@stupidchicken.com> (message from Chong Yidong on Wed, 11 Apr 2007 13:53:30 -0400) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:69298 Archived-At: > From: Chong Yidong > Date: Wed, 11 Apr 2007 13:53:30 -0400 > Cc: martin rudalics , Nick Roberts , > emacs-devel@gnu.org > > Chong Yidong writes: > > > martin rudalics writes: > > > >>> > Please complain to me about any problems. > >>> > >>> Well, with that invitation! > >>> > >>> Fontifying C files takes too long now, so my old machine starts to hang if I > >>> step through a buffer or search for a string. xbacktrace seems to consistently > >>> include: > > > > The problem is due to the recent change: > > > > 2007-04-09 Alan Mackenzie > > > > One way to see this is to open xdisp.c, and do C-s method. The > > incremental search takes several seconds. Previously, it was > > instantaneous. > > Another data point: > > - Open xdisp.c > - M-> > > On my Pentium IV, M-> takes 30 seconds to complete. FWIW, I cannot reproduce any of these two problems with today's CVS. Maybe my machine is too fast to notice, I don't know.