bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can not gtags-goto-tag on Emacs 23.3.1


From: Shigio YAMAGUCHI
Subject: Re: can not gtags-goto-tag on Emacs 23.3.1
Date: Wed, 07 Mar 2012 14:37:33 +0900

Hi,
Would you please teach me the reappearance method of the bug?

> 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.
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]