[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: read-line
KCl (Kyoto Common June 3, 1987
>(dotimes (i 5) (format t ": ~s~%" (read)))
1
: 1
2
: 2
3
: 3
4
: 4
5
: 5
NIL
-------
Please be more specific (if you can) when exchanging information
on the "KCl i/o" problem. I never encountered what you describe.
It probably works on certain OSs (System V) and not on others, it
is function of your terminal i/o mode, stty... You can't generalize
the effect of read-line from one system to another unless it is fixed
or (does not work anywhere).