Slime with LWW and XEmacs

From: Marc Battyani (Marc.Battyani_at_fractalconcept.com)
Date: 01/26/05


Date: Wed, 26 Jan 2005 23:26:28 +0100

I'm trying to setup Slime with LWW and XEmacs.
I've just made a checkout of Slime from the CVS.

First I load Slime in LW and start :
(swank::create-swank-server 4005 :spawn #'swank::simple-announce-function t)

Then in XEmacs I use Bill Clementson's setup:
;;;; SLIME Setup by Bill Clementson

(require 'slime)
(add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
(add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t)))
(slime-autodoc-mode)

(defun my-setup-slime ()
  "Set up common variables used by slime."
  (interactive)
  (setq slime-multiprocessing t)
  (require 'completer)
  (require 'slime)
  (modify-coding-system-alist 'process "lisp" 'undecided-unix)
  (slime-setup))

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)
")

I tried to run slime-run-tests and get: assertion failed: (not
(slime-busy-p))

Any idea ?

Marc



Relevant Pages

  • Re: Simple (possibly stupid) initial setup of clisp/slime/XEmacs in win32 question
    ... > The slime initialization file attempts to load "hideshow", ... > which is a feature provided by the "C Support" package. ... > I'm no XEmacs specialist, but I would start with that. ... but maybe I didn't install something I do need. ...
    (comp.lang.lisp)
  • Problems with slime and cmucl
    ... I'm trying to get slime up and running under Xemacs and cmucl. ... I'm now running Ubuntu 7.04/Feisty). ... "Start the server and write the listen port number to PORT-FILE. ...
    (comp.lang.lisp)
  • SLIME and XEmacs
    ... I'm trying to get SLIME to work with XEmacs and CLISP. ... it won't connect to the inferior lisp process. ...
    (comp.lang.lisp)
  • How to configure SLIME in Xemacs with windows XP?
    ... instructions that came with SLIME. ... I am using XEmacs 21.4.19 & slime 2.0. ... Here is the output/error I get after evaluating the whole buffer: ... ** reference to free variable grep-command ...
    (comp.emacs.xemacs)
  • slime-repl not printing
    ... I'm using XEmacs 21.4.19 on Debian, CMUCL 19d and have tried Slime 2.0 ... laptop, the slime-repl will no longer print the return value of the ...
    (comp.lang.lisp)