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: Reloading files Date: Mon, 4 Apr 2016 12:51:10 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1459799516 19152 80.91.229.3 (4 Apr 2016 19:51:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2016 19:51:56 +0000 (UTC) To: Lars Magne Ingebrigtsen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 04 21:51:44 2016 Return-path: Envelope-to: ged-emacs-devel@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 1anAXH-0004Q1-N1 for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2016 21:51:43 +0200 Original-Received: from localhost ([::1]:60830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anAXH-000547-6q for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2016 15:51:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anAWr-0004lJ-Sf for emacs-devel@gnu.org; Mon, 04 Apr 2016 15:51:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anAWo-0001Jq-Mu for emacs-devel@gnu.org; Mon, 04 Apr 2016 15:51:17 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:31682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anAWo-0001JA-EK for emacs-devel@gnu.org; Mon, 04 Apr 2016 15:51:14 -0400 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u34JpCh8011625 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 4 Apr 2016 19:51:12 GMT Original-Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u34JpBIB017278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 4 Apr 2016 19:51:11 GMT Original-Received: from abhmp0011.oracle.com (abhmp0011.oracle.com [141.146.116.17]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u34JpBwI012913; Mon, 4 Apr 2016 19:51:11 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:202711 Archived-At: > Back in the olden days, hitting `C-x C-f RET' in a buffer visiting a > file would reload the current file. I think you mean "visit", not "load". (Or else I don't understand.) > Then this changed to `C-x C-f M-n', which is fine. That happened after Emacs 20, by Emacs 22 at least. > Has Emacs grown a new command for reliably reloading the current visited > file that I'm just not able to find? `revert-buffer' is not on any > keys, and is way too chatty, anyway. (And a bit scary.) Sounds like you want `C-x C-v' (`find-alternate-file'). That does more than revert the buffer, but it at least does that.