|
From: | Shigio YAMAGUCHI |
Subject: | Re: Cannot find definitino with ctags backend anymore |
Date: | Wed, 24 Jun 2015 13:25:48 +0900 |
---------- Forwarded message ----------
From: Tu Do <address@hidden>
Date: Tue, Jun 23, 2015 at 2:40 PM
Subject: Re: Cannot find definitino with ctags backend anymore
To: Shigio YAMAGUCHI <address@hidden>Here is the test file saved as test.tcl (a single file in a single directory):proc test {} {
return 1 + 1
}
proc test2 {} {
return 1 + 2;
}The output:~/.emacs.d/.cache/junk/test_tcl $ gtags -v --explain --gtagslabel=ctags
[Tue Jun 23 14:34:02 ICT 2015] Gtags started.
[Tue Jun 23 14:34:02 ICT 2015] Creating 'GTAGS' and 'GRTAGS'.
File './GTAGS' is skipped by skip variable (regex).
File './TAGS' is skipped by skip variable (regex).
File './GPATH' is skipped by skip variable (regex).
File './GRTAGS' is skipped by skip variable (regex).
[Tue Jun 23 14:34:02 ICT 2015] Done.
~/.emacs.d/.cache/junk/test_tcl $ global -d test1
~/.emacs.d/.cache/junk/test_tcl $Meanwhile, ctags alone works normally with either Vim or Emacs.
_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global
[Prev in Thread] | Current Thread | [Next in Thread] |