Hi, I am byplayer.

I use Emacs 23.3.1.
I can not open file using gtags-goto-tag, when file are subdirectory.
I think (if rootdir (cd rootdir)) not affect on my emacs.

I patch gtags-select-it as follows. It can work.

      (setq file (gtags-decode-pathname (gtags-match-string 2)))
>      (let (rootdir)
>          (if gtags-rootdir
>            (setq rootdir gtags-rootdir)
>           (setq rootdir (gtags-get-rootpath)))
>          (if rootdir (setq file (concat rootdir file))))

I hope to fix this bug next release.

regards.

_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to