From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Idea for C-x v u Date: Thu, 30 Jun 2011 13:34:20 -0700 Message-ID: <3193502AA05E4BF1BA28DED954C6636C@us.oracle.com> References: <4E08E944.2070202@swipnet.se> <87aad2f1f4.fsf@stupidchicken.com><4E09F937.7060007@swipnet.se> <87y60ltsti.fsf@wanadoo.es><4E0ACB65.3070806@online.de> <4E0ADCE9.9010905@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309468586 13484 80.91.229.12 (30 Jun 2011 21:16:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 21:16:26 +0000 (UTC) Cc: =?iso-8859-1?Q?'Andreas_R=F6hler'?= , emacs-devel@gnu.org To: "'Stefan Monnier'" , "'Jan D.'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 23:16:20 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 1QcOau-0002gP-5g for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 23:16:16 +0200 Original-Received: from localhost ([::1]:46984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcOas-0002T3-Cc for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 17:16:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcNwb-0008QA-NS for emacs-devel@gnu.org; Thu, 30 Jun 2011 16:34:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcNwa-0006i0-6U for emacs-devel@gnu.org; Thu, 30 Jun 2011 16:34:37 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:55707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcNwZ-0006hp-3e for emacs-devel@gnu.org; Thu, 30 Jun 2011 16:34:35 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet10.oracle.com (Switch-3.4.4/Switch-3.4.2) with ESMTP id p5UKYVGH026010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 30 Jun 2011 20:34:33 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p5UKYU7r020630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Jun 2011 20:34:31 GMT Original-Received: from abhmt117.oracle.com (abhmt117.oracle.com [141.146.116.69]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p5UKYO7T022246; Thu, 30 Jun 2011 15:34:24 -0500 Original-Received: from dradamslap1 (/10.159.62.48) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 30 Jun 2011 13:34:24 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acw3VJE3VypMGSkLQx2NQdd93Jdh0wAEBv/w In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4E0CDDD9.012E:SCFMA922111,ss=1,re=-4.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.121 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:141282 Archived-At: > I use a local hack to eliminate the confirmation > prompt from revert-buffer in the case that I use > M-x revert-buffer rather than a keybinding. FWIW, I do the same - er, the opposite. I bind `F5' to revert with no confirmation. I use that when I want to revert quickly (quick key, no confirmation). That is also the MS Windows key for updating (which is what most of the Emacs "revert" functions really do - they do not revert to a previous state).