[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JLK at MIT-MC (John L. Kulp)
- Date: Mon, 19 Feb 79 17:03:00 GMT
- Original-date: 19 FEB 1979 1203-EST
How do I trap an error when opening a file on the CLI device.
(errset (open '((cli) foo hactrn) '(out ascii))) tries to type out a message
no matter what I do (with ^W T, IO-LOSSAGE set to NIL, etc.). I need to suppress
the typeout for a job like the Gould spooler which doesn't have a TTY.