[comp.lang.lisp.x] That February XLISP bug...

toma@sail.LABS.TEK.COM (Tom Almy) (02/20/91)

It turns out that the problems involved with redirecting stdin and stdout
are more serious than my previous posted "fix" could handle. It will take
major surgery on the *stuff.c files -- the existing "terminal i-o" functions
need to use stderr only (so they cannot be redirected), then the
*standard-input* (and *standard-output*) streams need to be initialized to
*error-output* if not redirected. 


-- 
Tom Almy
toma@sail.labs.tek.com
Standard Disclaimers Apply