hbabcockos1@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."