Ivan Toshkov ivan@toshkov.org writes:
I ran into the following problem, though:
- Starting SLIME -> CMUCL -> PortableAServe's examples;
- After some browsing, the PortableAServe prints some messages to the
*SLIME-REPL* (IIRC the name) buffer; 3) After that, when I try to evaluate anything in the *SLIME-REPL* buffer, I got something like "This buffer is read-only" in the status bar and the caret moved to the top of the buffer.
This is probably a problem with multi-threading caused by mp::startup-idle-and-top-level-loops, but I have to try it myself to see what the problems are. In the meantime you can try to call mp::startup-idle-and-top-level-loops in your .swank.lisp, but debugging will probably not work very well. An older version of SLIME might work better, e.g, the version tagged with SLIME-0-9.
Helmut.