emacs-devel
[Top][All Lists]
Advanced

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

Re: Finding the source of Change Log entries


From: Chong Yidong
Subject: Re: Finding the source of Change Log entries
Date: Sat, 12 Jul 2008 10:52:40 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

martin rudalics <address@hidden> writes:

> Months ago I wrote a couple of functions to find the source code
> corresponding to Change Log entries.  Anyone still interested?

Looks good.  Please check it in, with the appropriate ChangeLog and NEWS
entries, plus the following fix:

+       (message "Not found `%s' in %s" tag file)

should be something more grammatical, like

+       (message "Source location not found: `%s' in %s" tag file)

Also, instead of binding change-log-find-tag to C-c C-t, how about using
C-c C-c for consistency with diff-mode?  (You might also want to rename
change-log-find-tag to change-log-goto-source for consistency with
diff-goto-source, but that's your call.)




reply via email to

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