From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: C-x C-f, Tab (in)completion and visiting the wrong, new files Date: Mon, 13 Aug 2007 15:58:28 -0400 Message-ID: References: <64CC15CF-72D0-4765-8D7F-CE0DFBCF96EE@gmail.com> <9630B95D-8192-471F-9C6C-5859BB65678E@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187036040 20750 80.91.229.12 (13 Aug 2007 20:14:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 20:14:00 +0000 (UTC) Cc: Development of Aquamacs Emacs , Drew Adams , emacs- devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 13 22:13:57 2007 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 1IKg79-0001WX-6s for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 22:02:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKg78-0007eM-PO for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 16:02:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKg4h-0005Rq-VQ for emacs-devel@gnu.org; Mon, 13 Aug 2007 15:59:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKg4g-0005QQ-1M for emacs-devel@gnu.org; Mon, 13 Aug 2007 15:59:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKg4f-0005QE-Pl for emacs-devel@gnu.org; Mon, 13 Aug 2007 15:59:37 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKg4e-0006x0-EU for emacs-devel@gnu.org; Mon, 13 Aug 2007 15:59:36 -0400 Original-Received: from ceviche.home (vpn-132-204-232-136.acd.umontreal.ca [132.204.232.136]) by pruche.DIT.UMontreal.CA (8.13.7/8.13.7) with ESMTP id l7DJxU6w011168 for ; Mon, 13 Aug 2007 15:59:30 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 00C27B40B3; Mon, 13 Aug 2007 15:58:28 -0400 (EDT) In-Reply-To: <9630B95D-8192-471F-9C6C-5859BB65678E@gmail.com> (David Reitter's message of "Mon\, 13 Aug 2007 19\:46\:18 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered HAS_X_HELO=0 X-Detected-Kernel: Linux 2.6 (newer, 3) 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:76474 Archived-At: >> find-file-confirm-nonexistent doesn't use a "confirmation dialog", > Is that a variable to set (I don't have it), or how can I try this out? It's actually find-file-confirm-nonexistent-file. Stefan