[slime-devel] Re: C-M-x kills emacs

Helmut Eller e9626484 at stud3.tuwien.ac.at
Sat Jan 22 07:24:00 UTC 2005


Jeffrey Cunningham <jeffrey at cunningham.net> writes:

> Yes! That works. But then the next step dies:
>
>
> *  (swank:create-server :port 0)
> ;; Swank started at port: 43214.
>
> 43214
> ; 
>
> ; Warning: This function is undefined:
> ;   SLIME-CONNECT

slime-connect should be called from Emacs :-) 

Type `M-x slime-connect RET' and Emacs will ask for the hostname and
the port number.  Use 127.0.0.1 as hostname and the port number as
printed in the shell (43214 in your example, but it can vary).

Also don't forget to execute (setq swank::*log-events* t) before
starting the server.

Helmut.



More information about the slime-devel mailing list