Hi,
> For customized settings that wanna override the default, I'd add them to
.globalrc.
>
> However, if I put the following in my .globalrc,
>
> default:\
>     :mycustom=foobar/:\
>     :tc=default@${sysconfdir}/gtags.conf:
>
> gtags complains:
> gtags: config file must be absolute path. (${sysconfdir}/gtags.conf)

Would you please use an absolute path name without variable reference?
(man gtags.conf)

default:\
     :mycustom=foobar/:\
     :tc=default@/usr/local/etc/gtags.conf:

Regards,
Shigio


2017-02-25 21:23 GMT+09:00 Shiyao Ma <[email protected]>:

> Hi,
>
> I'd like to use the default gtags conf as default, literarily.  I don't
> want to touch it, or copy it into my globalrc.
>
> For customized settings that wanna override the default, I'd add them to
> .globalrc.
>
> However, if I put the following in my .globalrc,
>
> default:\
>     :mycustom=foobar/:\
>     :tc=default@${sysconfdir}/gtags.conf:
>
> gtags complains:
> gtags: config file must be absolute path. (${sysconfdir}/gtags.conf)
>
>
> Regards.
>
> _______________________________________________
> Help-global mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/help-global
>
>


-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________
Help-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-global

Reply via email to