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

hbabcockos1 at mac.com hbabcockos1 at mac.com
Fri May 19 02:49:23 UTC 2006


On May 18, 2006, at 7:14 PM, David A Thompson wrote:

> In short, how does one suppress compiler error warnings in the  
> SLIME REPL (I'm
> using SLIME with SBCL)? This issue arose in the context of a  
> program which

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

As described in:
http://sourceforge.net/mailarchive/message.php?msg_id=14321360

best,
-Hazen




More information about the slime-devel mailing list