From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jaeyoun Chung" Newsgroups: gmane.emacs.help Subject: Re: returning to 21.3 version of C-x C-f RET Date: 19 Apr 2005 20:44:00 -0700 Organization: http://groups.google.com Message-ID: <1113968640.925911.102570@f14g2000cwb.googlegroups.com> References: <1113944794.727275.186850@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1113968501 30029 80.91.229.6 (20 Apr 2005 03:41:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2005 03:41:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 20 05:41:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1DO65o-00006f-00 for ; Wed, 20 Apr 2005 05:41:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DO6AF-0001v9-ET for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Apr 2005 23:46:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: 210.216.114.51 Original-X-Trace: posting.google.com 1113968645 15733 127.0.0.1 (20 Apr 2005 03:44:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 20 Apr 2005 03:44:05 +0000 (UTC) In-Reply-To: <1113944794.727275.186850@z14g2000cwz.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=210.216.114.51; posting-account=wBM8zg0AAABTVMcNHAxW994k308Wfmqx Original-Xref: shelby.stanford.edu gnu.emacs.help:130276 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:25844 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25844 Use this simple fixup: (defun find-file-read-args (prompt mustmatch) (list (let ((find-file-default (and buffer-file-name (abbreviate-file-name buffer-file-name)))) (read-file-name prompt nil find-file-default mustmatch)) t))