Hi Gregory,

On Tue, Aug 11, 2020 at 11:48 PM Gregory Heytings <g...@sdf.org> wrote:

[...]

> The bug is a modification in gtags.conf:
>
>   pygments-parser|Pygments plug-in parser:\
>         :tc=common:\
> -       :ctagscom=/usr/bin/ctags:\
> +       :ctagscom=/usr/bin/ctags-exuberant:\
>         :pygmentslib=$libdir/gtags/pygments-parser.la:\
>         :langmap=ABAP\:.abap:\
>         :langmap=ANTLR\:.G.g:\
>
> When exuberant-ctags (which is not a dependency of global) is not
> installed, definitions are not indexed.

Thanks for digging into this. After uninstalling exuberant-ctags,
"main" is no longer in the database.

% gtags -d GTAGS
 __.COMPNAME     __.COMPNAME
 __.COMPRESS     __.COMPRESS ddefine ttypedef
 __.VERSION      __.VERSION 6

I will look into this (hopefully later today) and look for a way to
fix the regression.

In the meantime, a temporary workaround is to drop the
":ctagscom=/usr/bin/ctags-exuberant" as in your previous post.

Thanks,
Punit

Reply via email to