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 21:14:23 -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 1203905686 32520 80.91.229.12 (25 Feb 2008 02:14:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 02:14:46 +0000 (UTC) Cc: bug-cc-mode@gnu.org, schwab@suse.de, emacs-devel@gnu.org, rudalics@gmx.at, acm@muc.de To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 03:15:11 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 1JTSs2-0000dq-QK for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 03:15:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTSrX-0005pE-0R for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 21:14:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTSrT-0005p2-5j for emacs-devel@gnu.org; Sun, 24 Feb 2008 21:14:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTSrS-0005oh-C6 for emacs-devel@gnu.org; Sun, 24 Feb 2008 21:14:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTSrS-0005oZ-1W for emacs-devel@gnu.org; Sun, 24 Feb 2008 21:14:34 -0500 Original-Received: from 76-10-156-249.dsl.teksavvy.com ([76.10.156.249] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTSrO-00042k-7t; Sun, 24 Feb 2008 21:14:30 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id D04EF78368; Sun, 24 Feb 2008 21:14:23 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Sun, 24 Feb 2008 17:29:21 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Greylist: delayed 20391 seconds by postgrey-1.27 at monty-python; Sun, 24 Feb 2008 21:14:30 EST 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:90335 Archived-At: >> 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. > All else being equal, this feature would be good. But I suspect it > may be hard, and I think it is not worth a lot of work. Agreed. Stefan