[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: *terminal-io*
- To: common-lisp@sail.stanford.edu, sandra%utah-orion@utah-cs.arpa
- Subject: Re: *terminal-io*
- From: smh@EMS.MEDIA.MIT.EDU (Steven Haflich)
- Date: Sun, 29 Mar 87 17:16:00 EST
CLtL actually says: "No **user** program should ever change the
value of *terminal-io*." [emphasis added] Presumably it is
allowable for **environment** managing code such as a window
manager to play with *terminal-io* in a multiple process
environment. Details left as an exercise for the implementor ...