On Thu, 2002-05-02 at 13:27, Andrey G. Grozin wrote:
> It would be great if all prompt-like
> output, i.e., output to be followed by a user input, would go through just
> one function, say, (prompt "..."). Then it would be easy to redefine this
> function, say, to add some ctrl-codes before and after the prompt, and an
> interface would know where are the prompts, and when to wait for user
> input.
I fully support this idea. The trick will be making sure that the prompt
presented by the lisp reader conforms. I don't have time to work on this
myself at the moment, but if someone comes up with a solution I will be
glad to apply it to the code.
--Jim