I'm using Slime with SBCL and have a typeout frame but output is still going into the minibuffer, even when multiple lines should be displayed. Any idea what I have misconfigured?
Thanks,
Patrick
pjm@spe.com writes:
I'm using Slime with SBCL and have a typeout frame but output is
still going into the minibuffer, even when multiple lines should be displayed. Any idea what I have misconfigured?
The typeout frame code was being bypassed for most messages. Oops :-)
The typeout frame is now used for most messages in the CVS version. I think you're one of only a few typeout-frame users so please send a note if some messages are still appearing in a "wrong" place.
Cheers, Luke