From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: ido-mode Date: Tue, 11 Mar 2008 17:14:01 +0100 Message-ID: <87zlt5dyra.fsf@member.fsf.org> References: <200803110100.m2B107k3007035@localhost.localdomain> <87bq5lsfor.fsf@kfs-lx.rd.rdm> <87d4q1fo0x.fsf@member.fsf.org> <87myp5l3yo.fsf_-_@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205252068 734 80.91.229.12 (11 Mar 2008 16:14:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 16:14:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 11 17:14:53 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZ77m-0002cM-Qn for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 17:14:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ77E-00087T-BT for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 12:14:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ77A-00087K-PO for emacs-devel@gnu.org; Tue, 11 Mar 2008 12:14:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ778-000870-Mw for emacs-devel@gnu.org; Tue, 11 Mar 2008 12:14:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ778-00086x-HK for emacs-devel@gnu.org; Tue, 11 Mar 2008 12:14:06 -0400 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZ778-0003GH-8C for emacs-devel@gnu.org; Tue, 11 Mar 2008 12:14:06 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id EDD62C1FEE for ; Tue, 11 Mar 2008 12:14:05 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 11 Mar 2008 12:14:05 -0400 X-Sasl-enc: krftMCZOOO5sJaUiPlPwWkEU2pIlrOZFZrUOVM3hb+0W 1205252043 Original-Received: from localhost (dslb-084-063-063-234.pools.arcor-ip.net [84.63.63.234]) by mail.messagingengine.com (Postfix) with ESMTPA id 665F02954D for ; Tue, 11 Mar 2008 12:14:03 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87myp5l3yo.fsf_-_@kfs-lx.rd.rdm> (Kim F. Storm's message of "Tue, 11 Mar 2008 15:39:43 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:92166 Archived-At: storm@cua.dk (Kim F. Storm) writes: >>> I guess iswitchb is still there for those who don't want to use the >>> same interface for find-file (why not?) >> >> I like and use ido, but one drawback of ido's find-file behavior is >> that it doesn't work with TRAMP. If you don't know about >> `ido-fallback-command' that disqualifies ido. > > It has worked with tramp before - can you give a recipe... No, it works like a charm. I remember I had problems with it in the past, so I always used the fallback method. ;-) Bye, Tassilo