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: Wed, 22 May 2013 12:05:46 +0530 Message-ID: References: <87sj1gsr88.fsf@gmx.de> <519B2A48.1010201@mousecar.com> 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 1369204586 18423 80.91.229.3 (22 May 2013 06:36:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 May 2013 06:36:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Michael Albinus To: gebser@mousecar.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 22 08:36:28 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 1Uf2ev-0001cL-PA for geh-help-gnu-emacs@m.gmane.org; Wed, 22 May 2013 08:36:25 +0200 Original-Received: from localhost ([::1]:51355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf2ev-0006jt-9Z for geh-help-gnu-emacs@m.gmane.org; Wed, 22 May 2013 02:36:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf2ei-0006jj-14 for help-gnu-emacs@gnu.org; Wed, 22 May 2013 02:36:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uf2ee-0002i2-LL for help-gnu-emacs@gnu.org; Wed, 22 May 2013 02:36:11 -0400 Original-Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:50045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf2ee-0002hw-GH for help-gnu-emacs@gnu.org; Wed, 22 May 2013 02:36:08 -0400 Original-Received: by mail-ob0-f171.google.com with SMTP id ef5so1789953obb.2 for ; Tue, 21 May 2013 23:36:08 -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=SV3Gg5m/zBWg7TdNHnf9t0nVL72upl8BWqEek6er97M=; b=nTx8ZYGztZJFoOo4fQqF//eMb35EGDwxHEAcVPykbRzy4tiEgEkFXL+EY2RCe1qZXc zmV16xcaqsidYRB/9d92QwQ+FA5F8QVEi1PVY9kuSniCJ4y5c6FEttUEhRVvmXYc7xY7 VDQj78WvLaPt5TNzaU323lm4suqMRVbR+lHsZa4bjAaAljOPpP18jpVg9+nAJkRHywl4 KL2P8405hGz/o3jZdCDr5X6ctS9VyS2yO4yq1EYoqxlQ77FeJ8oglLwYxaaEjTjbcdEg HBeNjCn1GRkzFqr5s7pmuV+uNLm76AdXiYR6cDo5XmaIQzt3oH9SXSXdQzeMcosNiGVz RJ5g== X-Received: by 10.60.37.133 with SMTP id y5mr3782397oej.123.1369204567942; Tue, 21 May 2013 23:36:07 -0700 (PDT) Original-Received: by 10.76.168.102 with HTTP; Tue, 21 May 2013 23:35:46 -0700 (PDT) In-Reply-To: <519B2A48.1010201@mousecar.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22b 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:90972 Archived-At: Hi Ken, Thanks for replying. Tramp version I am using is: =E2=80=8B2.2.3-24.1=E2=80=8B The debug output is available at: http://pastebin.com/PZuxs1St Thanks, Ravi -- =E2=96=BAhttp://raviforyou.xolve.net =E2= =97=84 On Tue, May 21, 2013 at 1:33 PM, ken wrote: > On 05/21/2013 03:54 AM Michael Albinus wrote: > >> Ravi writes: >> >> Hi, >>> >> >> Hi Ravi, >> >> I am using tramp mode in Emacs to edit files over ssh. Though listing o= f >>> directories works fine when I open it over ssh, but filename auto >>> complete >>> doesn't work at all. >>> >>> What can I do to further troubleshoot the problem? >>> >> > ;; To find version do C-x C-e at end of this line: tramp-version > ;; Just for debugging. > (setq tramp-verbose 9) > (setq tramp-debug-buffer t) > > > .... >> > > >