From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Unbearably slow editing in .h files Date: Sun, 24 Feb 2008 08:49:26 -0500 Message-ID: References: <200801222310.m0MN9cZq011601@sallyv1.ics.uci.edu> <8763xl492o.fsf@jurta.org> <200801230225.m0N2Ptmx012952@sallyv1.ics.uci.edu> <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 1203860990 30353 80.91.229.12 (24 Feb 2008 13:49:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 13:49:50 +0000 (UTC) Cc: bug-cc-mode@gnu.org, Alan Mackenzie , emacs-devel@gnu.org, martin rudalics To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 14:50:15 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 1JTHF5-0006Y9-RU for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 14:50:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTHEa-0002SA-41 for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 08:49:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTHEU-0002Pm-A1 for emacs-devel@gnu.org; Sun, 24 Feb 2008 08:49:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTHES-0002OU-GH for emacs-devel@gnu.org; Sun, 24 Feb 2008 08:49:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTHES-0002OP-5Q for emacs-devel@gnu.org; Sun, 24 Feb 2008 08:49:32 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTHEO-00016f-7U; Sun, 24 Feb 2008 08:49:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CACIEwUdMCpz5Wmdsb2JhbACQUQEgmSOBAA X-IronPort-AV: E=Sophos;i="4.25,397,1199682000"; d="scan'208";a="14898850" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 24 Feb 2008 08:49:27 -0500 Original-Received: from pastel.home ([76.10.156.249]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id EPV30027; Sun, 24 Feb 2008 08:49:27 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id DA53C7FA7; Sun, 24 Feb 2008 08:49:26 -0500 (EST) In-Reply-To: (Andreas Schwab's message of "Sun, 24 Feb 2008 11:28:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:90220 Archived-At: >> 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. Stefan