From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "araucaria.araucana@gmail.com" Newsgroups: gmane.emacs.help Subject: returning to 21.3 version of C-x C-f RET Date: 19 Apr 2005 14:06:34 -0700 Organization: http://groups.google.com Message-ID: <1113944794.727275.186850@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1113944786 6350 80.91.229.2 (19 Apr 2005 21:06:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Apr 2005 21:06:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 19 23:06:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNzut-0004IR-VH for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Apr 2005 23:05:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNzzH-0006Zb-Hv for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Apr 2005 17:10:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 136.162.67.33 Original-X-Trace: posting.google.com 1113944807 19329 127.0.0.1 (19 Apr 2005 21:06:47 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 19 Apr 2005 21:06:47 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=136.162.67.33; posting-account=-loF2A0AAACWJ0tplf0I0BL5a8qmKBSg Original-Xref: shelby.stanford.edu gnu.emacs.help:130266 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25834 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25834 In Emacs 21.3, C-x C-f RET had the effect of reverting the buffer (and saving the current point). In Emacs 22.0.50, it now runs dired on the current directory. I already know about "C-x C-f M-n RET" and "C-x C-v RET", but the friend who asked me this does not want to relearn keystrokes after 10+ years. For now I've snarfed the 21.3 lisp for find-file. Is there a better way to revert to the 21.3 behavior, say by using defadvice on find-file-read-args?