From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: ido-mode (was Re: position on changing defaults?) Date: Tue, 11 Mar 2008 15:39:43 +0100 Message-ID: <87myp5l3yo.fsf_-_@kfs-lx.rd.rdm> References: <200803110100.m2B107k3007035@localhost.localdomain> <87bq5lsfor.fsf@kfs-lx.rd.rdm> <87d4q1fo0x.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205246429 10092 80.91.229.12 (11 Mar 2008 14:40:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 14:40:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 11 15:40: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 1JZ5eT-00089y-LE for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 15:40:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ5dv-0006GF-Bq for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 10:39:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ5dr-0006G5-P9 for emacs-devel@gnu.org; Tue, 11 Mar 2008 10:39:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ5dq-0006FX-RB for emacs-devel@gnu.org; Tue, 11 Mar 2008 10:39:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ5dq-0006FU-IT for emacs-devel@gnu.org; Tue, 11 Mar 2008 10:39:46 -0400 Original-Received: from mail-relay.sonofon.dk ([212.88.64.25]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JZ5dq-0006I8-8e for emacs-devel@gnu.org; Tue, 11 Mar 2008 10:39:46 -0400 Original-Received: (qmail 15299 invoked from network); 11 Mar 2008 14:39:44 -0000 Original-Received: from unknown (HELO kfs-lx.rd.rdm.cua.dk) (213.83.150.21) by 0 with SMTP; 11 Mar 2008 14:39:44 -0000 In-Reply-To: <87d4q1fo0x.fsf@member.fsf.org> (Tassilo Horn's message of "Tue\, 11 Mar 2008 13\:22\:54 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.92 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 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:92158 Archived-At: Tassilo Horn writes: > storm@cua.dk (Kim F. Storm) writes: > > Hi Kim, > >> 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... > BTW, I'd suggest to bind `ido-fallback-command' to `C-x b' in addition > to `C-x C-b' in `ido-buffer-completion-map'. That's easier to remember, > because then typing a key twice will always switch to the non-ido > version, e.g. `C-x C-f' twice opens the normal find-file interface and > `C-x b' twice would switch to the default buffer switching interface. I'll do that. -- Kim F. Storm http://www.cua.dk