Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!uunet!zephyr.ens.tek.com!tekchips!sail!toma From: toma@sail.LABS.TEK.COM (Tom Almy) Newsgroups: comp.lang.lisp.x Subject: That February XLISP bug... Message-ID: <8999@sail.LABS.TEK.COM> Date: 19 Feb 91 18:50:56 GMT Reply-To: toma@sail.LABS.TEK.COM (Tom Almy) Organization: Tektronix, Inc., Beaverton, OR. Lines: 12 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