[Top][All Lists]
[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?
- [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Don Mullis, 2006/12/24
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Masatake YAMATO, 2006/12/25
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Francesco Potorti`, 2006/12/26
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Don Mullis, 2006/12/27
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Francesco Potorti`, 2006/12/27
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`,
Don Mullis <=
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Francesco Potorti`, 2006/12/28
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Richard Stallman, 2006/12/29
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Don Mullis, 2006/12/30
- Re: [PATCH, RFC] etags/ctags v22.0.92 break Linux kernel `make TAGS/tags`, Richard Stallman, 2006/12/30