[slime-devel] Re: Slime with LWW and Xemacs

Marc Battyani marc.battyani at fractalconcept.com
Thu Jan 27 07:20:08 UTC 2005


"Luke Gorrie" <luke at synap.se> wrote:

> Howdy Marc!

Hi Luke!

> "Marc Battyani" <marc.battyani at 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





More information about the slime-devel mailing list