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: IDO doesn't honor confirm-nonexistent-file-or-buffer Date: Thu, 07 May 2009 11:04:43 +0200 Message-ID: <87ljp9l1w4.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241687114 23211 80.91.229.12 (7 May 2009 09:05:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2009 09:05:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 07 11:05:04 2009 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 1M1zXL-0006Nb-6S for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 11:05:03 +0200 Original-Received: from localhost ([127.0.0.1]:53155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1zXK-0005Yg-Cr for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 05:05:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1zXB-0005UB-9b for emacs-devel@gnu.org; Thu, 07 May 2009 05:04:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1zX5-0005KG-Uh for emacs-devel@gnu.org; Thu, 07 May 2009 05:04:52 -0400 Original-Received: from [199.232.76.173] (port=60692 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1zX5-0005Jl-Pv for emacs-devel@gnu.org; Thu, 07 May 2009 05:04:47 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:25914) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1zX5-0002Jr-7v for emacs-devel@gnu.org; Thu, 07 May 2009 05:04:47 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 336E2789A9F5 for ; Thu, 7 May 2009 11:04:44 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25565-07 for ; Thu, 7 May 2009 11:04:43 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp71.uni-koblenz.de [141.26.71.71]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 47CB67800D4D for ; Thu, 7 May 2009 11:04:43 +0200 (CEST) Mail-Copies-To: never Mail-Followup-To: emacs-devel@gnu.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:110747 Archived-At: Hi all, I like the new find-file behavior with the default setting of `confirm-nonexistent-file-or-buffer', because I'm a bad but fast typist. ;-) I use ido-mode, but that doesn't respect this variable and opens a new file/buffer without any confirmation, even if the last command was a completion command. It would be great if the ido commands would behave like the standard find-file and switch-to-buffer commands. Bye, Tassilo