From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ravi Newsgroups: gmane.emacs.help Subject: Re: Filename auto complete doesn't work in tramp mode Date: Fri, 24 May 2013 18:52:49 +0530 Message-ID: References: <87sj1gsr88.fsf@gmx.de> <519B2A48.1010201@mousecar.com> <87sj1f9zbx.fsf@gmx.de> <87mwrlc0h1.fsf@gmx.de> <878v347sp2.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1369402189 19704 80.91.229.3 (24 May 2013 13:29:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 May 2013 13:29:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 24 15:29:48 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ufs42-0001If-94 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 May 2013 15:29:46 +0200 Original-Received: from localhost ([::1]:38660 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufs41-0007zv-S3 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 May 2013 09:29:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufs3Z-0007aT-LA for help-gnu-emacs@gnu.org; Fri, 24 May 2013 09:29:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ufs3N-0006tR-8L for help-gnu-emacs@gnu.org; Fri, 24 May 2013 09:29:17 -0400 Original-Received: from mail-oa0-f51.google.com ([209.85.219.51]:58076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufrxe-0004mz-4N for help-gnu-emacs@gnu.org; Fri, 24 May 2013 09:23:10 -0400 Original-Received: by mail-oa0-f51.google.com with SMTP id f4so6091287oah.38 for ; Fri, 24 May 2013 06:23:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GiPpqKFCtSemYQqG8psIqScVPeeUbasL1kYGf/6z7os=; b=Z90PYMqphS0TFohRgDqGvr1Tu454TT7mPdMV8f83S01k4RIpejwegmeddaC76PH3x3 9J+0MvoipNogNRrXl4COeFGGR/i2MXv9QL9QULbGswHYKtaGiaxB5yfF7TdEQUXriMbT 9nOhaT77g6oIJajoM9eaJBAfcbNA8kaqHSn1IWXDw0xeFQRROtS640FSjWClEKnKTg3z sf/eq1QyYVbJvZf/1KOiYWj1NPtYrzxnpPcYDu0WUFRcgfyZI8lSQW9CwWitQofwHteh N+IQ4heJ4lOyWS0Av8l42JUmTbCINJh5SA4fhff50N6i7bS42/kWX6X704Yc9jT/Wbri AQjA== X-Received: by 10.60.50.202 with SMTP id e10mr4289044oeo.42.1369401789345; Fri, 24 May 2013 06:23:09 -0700 (PDT) Original-Received: by 10.76.168.102 with HTTP; Fri, 24 May 2013 06:22:49 -0700 (PDT) In-Reply-To: <878v347sp2.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.219.51 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91020 Archived-At: Hi Ravi, > =E2=80=8BHi =E2=80=8B Michael =E2=80=8B,=E2=80=8B 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 contro= l. > > 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-pr= e. > =E2=80=8BThanks a lot!! this =E2=80=8Bis really great work you are doing, w= e all users appreciate it :) > Best regards, Michael. > =E2=80=8BThanks Again, Ravi=E2=80=8B