Paolo Amoroso writes:
I use CMUCL 18e with GNU Emacs 20.7.2 and the latest SLIME CVS sources under Debian Woody. If I evaluate this form in *slime-repl*:
(mp::startup-idle-and-top-level-loops)
[...]
and *slime-repl* blocks, i.e it no longer accepts input. If I press
A workaround is to evaluate the form from *inferior-lisp*.
Paolo