-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jump to files in GTAGSLIBPATH, from jumped standard header files #168
Comments
Deanseo
changed the title
Jump to files in GTAGSLIBPATH, from standard header files
Jump to files in GTAGSLIBPATH, from jumped standard header files
Mar 8, 2017
Can you see environment variable from Emacs ? For example |
/Users/my_name/.ext_gtags I have |
I am also experiencing the same behavior reported by @JoeOsborn and @Deanseo. In both cases a call to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strongly relevant to #115, it seems
helm-gtags-dwim
can't recognize tags in GTAGSLIBPATH when I've already jumped to a standard header file once and try to jump in there again.This is how I reproduced the issue in OSX as follows:
.zshrc
containsGTAGSLIBPATH=/users/my_name/.ext_gtags/
wheregtags -c
has been produced.helm-gtags-dwim
when cursor is on#include <memory>
. (Which doesn't really have to bememory
though)memory
buffer, try jumping again, when cursor is on#include <functional>
.How should I force it to look up GTAGSLIBPATH without creating duplicate tag files at the directory where the standard header files exist?
The text was updated successfully, but these errors were encountered: