Re: global -u : update tags
Richard Riley <[email protected]> Tue, 31 May 2011 15:22:36 +0200
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Organization | aich tea tea pea dicky riley dot net |
| Message-ID | <[email protected]> |
"Shigio YAMAGUCHI" <[email protected]> writes: >> The main problem is that "global -u" does NOT do an incremental update >> for files already tagged using gtags -f gatgs-files. It tags ALL files >> in that directory. >> >> The problem is, for example, that I keep certain gnus files in my >> .emacs.d. I generate a small GTAGS using "gtags -f gtags.files" BUT when >> I save a .el file the onsave for emacs-lisp calls "global -u" which tags >> ALL files in .emacs.d. Is this clearer? > > Would you please confirm the file name is 'gtags.files'? > If it is correct, would you please do it without emacs? > If it brings the same problem, it may be a bug. It does. Just do what I did on the command line. Once more : gtags -f gtags.files ls -l G* global -i ls -l G* HUGE!