bug-global
[Top][All Lists]
Advanced

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

Re: client on freebsd over tramp server on archlinux


From: Michael Albinus
Subject: Re: client on freebsd over tramp server on archlinux
Date: Wed, 21 Oct 2020 14:08:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Shigio YAMAGUCHI <shigio@gnu.org> writes:

Hi,

>> Perhaps gtags.el could be improved for transparent access through TRAMP.
>
> You are right.
> However, it is a little difficult to realize your idea, because
> the architecture is different between etags and Global.
> If you make it, please post it on this mailing list.

I don't use GNU GLOBAL, but I took a look on gtags.el. My recommendation
is to replace `call-process' by `process-file'. Furthermore, in
`gtags-get-rootpath' the result is used as file name. Perhaps it is
needed to transform the file name into a remote file name, like in

(concat (file-remote-p default-directory) path)

This I would try as starting point.

> Regards,
> Shigio

Best regards, Michael.



reply via email to

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