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: Idea for C-x v u Date: Tue, 28 Jun 2011 10:58:23 -0400 Message-ID: <87aad2f1f4.fsf@stupidchicken.com> References: <4E08E944.2070202@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1309274727 13532 80.91.229.12 (28 Jun 2011 15:25:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2011 15:25:27 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 17:25:23 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QbaAD-0006sh-K1 for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2011 17:25:21 +0200 Original-Received: from localhost ([::1]:40563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbaAB-00063N-GZ for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2011 11:25:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbZkE-00083u-4p for emacs-devel@gnu.org; Tue, 28 Jun 2011 10:58:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbZkC-0001E3-Lq for emacs-devel@gnu.org; Tue, 28 Jun 2011 10:58:29 -0400 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]:58159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbZk9-0001DI-CC; Tue, 28 Jun 2011 10:58:25 -0400 Original-Received: from furball (dhcp128036014200.central.yale.edu [128.36.14.200]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p5SEwNBu029085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 28 Jun 2011 10:58:24 -0400 In-Reply-To: <4E08E944.2070202@swipnet.se> ("Jan \=\?utf-8\?Q\?Dj\=C3\=A4rv\=22's\?\= message of "Mon, 27 Jun 2011 22:34:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.146 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141125 Archived-At: Jan Dj=C3=A4rv writes: > Why not a customize variable vc-show-diff-before-revert that takes > values yes, no or ask? Personally I'd set it to no. Really? If you type `C-x v u' by mistake, you lose your changes with no possibility of retrieval. If there's anything that needs a yes-or-no prompt, vc-revert is it.