<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff background="">
<DIV><FONT face=Arial size=2>I'm trying to setup Slime with LWW and
Xemacs.</FONT></DIV>
<DIV><FONT face=Arial size=2>I've just made a checkout of Slime from the
CVS.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>First I load Slime in LW and start
:</FONT></DIV>
<DIV><FONT face=Arial size=2>(swank::create-swank-server 4005 :spawn
#'swank::simple-announce-function t)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Then in Xemacs I use Bill Clementson's
setup:</FONT></DIV>
<DIV><FONT face=Arial size=2>;;;; SLIME Setup by Bill Clementson</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>(require 'slime)<BR>(add-hook 'lisp-mode-hook
(lambda () (slime-mode t)))<BR>(add-hook 'inferior-lisp-mode-hook (lambda ()
(inferior-slime-mode t)))<BR>(slime-autodoc-mode)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>(defun my-setup-slime ()<BR> "Set up common
variables used by slime."<BR> (interactive)<BR> (setq
slime-multiprocessing t)<BR> (require 'completer)<BR> (require
'slime)<BR> (modify-coding-system-alist 'process "lisp"
'undecided-unix)<BR> (slime-setup))<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I call my-setup-slime then
slime-connect.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>No errors so far.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Now I try "Show REPL", I get a Lisp prompt but when
I try to evaluate a form I just get:</FONT></DIV>
<DIV><FONT face=Arial size=2>;pipelined request... (swank:listener-eval "(+ 1
2)</FONT></DIV>
<DIV><FONT face=Arial size=2>")</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I tried to run slime-run-tests and get assertion
failed: (not (slime-busy-p))</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any idea ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Marc</FONT></DIV></BODY></HTML>