From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Unbearably slow editing in .h files Date: Sun, 24 Feb 2008 14:41:45 +0000 Message-ID: <20080224144144.GA2343@muc.de> References: <200801271954.m0RJsmBm003714@sallyv1.ics.uci.edu> <479DAC55.8070302@gmx.at> <200801300258.m0U2w9rr005169@sallyv1.ics.uci.edu> <47B9E0B1.1090908@gmx.at> <20080223224901.GB3476@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203863347 4580 80.91.229.12 (24 Feb 2008 14:29:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 14:29:07 +0000 (UTC) Cc: bug-cc-mode@gnu.org, Andreas Schwab , martin rudalics , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 15:29:32 2008 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 1JTHr9-0008IV-KJ for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 15:29:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTHqe-0001t7-3J for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 09:29:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTHqa-0001rY-OM for emacs-devel@gnu.org; Sun, 24 Feb 2008 09:28:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTHqZ-0001q3-D8 for emacs-devel@gnu.org; Sun, 24 Feb 2008 09:28:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTHqZ-0001q0-69 for emacs-devel@gnu.org; Sun, 24 Feb 2008 09:28:55 -0500 Original-Received: from colin.muc.de ([193.149.48.1] helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JTHqY-0001wM-Ba for emacs-devel@gnu.org; Sun, 24 Feb 2008 09:28:54 -0500 Original-Received: (qmail 70683 invoked by uid 3782); 24 Feb 2008 14:28:51 -0000 Original-Received: from acm.muc.de (p57AF62D4.dip.t-dialin.net [87.175.98.212]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Sun, 24 Feb 2008 15:28:47 +0100 Original-Received: (qmail 2423 invoked by uid 1000); 24 Feb 2008 14:41:45 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 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:90222 Archived-At: Hi, Stefan! On Sun, Feb 24, 2008 at 08:49:26AM -0500, Stefan Monnier wrote: > >> PS: One other problem with add-log-current-defun is that it does not > >> recognize function declarations any more (i.e. hitting C-x 4 a on a > >> line like > >> void foo (int); > >> will fail to find the "foo" to put it in the ChangeLog). > > Did it ever do that? > Indeed, it seems it didn't do it in Emacs-21 either. For some reason > this has started to bother me only recently. > > I don't think add-log-current-defun is supposed to refer to > > declarations in the first place. > Why not. When we make a change to (or add/remove) a declaration, we > usually mention it in the ChangeLog, so C-x 4 a should ideally pick it > up. No reason why not; it just needs Somebody (tm) to write it. Stefan? > Stefan -- Alan Mackenzie (Nuremberg, Germany).