From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: `f5' for refreshing/reverting without confirmation [was: flet is obsolete, but...] Date: Thu, 11 Oct 2012 08:18:16 -0700 Message-ID: <46454C8CCA8A423D90C409C71A07AD9C@us.oracle.com> References: <804nm2zekk.fsf@somewhere.org><80lifdsad6.fsf@somewhere.org> <0ABA12306CD144C6A8D5722F1D767553@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349968722 19728 80.91.229.3 (11 Oct 2012 15:18:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2012 15:18:42 +0000 (UTC) To: "'Ludwig, Mark'" , "'Sebastien Vauban'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 11 17:18:48 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TMKX8-00081C-OR for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Oct 2012 17:18:46 +0200 Original-Received: from localhost ([::1]:37348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMKX2-00085O-AH for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Oct 2012 11:18:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMKWt-00085I-Cu for help-gnu-emacs@gnu.org; Thu, 11 Oct 2012 11:18:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMKWj-0006c4-Nl for help-gnu-emacs@gnu.org; Thu, 11 Oct 2012 11:18:31 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:26857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMKWj-0006by-H7 for help-gnu-emacs@gnu.org; Thu, 11 Oct 2012 11:18:21 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q9BFIJZL017515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 11 Oct 2012 15:18:20 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q9BFIJ2e012511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Oct 2012 15:18:19 GMT Original-Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q9BFIH5x022249; Thu, 11 Oct 2012 10:18:17 -0500 Original-Received: from dradamslap1 (/130.35.178.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 11 Oct 2012 08:18:17 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AQHNp4cF7PFkycwJ5kytiY6U/h5TN5e0cwoA//+u04CAABUzwA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87178 Archived-At: > > (I bind [revert-buffer-no-confirm] to `f5', in keeping with > > the MS Windows use of that key.) > > That's the best idea I've seen in a /long/ time. > Why didn't /I/ think of that?! You're welcome. Sometimes a trivial change can make a difference. I must say that "wasting" an easy, repeatable key such as `f5' on this (as opposed to binding it to a command that could take advantage of holding down the key to repeat) goes against my general guidelines. But in this case I made an exception because I already have the habit of using it in Windows apps, so it is handy (for me).