unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Ravi <ra.ravi.rav@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Filename auto complete doesn't work in tramp mode
Date: Fri, 24 May 2013 09:17:13 +0200	[thread overview]
Message-ID: <878v347sp2.fsf@gmx.de> (raw)
In-Reply-To: <CAFQs6Pdh09zQN49DPPRQHea1radnaH1w8p0Fu-ViO-RAY6uBOQ@mail.gmail.com> (Ravi's message of "Thu, 23 May 2013 19:53:34 +0530")

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	other threads:[~2013-05-24  7:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-21  6:27 Filename auto complete doesn't work in tramp mode Ravi
2013-05-21  7:54 ` Michael Albinus
2013-05-21  8:03   ` ken
2013-05-22  6:35     ` Ravi
2013-05-22  8:46       ` Michael Albinus
2013-05-23 12:21         ` Ravi
2013-05-23 13:03           ` Michael Albinus
2013-05-23 14:23             ` Ravi
2013-05-24  7:17               ` Michael Albinus [this message]
2013-05-24 13:22                 ` Ravi
2013-05-22  6:34   ` Ravi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878v347sp2.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=ra.ravi.rav@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).