emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags


From: Don Mullis
Subject: Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`
Date: Wed, 27 Dec 2006 21:48:40 -0800

> and this is the patch:
> 
> @@ -6285,7 +6285,7 @@ readline (lbp, stream)
>                 name = lbp->buffer + start;
>                 *endp = '\0';
>                 canonicalize_filename (name); /* for DOS */
> -               taggedabsname = absolute_filename (name, curfdp->infabsdir);
> +               taggedabsname = absolute_filename (name, tagfiledir);
>                 if (filename_is_absolute (name)
>                     || filename_is_absolute (curfdp->infname))
>                   taggedfname = savestr (taggedabsname);

Thanks, that does fix the bug.

There is another inconvenience, one you may have noticed also -- upon visiting 
the TAGS file emacs complains about its size and requires confirmation before
continuing.  This is a bit of a nuisance for someone who mostly uses TAGS with
big programs such as the Linux kernel.  My scan of 
"customization buffer for group Etags" just now did not turn up a way to 
disable it.
Is there a way?







reply via email to

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