help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Filename auto complete doesn't work in tramp mode


From: Michael Albinus
Subject: Re: Filename auto complete doesn't work in tramp mode
Date: Fri, 24 May 2013 09:17:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Ravi <ra.ravi.rav@gmail.com> writes:

> Hi Michael,

Hi Ravi,

> Yeah! now we know Perl package is the problem. What I have to do so
> that tram uses "perl" instead of "perl5".

Best would be to fix Perl5 on that remote machine. But I understand that
it might not be possible when the remote machine is not under your control.

Tramp checks several properties of a remote machine during connection
setup, like the Perl binary to be used. Since Tramp 2.2.7, such
properties can be overwritten by own values - exactly what you need. You
might add the following into your .emacs after loading Tramp:

(add-to-list 'tramp-connection-properties
             (list (regexp-quote "your.server.name") "perl" "/path/to/perl"))

You could either install Tramp 2.2.7 from its ftp archive, or you could
switch to the development version of Emacs, which contains Tramp 2.2.8-pre.

> Thanks and Regards,
> Ravi

Best regards, Michael.



reply via email to

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