bug-global
[Top][All Lists]
Advanced

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

Fwd: Cannot find definitino with ctags backend anymore


From: Tu Do
Subject: Fwd: Cannot find definitino with ctags backend anymore
Date: Wed, 24 Jun 2015 09:49:57 +0700


---------- 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.


reply via email to

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