[slime-devel] Re: significance of *error-output*/*standard-output* in the REPL

Nikodemus Siivola nikodemus at random-state.net
Fri May 19 06:53:10 UTC 2006


hbabcockos1 at mac.com writes:

> You might try:
> (declaim (sb-ext:muffle-conditions sb-ext:compiler-note))

Unfortunately the messages he describes are from ERRORs, which
cannot be muffled.

If you call COMPILE-FILE yourself, then the old 

 (let ((*error-output* (make-broadcase-stream)))
   (compile-file "foo.lisp" :print nil))

should work perfecctly. No room for slime to snarf the stream there.

Cheers,

  -- Nikodemus              Schemer: "Buddha is small, clean, and serious."
                   Lispnik: "Buddha is big, has hairy armpits, and laughs."




More information about the slime-devel mailing list