[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