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: position on changing defaults? Date: Tue, 11 Mar 2008 13:22:54 +0100 Message-ID: <87d4q1fo0x.fsf@member.fsf.org> References: <200803110100.m2B107k3007035@localhost.localdomain> <87bq5lsfor.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 1205238220 11536 80.91.229.12 (11 Mar 2008 12:23:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2008 12:23:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 11 13:24:05 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 1JZ3WC-0002kO-IZ for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 13:23:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ3Ve-0003vc-D1 for ged-emacs-devel@m.gmane.org; Tue, 11 Mar 2008 08:23:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ3Va-0003tl-8v for emacs-devel@gnu.org; Tue, 11 Mar 2008 08:23:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ3VY-0003tF-LY for emacs-devel@gnu.org; Tue, 11 Mar 2008 08:23:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ3VY-0003tC-GE for emacs-devel@gnu.org; Tue, 11 Mar 2008 08:23:04 -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 1JZ3VY-0006BS-17 for emacs-devel@gnu.org; Tue, 11 Mar 2008 08:23:04 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 6AAB3C335F for ; Tue, 11 Mar 2008 08:23:01 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 11 Mar 2008 08:23:01 -0400 X-Sasl-enc: iJt8Z7k7MOjfLDBxAVr0odS0qg0ShRRulDMGTPXoq7kt 1205238180 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 EEA7A14537 for ; Tue, 11 Mar 2008 08:22:55 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87bq5lsfor.fsf@kfs-lx.rd.rdm> (Kim F. Storm's message of "Tue, 11 Mar 2008 11:44:36 +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:92150 Archived-At: 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. 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. Bye, Tassilo