bug-global
[Top][All Lists]
Advanced

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

Re: Cannot find definitino with ctags backend anymore


From: Tu Do
Subject: Re: Cannot find definitino with ctags backend anymore
Date: Wed, 24 Jun 2015 11:37:00 +0700

It's true. I copied gtags.conf to ~/.globalrc and it's working now. Thanks.

On Wed, Jun 24, 2015 at 11:25 AM, Shigio YAMAGUCHI <address@hidden> wrote:
Hi,
Maybe it is not a bug. 
Would you please set GTAGSCONF or use the --gtagsconf option?

Regards,
Shigio

2015-06-24 11:49 GMT+09:00 Tu Do <address@hidden>:

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




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