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-v considered harmful Date: Mon, 06 Jul 2009 00:15:42 +0200 Message-ID: References: <19020.2798.523236.406366@rgr.rgrjr.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246832162 25904 80.91.229.12 (5 Jul 2009 22:16:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Jul 2009 22:16:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Markus Triska Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 06 00:15:55 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 1MNa01-00044y-Sz for ged-emacs-devel@m.gmane.org; Mon, 06 Jul 2009 00:15:54 +0200 Original-Received: from localhost ([127.0.0.1]:58055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNa01-0004Hd-58 for ged-emacs-devel@m.gmane.org; Sun, 05 Jul 2009 18:15:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNZzw-0004G3-9o for emacs-devel@gnu.org; Sun, 05 Jul 2009 18:15:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNZzr-0004Bc-M3 for emacs-devel@gnu.org; Sun, 05 Jul 2009 18:15:47 -0400 Original-Received: from [199.232.76.173] (port=46667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNZzr-0004BX-CU for emacs-devel@gnu.org; Sun, 05 Jul 2009 18:15:43 -0400 Original-Received: from smtp-04.vtx.ch ([212.147.0.65]:45562) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNZzr-0005D0-2X for emacs-devel@gnu.org; Sun, 05 Jul 2009 18:15:43 -0400 Original-Received: from alfajor.home (dyn.144-85-198-107.dsl.vtx.ch [144.85.198.107]) by smtp-04.vtx.ch (VTX Services SA) with ESMTP id 75AB929ADD8; Mon, 6 Jul 2009 00:15:42 +0200 (CEST) Original-Received: by alfajor.home (Postfix, from userid 20848) id 679C064349; Mon, 6 Jul 2009 00:15:42 +0200 (CEST) In-Reply-To: (Markus Triska's message of "Fri, 03 Jul 2009 15:55:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) 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:112053 Archived-At: I've just made C-x C-v obey confirm-nonexistent-file-or-buffer (as they should have from the beginning) which should fix the OP's problem. Stefan