"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! _______________________________________________ Help-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-global
