[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: read-from-minibuffer and friends.
From: |
Luc Teirlinck |
Subject: |
Re: read-from-minibuffer and friends. |
Date: |
Sat, 13 Dec 2003 23:22:58 -0600 (CST) |
Richard Stallman wrote:
I think ideally all these functions should handle INITIAL
in the same way. If it is easy to do that, please do it.
I would guess the best way is to move the handling of INITIAL
from Fread_from_minibuffer into read_minibuf.
I did exactly that. `read_minibuf' only does something different
after my changes in cases where it threw an error before, so there
should be no danger of breaking existing code. I still will check a
few details before sending a patch.
Sincerely,
Luc.