Juanma Barranquero <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://www.cua.dk
___
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 n