---------- Forwarded message ----------
From: Tu Do <[email protected]>
Date: Tue, Jun 23, 2015 at 2:40 PM
Subject: Re: Cannot find definitino with ctags backend anymore
To: Shigio YAMAGUCHI <[email protected]>


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
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to