Re: ido-read-directory-name and ido-magic-forward-char

2005-06-08 Thread Kim F. Storm
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 ___

ido-read-directory-name and ido-magic-forward-char

2005-06-08 Thread Juanma Barranquero
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