From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CrazyVibes Newsgroups: gmane.emacs.help Subject: ido-find-file fails for tramp mode Date: Wed, 26 Aug 2009 14:49:41 -0400 Message-ID: <9c6738cb0908261149i65594491t799f04275b3a1d18@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251333240 922 80.91.229.12 (27 Aug 2009 00:34:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Aug 2009 00:34:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 27 02:33:53 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 1MgSw4-0005Hr-HZ for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Aug 2009 02:33:52 +0200 Original-Received: from localhost ([127.0.0.1]:59842 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgSw3-0003w0-VN for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Aug 2009 20:33:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgNZ7-0002Su-9S for help-gnu-emacs@gnu.org; Wed, 26 Aug 2009 14:49:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgNZ2-0002Mx-S5 for help-gnu-emacs@gnu.org; Wed, 26 Aug 2009 14:49:48 -0400 Original-Received: from [199.232.76.173] (port=54753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgNZ2-0002Ml-Kl for help-gnu-emacs@gnu.org; Wed, 26 Aug 2009 14:49:44 -0400 Original-Received: from mail-px0-f176.google.com ([209.85.216.176]:56879) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgNZ2-0001XZ-2u for help-gnu-emacs@gnu.org; Wed, 26 Aug 2009 14:49:44 -0400 Original-Received: by pxi6 with SMTP id 6so418698pxi.27 for ; Wed, 26 Aug 2009 11:49:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MlMVj8ofKKzWNROiwUoFkD8JxnHLFXrQxp4nF6A9Kdk=; b=byDOTbnt49nT0DbDCF/X6GIpN9h3sz8vxzl1QCg6YgPCEyWgyvgDDwBcAfXqMsKtLE 7W1JOSmV6FMJ2s9O5hNl+KMI6U/uBJrIq1XOjzvk48qIuFk9SfdQlL/DElz2JMtMEpuN GvfDHkFK5Ghdlz5ccApKcyTkld7M9RAQIEr3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=Cexr3OZoQ0JsWawOJXI8zqJem//kD8tMdonJuOosdkNCq/70PcLWDcDJTtMGgN/sMl 9dtveQPq+ZHQbyzqB1+WH4qdhmgFNqki/l5TcgSZytQR7ncQl7sBV/k896YQsuYJWnjj qrFta1vm5zdFkApQ6qPga/K0f7BjAj6SIejeM= Original-Received: by 10.141.2.5 with SMTP id e5mr3951558rvi.134.1251312581494; Wed, 26 Aug 2009 11:49:41 -0700 (PDT) X-Google-Sender-Auth: 5c568f47754262e7 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 26 Aug 2009 20:32:02 -0400 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:67573 Archived-At: 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: Good old find-file works. Also can use /remote.host:/path/to/file and ido will use scp to fetch the file, even when tramp-default-method is ssh. Where should I look at? Thanks!