From: "Jaeyoun Chung" <jay.chung@gmail.com>
Subject: Re: returning to 21.3 version of C-x C-f RET
Date: 19 Apr 2005 20:44:00 -0700 [thread overview]
Message-ID: <1113968640.925911.102570@f14g2000cwb.googlegroups.com> (raw)
In-Reply-To: <1113944794.727275.186850@z14g2000cwz.googlegroups.com>
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))
prev parent reply other threads:[~2005-04-20 3:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-19 21:06 returning to 21.3 version of C-x C-f RET araucaria.araucana
2005-04-19 21:45 ` Peter Dyballa
2005-04-19 21:59 ` Araucaria Araucana
[not found] ` <mailman.2075.1113947453.2895.help-gnu-emacs@gnu.org>
2005-04-20 1:19 ` rgb
2005-04-20 3:44 ` Jaeyoun Chung [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1113968640.925911.102570@f14g2000cwb.googlegroups.com \
--to=jay.chung@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).