Shohei YOSHIDA
Shohei YOSHIDA
Please check `.` syntax by `M-x describe-syntax`. Could you show me test code of this issue and ess configuration for reproducing this issue ? (I don't know ess well).
Sorry relate reply. > Do you support this version of gtags? Yes I cannot understand what is problem from this information. Could you show us how to reproduce this issue...
Sorry very late reply. Could you see gtags enviroment variable from Emacs ? You can see it by evaluating following s-expression in emacs. ```lisp (getenv "GTAGSCONF") ``` If not, please...
I suppose it is better to separate el-doc feature from ggtags, and create new package like `gtags-eldoc`.
Can you see environment variable from Emacs ? For example `M-: (getenv "GTAGSLIBPATH")`.
Would you tell me in detail about such rare case ?
Sorry late reply. However I cannot reproduce. I suppose it is `helm-gtags` bug if you install GNU global under `/usr/local` instead of `~/opt/bin` then it works.
Currently, no. I don't know we can retrieve such information from tag file. I'll check.
> By the way, what does display-browser do? It keeps saying "Not found browser "mozilla"". Which variable should I set for this? `browse-url-generic-program`
> I wish it has an option to list every tag in usual format: :: , similar to how helm-etags-select works It is difficult because GNU global does not provides...