emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unbearably slow editing in .h files


From: Stefan Monnier
Subject: Re: Unbearably slow editing in .h files
Date: Sun, 24 Feb 2008 08:49:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]