From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ravi Newsgroups: gmane.emacs.help Subject: Filename auto complete doesn't work in tramp mode Date: Tue, 21 May 2013 11:57:41 +0530 Message-ID: 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 1369118874 16114 80.91.229.3 (21 May 2013 06:47:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 May 2013 06:47:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 21 08:47:54 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 1UegMU-00060D-A3 for geh-help-gnu-emacs@m.gmane.org; Tue, 21 May 2013 08:47:54 +0200 Original-Received: from localhost ([::1]:43806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UegMT-0003E2-V7 for geh-help-gnu-emacs@m.gmane.org; Tue, 21 May 2013 02:47:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ueg3M-0003Zy-Li for help-gnu-emacs@gnu.org; Tue, 21 May 2013 02:28:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ueg3G-0002fY-6E for help-gnu-emacs@gnu.org; Tue, 21 May 2013 02:28:08 -0400 Original-Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:65222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ueg3G-0002fN-1q for help-gnu-emacs@gnu.org; Tue, 21 May 2013 02:28:02 -0400 Original-Received: by mail-ob0-f180.google.com with SMTP id xk17so290351obc.25 for ; Mon, 20 May 2013 23:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=4/IfJRRjLCqbeS2kxUAR1XygQbpn+JpEhoh6nurR0Ys=; b=boRyk2hzzquWkjBbGVs+tL4OHtw7ViwiQqJc6Kasbsgh2OusJZCVzlCnwW0KQEcfMr ffq1POOjY3/DC6hGTf89Jc7XwCP7bKJlnboyo6bTRmRLt2tpmBXuPI56dah2fCszd3n+ 5Vgq5uFfaijXpOaq1ylQ6Y9FivDzO4jemkl5xMwWzFMImREmSjThFacdrmzrRP28sHY0 wiZRu9HlNPVEGTsGQlSqaMDdHwwFkNutwPbSc+n40i8NTXVBEbyjicPvXCmNSRl5ssdg LyZ2AdJodrnshKi0xYZ4hMFZdzfgWY4dbyRraQv0wyNe9ZN7P0Eq5hdjSgeoZlPzDKtG 6l5w== X-Received: by 10.182.87.134 with SMTP id ay6mr568827obb.13.1369117681305; Mon, 20 May 2013 23:28:01 -0700 (PDT) Original-Received: by 10.76.168.102 with HTTP; Mon, 20 May 2013 23:27:41 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::234 X-Mailman-Approved-At: Tue, 21 May 2013 02:47:40 -0400 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:90937 Archived-At: H =E2=80=8Bi, I am using tramp mode in Emacs to edit files over ssh. Though listing of 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? Thanks, Ravi A =E2=80=8B