[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
can not gtags-goto-tag on Emacs 23.3.1
From: |
Yukio Goto |
Subject: |
can not gtags-goto-tag on Emacs 23.3.1 |
Date: |
Wed, 7 Mar 2012 10:58:17 +0900 |
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.
- can not gtags-goto-tag on Emacs 23.3.1,
Yukio Goto <=