From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: narrow-to-defun and mark-defun now work properly for CC Mode. Date: Thu, 12 Apr 2007 15:51:31 +1200 Message-ID: <17949.44227.318812.360396@farnswood.snap.net.nz> 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> <20070411210916.GA1818@muc.de> <87ejmq63en.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176350053 9660 80.91.229.12 (12 Apr 2007 03:54:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 03:54:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 12 05:54:11 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 1HbqNu-0002nD-Ty for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 05:54:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbqS1-000724-Uc for ged-emacs-devel@m.gmane.org; Wed, 11 Apr 2007 23:58:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbqRx-0006wZ-T8 for emacs-devel@gnu.org; Wed, 11 Apr 2007 23:58:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbqRw-0006qG-HA for emacs-devel@gnu.org; Wed, 11 Apr 2007 23:58:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbqRw-0006pf-9H for emacs-devel@gnu.org; Wed, 11 Apr 2007 23:58:20 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HbqNn-0006sn-HD; Wed, 11 Apr 2007 23:54:03 -0400 Original-Received: from farnswood.snap.net.nz (22.62.255.123.dynamic.snap.net.nz [123.255.62.22]) by viper.snap.net.nz (Postfix) with ESMTP id 283383D9399; Thu, 12 Apr 2007 15:53:55 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 500) id 0C7B1627ED; Thu, 12 Apr 2007 04:51:31 +0100 (BST) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.97.3 X-detected-kernel: Linux 2.4-2.6 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:69325 Archived-At: > > After doing a `make bootstrap', the performance problem has > > disappeared entirely. Thanks very much, and sorry for the noise! > > I did not need to bootstrap. I used "make cvs-update". # This is useful after "cvs up". cvs-update: recompile autoloads finder-data custom-deps All this does is recompile + extras. I don't know how this worked in your case but, in general, this wouldn't solve a problem involving macro dependencies. I deleted all the cc-*.elc files in the progmodes directory and did `make recompile'. It worked in this case and I think deleting the relevant elc files does generally solve such problems, although `make bootstrap' is probably needed in other cases. -- Nick http://www.inet.net.nz/~nickrob