emacsorphanage / helm-gtags

GNU GLOBAL helm interface
203 stars 32 forks source link

GTAGS not found #171

Open freereaper opened 7 years ago

freereaper commented 7 years ago

Hi, Syohex

I have two projects: project A and B, create symbolic folder which point to B under A. I start working in A, jump to the symbol in the B from A, but at the same time when I want to look up the A's symbol in B, It notices GTAGS not found. That's a known issue in ggtags.el, but it's fixed by not expanding the buffer file name.

Could you please help fix it, Best Regards.

jacekmigacz commented 7 years ago

You can just create an GLOBAL index for A's and B's parent directory.

freereaper commented 7 years ago

Thanks for your reply. But that idea is not practical because they don't share the same parent dir.

jcs090218 commented 4 years ago

I don't know if this is something that properly should discuss here since I don't think by using symbolic link is a proper usage for using gtags? 😕