daghub

Results 9 comments of daghub

Hi Leo, I have run gtags in the library directory too, and I find that global is run successfully to find thouse tags. In the result buffer _ggtags-global_ I see...

If I run with emacs -Q I get the same result, with the only difference in that Emacs automatically brings up a Windows File selection dialog. In my config I...

And with the change in ggtags.el I mentioned, I get full paths in the search result, and then the files are found. So it seems the problem is related to...

Hi, > So your GTAGSLIBPATH is pointed to C:\ma\build\an\libs\lms\include\debug but the output path is > ../../mediam.h while in directory c:/ma/source/ and they are combined to produce the file path >...

Hi, Great idea, I will try the earlier versions too and see if it makes a difference. I'll let you know. Thanks!

Hi, here are the results of running GNU global version 6.2.2: $ global --version global - GNU GLOBAL 6.2.2 Copyright (c) 2012 Tama Communications Corporation License GPLv3+: GNU GPL version...

Or, rather use --path-style="absolute".

Hi, here is the output when running the command in a CMD prompt: C:\ma\source>"global" -v --result=grep --color=always --path-style=shorter --from-here=105:"ma.hpp" "IMediaP" ../../mediam.h:60:typedef struct IMediaP IMediaP; ../../mediam.h:1359: struct IMediaP ../../mediam/mediam.h:60:typedef struct IMediaP...

Hi, I would also very much like to see this feature implemented! @davido , @RNabel did you get anywhere with your experiments?