
22 Sep
2010
22 Sep
'10
2:53 p.m.
Mirko Vukovic <mirko.vukovic@gmail.com> writes:
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) Thanks, I removed that stray :latin-1.
-- With Best Regards, Stas.