"Luke Gorrie" luke@synap.se wrote:
Howdy Marc!
Hi Luke!
"Marc Battyani" marc.battyani@fractalconcept.com writes:
I call my-setup-slime then slime-connect.
No errors so far.
Now I try "Show REPL", I get a Lisp prompt but when I try to evaluate a
form I just get:
;pipelined request... (swank:listener-eval "(+ 1 2) ")
So `slime-connect' did not pop up a REPL buffer all by itself?
No. nothing seems to happen.
Sounds like something has hung while SLIME is setting up the connection. Can you show the contents of the *slime-events* buffer after `slime-connect'? That contains a protocol-trace.
After slime-connect I have this: (:emacs-rex (swank:connection-info) nil t 1)
After Show REPL I have this added:
(:emacs-rex (swank:listener-eval "(+ 1 2)\n") "COMMON-LISP-USER" :repl-thread 2)
Also, is there any error visible in the Lisp console?
No.
NB: The "pipelined request" message is saying that SLIME sent a new RPC while still waiting for the result of an old one.
OK.
Marc