From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Tramp/Ange-FTP filename unification Date: Fri, 12 Jul 2002 16:28:35 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <20020712161734.2E8B.LEKTU@terra.es> References: <5xk7o1unk4.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1026484124 1741 127.0.0.1 (12 Jul 2002 14:28:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2002 14:28:44 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17T1PX-0000Ry-00 for ; Fri, 12 Jul 2002 16:28:43 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17T1ZS-0002fZ-00 for ; Fri, 12 Jul 2002 16:38:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17T1QA-0007Sy-00; Fri, 12 Jul 2002 10:29:22 -0400 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17T1Pa-0007OR-00 for ; Fri, 12 Jul 2002 10:28:46 -0400 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id g6CESYM05845; Fri, 12 Jul 2002 16:28:35 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?ISO-8859-1?Q?Gro=DFjohann?=) In-Reply-To: X-Mailer: Becky! ver. 2.05 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5708 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5708 I'm getting a strange problem with ido.el completions that could be related to recent changes to Ange-FTP/Tramp. For example: (current directory: c:/bin/emacs/HEAD/bin) emacs -q --no-site-file M-x ido-mode C-x C-f =3D> Prompt is "Find file: c:/bin/emacs/HEAD/bin/" =3D> "c:/bin/emacs/HEAD/" =3D> "c:/bin/emacs/" =3D> "c:/bin/" =3D> "c:/" and does not delete the c:/ part =3D> "c:/{CONFIG.SYS | ...} [No match]" =3D> "c:/{CONFIG.SYS | ...} [No match] [No match]" etc. /L/e/k/t/u