> I think you're right, this issue is probably better solved within
> SLIME.  Would we still want to keep our own version of the function
> around for present compatibility's sake?

Yes. At least GNU Emacs 21.3 doesn't have read-directory-name.

>    (unless dir
>      (setq dir default-directory))
>    (unless default-dirname
>      (setq default-dirname
>         (if initial
>                (concat dir initial)
>              default-dir)))

I have to check above code is needed in GNU Emacs 21.3's read-file-name.

Masatake

Reply via email to