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 doesn't honor confirm-nonexistent-file-or-buffer Date: Thu, 07 May 2009 21:44:45 +0200 Message-ID: <87y6t8vgsy.fsf@thinkpad.tsdh.de> References: <87ljp9l1w4.fsf@thinkpad.tsdh.de> <87prel16ud.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 1241725512 25365 80.91.229.12 (7 May 2009 19:45:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 May 2009 19:45:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 07 21:45:02 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 1M29Wf-0002UZ-AU for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 21:45:01 +0200 Original-Received: from localhost ([127.0.0.1]:52252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M29We-0005j6-9S for ged-emacs-devel@m.gmane.org; Thu, 07 May 2009 15:45:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M29WY-0005ix-Qp for emacs-devel@gnu.org; Thu, 07 May 2009 15:44:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M29WT-0005ic-Bz for emacs-devel@gnu.org; Thu, 07 May 2009 15:44:53 -0400 Original-Received: from [199.232.76.173] (port=48854 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M29WT-0005iZ-4r for emacs-devel@gnu.org; Thu, 07 May 2009 15:44:49 -0400 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]:44502) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M29WS-0002dd-OF for emacs-devel@gnu.org; Thu, 07 May 2009 15:44:48 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5C43B33F84F for ; Thu, 7 May 2009 15:44:48 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 07 May 2009 15:44:48 -0400 X-Sasl-enc: obUg4yNYpI0HQ0ycHIZ/H4tJouu2VHQvdWjUp4FZGAhZ 1241725487 Original-Received: from thinkpad.tsdh.de (p54AF2B9F.dip0.t-ipconnect.de [84.175.43.159]) by mail.messagingengine.com (Postfix) with ESMTPA id 80E9535DD6 for ; Thu, 7 May 2009 15:44:47 -0400 (EDT) In-Reply-To: <87prel16ud.fsf@kfs-lx.rd.rdm> (Kim F. Storm's message of "Thu, 07 May 2009 13:38:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: 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:110759 Archived-At: storm@cua.dk (Kim F. Storm) writes: Hi Kim, >> 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. > > Does this patch give the desired result? Basically yes, but I like the standard visual feedback and usage much better, e.g. no y-or-n-p but a [confirm] after the minibuffer input and another RET finds the nonexistent file or buffer. This is not disturbing at all, while the y-or-n-p is: No matter my decision, I always have to move fingers to either y or n. Bye, Tassilo