[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- From: RICH at MIT-AI (Charles Rich)
- Date: Wed ,20 Aug 80 12:07:00 EDT
In system 36.2, with microcode 683, on LISP Machine Eight:
(PKG-LOAD 'FOO '(:NOCONFIRM :COMPILE))
asks for confirmation twice - once to compile the DEFS in the package,
and again to compile the rest of the package. This makes it impossible
to walk away from the console while this is running.
Also, relevant to being able to run compilations unattended, is there some
way to suppress printing of compiler messages (for both PKG-LOAD and QC-FILE)
in the current window, since they go to the Compiler Warnings buffer anyways?
Thanks, Chuck.