From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: ido-find-file fails for tramp mode Date: Thu, 27 Aug 2009 12:23:08 +0200 Message-ID: References: <9c6738cb0908261149i65594491t799f04275b3a1d18@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251368672 18570 80.91.229.12 (27 Aug 2009 10:24:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Aug 2009 10:24:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: CrazyVibes Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 27 12:24:20 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mgc9H-0006Se-N2 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2009 12:24:08 +0200 Original-Received: from localhost ([127.0.0.1]:54059 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgc9F-0005nA-Tk for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2009 06:24:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mgc8c-0005ms-1X for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:23:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mgc8X-0005mc-OB for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:23:25 -0400 Original-Received: from [199.232.76.173] (port=57353 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgc8X-0005mZ-C3 for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:23:21 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]:53513) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mgc8W-0007sK-V2 for help-gnu-emacs@gnu.org; Thu, 27 Aug 2009 06:23:21 -0400 Original-Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n7RANBNK022895; Thu, 27 Aug 2009 12:23:11 +0200 Original-Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.stgl.sel.alcatel.de (8.12.3/8.12.3) with ESMTP id n7RANBY4001969; Thu, 27 Aug 2009 12:23:11 +0200 (MEST) In-Reply-To: <9c6738cb0908261149i65594491t799f04275b3a1d18@mail.gmail.com> (crazyvibes@gmail.com's message of "Wed, 26 Aug 2009 14:49:41 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Alcanet-virus-scanned: n7RANBY4001969 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67585 Archived-At: CrazyVibes writes: > emacs 23.1.50.1, tramp-mode and ido mode enabled > > When use C-x C-f to open /ssh:user@remote.host:/path, ido aborted > after typing /ssh: and reported: > > Opending directory: no such file or directory, /ssh: I cannot reproduce it here. What's the build date of your emacs 23.1.50.1? > Where should I look at? Thanks! Have you tried it with "emacs -Q"? Best regards, Michael.