[slime-devel] Re: How to connect to lisp with swank preloaded?
bryan d. o'connor
bryan-lisp at lunch.org
Tue Oct 11 22:58:19 UTC 2005
[Helmut Eller:]
> E.g. you can set slime-lisp-implementations like so:
>
> (setq slime-lisp-implementations
> '((clisp ("clisp"))
> (xclisp ("clisp" "-q" "-M" "image-with-swank.mem")
> :init (lambda (file _)
> (format "(swank:start-server %S)\n\n" file)))))
this change seems to break slime-register-lisp-implementation,
slime-select-lisp-implementation, and slime-find-lisp-implementation
which all expect the old format for slime-lisp-implementations.
is their use deprecated? should they just be deleted?
thanks,
...bryan
More information about the slime-devel
mailing list