From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Ido failed by confirm-nonexistent-file-or-buffer Date: Wed, 17 Dec 2008 10:54:53 -0500 Message-ID: <87oczassoi.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229529379 10430 80.91.229.12 (17 Dec 2008 15:56:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2008 15:56:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 17 16:57:24 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 1LCykw-00008b-W3 for ged-emacs-devel@m.gmane.org; Wed, 17 Dec 2008 16:56:15 +0100 Original-Received: from localhost ([127.0.0.1]:49196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCyjk-0003nJ-Ts for ged-emacs-devel@m.gmane.org; Wed, 17 Dec 2008 10:55:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCyjg-0003nD-J4 for emacs-devel@gnu.org; Wed, 17 Dec 2008 10:54:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCyje-0003n1-6h for emacs-devel@gnu.org; Wed, 17 Dec 2008 10:54:55 -0500 Original-Received: from [199.232.76.173] (port=38664 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCyjd-0003my-WA for emacs-devel@gnu.org; Wed, 17 Dec 2008 10:54:54 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:48933) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCyjd-0000jI-LT for emacs-devel@gnu.org; Wed, 17 Dec 2008 10:54:53 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 3774F57E1D1; Wed, 17 Dec 2008 10:54:53 -0500 (EST) In-Reply-To: (Leo's message of "Wed, 17 Dec 2008 15:49:15 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:107008 Archived-At: Leo writes: > With the recent change on confirm-nonexistent-file-or-buffer, ido can > not open any nonexistent file. There is no confirmation. It just fails > with this msg: > > ido-read-internal: Must specify valid item I can't reproduce this. 1. emacs -Q 2. M-x ido-mode RET 3. C-x C-f qwerty RET => file qwerty is opened Please provide a recipe that shows this bug.