Jeffrey Cunningham jeffrey@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.