* Sebastian Tennant [2009-08-29 17:19+0200] writes:
Then add this to your `.emacs':
(setq slime-lisp-implementations '((sbcl ("sbcl" "--core" "sbcl.core-with-swank") :init (lambda (port-file _) (format "(swank:start-server %S)\n" port-file)))))
The ignored argument (_) is the coding system. Add the :coding-system argument there or look at slime-init-command for the default definition.
Helmut