[slime-devel] TYPE ERROR: The value 9 is not of type LIST

Helmut Eller heller at common-lisp.net
Wed Sep 2 09:17:37 UTC 2009


* 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





More information about the slime-devel mailing list