all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ido-read-file-name default-filename
@ 2005-08-18  0:14 Karl Chen
  2005-08-18  8:52 ` Kim F. Storm
  0 siblings, 1 reply; 6+ messages in thread
From: Karl Chen @ 2005-08-18  0:14 UTC (permalink / raw)
  Cc: Emacs Developement List


A number of functions that call `read-file-name' utilize the
`default-filename' parameter, or its default.  E.g., M-x
diff-backup RET should diff the current file instead of attempting
to diff the current directory.  I.e., regular `read-file-name'
returns `(or default-filename buffer-file-name)'.  Currently
`ido-read-file-name' always returns default-directory if the user
presses only RET.

I would like ido-read-file-name to heed default-filename.  I'm
willing to implement it.


Note that I think ido-find-file behavior shouldn't change,
i.e. ido-find-file RET should still dired the current directory.
(I also used Kevin Rodgers' find-file advice to also change
find-file's behavior thus.)

-- 
Karl 2005-08-17 16:55

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-05-18  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-18  0:14 ido-read-file-name default-filename Karl Chen
2005-08-18  8:52 ` Kim F. Storm
2006-05-17  8:31   ` Karl Chen
2006-05-17 21:04     ` Kim F. Storm
     [not found]     ` <m34pzobaz4.fsf@kfs-l.imdomain.dk>
2006-05-18  0:20       ` Karl Chen
2006-05-18  7:44         ` Kim F. Storm

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.