[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

buffered output and prompting



        I think it is definitely wrong for a FORCE-OUTPUT or FINISH-OUTPUT to
        implicitly cause a newline to be written.
    I agree.  I don't think pg. 22 implicitly allows FORCE-OUTPUT or
    FINISH-OUTPUT to postpend a newline.

I agree too.  Therefore, I don't think that we need any new machinery in
order to do prompting.  You just squeeze out the prompt with a
force-output, and wait for an answer.  If some line-oriented systems are
so wedged that they can't type something and then wait for input on the
same line, then they will have to do the best they can and certain
things will be ugly.

-- Scott