emacs-devel
[Top][All Lists]
Advanced

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

Re: etags comma on emacs DEFUNs


From: Francesco Potorti`
Subject: Re: etags comma on emacs DEFUNs
Date: Wed, 20 Dec 2006 12:37:48 +0100

Bug corrected and probable bug in etags.el.

>It looks like etags puts a comma on the end of the lisp name of an
>emacs DEFUN.  Eg. the foo.c below which is a copy of car-safe from
>src/data.c,
>
>       etags foo.c
>
>creates a TAGS file with (expanding ^? and ^A for the sake of mail),
>
>       foo.c,44
>       DEFUN ("car-safe", Fcar_safe,^?car-safe,^A1,0

>where I didn't expect to see a "," on the end.  Seems harmless most of
>the time because you can type car-safe and M-. will jump to a partial
>match, but it's not intended is it?

Corrected.  Where the length was corrected for DEFUN, a spurious line
(a leftover of old code) undid the change.  I just checked in the
correct version.  Thanks for spotting this.




reply via email to

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