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

Re: bug: missing finish-output after writing prompt in REP



Thanks, Joerg.

> ()  ; <- my input
> >   ; <- the prompt
> NIL ; <- the output
> 
> I'm wondering why it worked so far.

Because the *terminal-io* stream is never buffered in clisp.

Bruno