[slime-devel] *external-format-to-coding-system* defvar contents in swank-clisp.lisp

Mirko Vukovic mirko.vukovic at gmail.com
Wed Sep 22 12:35:30 UTC 2010


swank-clisp.lisp (defvar *external-format-to-coding-system* ...) has
the following line:

((:charset "iso-8859-1" :latin-1)
     "latin-1" "iso-latin-1" "iso-8859-1")

Is the car correct?  It is used as an argument to ext:make-encoding in
(defimplementation find-external-format (coding-system) ...)
and it does not satisfy its lambda list (see
http://clisp.cons.org/impnotes/encoding.html#make-encoding)

Mirko




More information about the slime-devel mailing list