help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Navigating an enormous code base


From: Marcus Harnisch
Subject: Re: Navigating an enormous code base
Date: Thu, 28 Apr 2022 10:38:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1

On 28/04/2022 09.39, Leo Liu wrote:
If source files are changed outside emacs for example by git pull,
ggtags will notice and reindex. For example if M-. jumps to a location
that is off I often M-, and then M-. again to trigger reindex
immediately.

Thanks, I didn't even know that. However in my setup I use an explicit file list (created by a gtags-hook script) rather than having gtags go through all files, else a lot more files would be scanned (unnecessarily).

Ggtags won't be able to tell if files have been renamed or added, I am afraid. (it might notice deletions, though)




reply via email to

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