all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ido-read-directory-name and ido-magic-forward-char
@ 2005-06-08 11:10 Juanma Barranquero
  2005-06-08 12:02 ` Kim F. Storm
  0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2005-06-08 11:10 UTC (permalink / raw)


Why does ido-magic-forward-char (C-f) does not fall back to "normal"
read on directory reads via ido-read-directory-name?

(call-interactively #'(lambda (file) (interactive "Ffile: ") file))

falls back to read-file-name, but

(call-interactively #'(lambda (dir) (interactive "DDir: ") dir))

does not. !?

ido is a wonderful and very well-thought package, so I'm assuming this
is not a problem but a design choice, but still I find it puzzling.

-- 
                    /L/e/k/t/u

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

* Re: ido-read-directory-name and ido-magic-forward-char
  2005-06-08 11:10 ido-read-directory-name and ido-magic-forward-char Juanma Barranquero
@ 2005-06-08 12:02 ` Kim F. Storm
  0 siblings, 0 replies; 2+ messages in thread
From: Kim F. Storm @ 2005-06-08 12:02 UTC (permalink / raw)
  Cc: emacs-devel

Juanma Barranquero <lekktu@gmail.com> writes:

> Why does ido-magic-forward-char (C-f) does not fall back to "normal"
> read on directory reads via ido-read-directory-name?

An oversight -- it is fixed now.  Thanks.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

end of thread, other threads:[~2005-06-08 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-08 11:10 ido-read-directory-name and ido-magic-forward-char Juanma Barranquero
2005-06-08 12:02 ` 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.