[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Sun, 18 Nov 79 12:36:00 GMT
- Original-date: 18 NOV 1979 0736-EST
(SETQ ^R T ^W T OUTFILES '(NIL)) according to the lisp manual will
make the output go to the terminal. It doesn't -- it does
a .VAL 0; EROR5A+22>>PUSHJ P,UINT
instead. The lisp manual quite 'clearly' states that if ^W is on,
that the default output destinations do not include the tty unless
^R is on and NIL is a member of the OUTFILES list...
-kmp