[Ecls-list] slime with latest head, error Unknown or unsupported external format: ISO-8859-1

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Tue Nov 10 21:25:13 UTC 2009


On Tue, Nov 10, 2009 at 9:52 PM, Karsten Poeck <karsten.poeck at gmail.com> wrote:
> Effectively this was in a default ECL without unicode on snow leopard.
> Configuring with unicode results in a working slime.
>
> I wonder whether in swank-ecl.lisp the follwinf should be put:
> (defvar *external-format-to-coding-system*
>  #+unicode
>  '((:iso-8859-1
>     "latin-1" "latin-1-unix" "iso-latin-1-unix"
>     "iso-8859-1" "iso-8859-1-unix")
>    (:utf-8 "utf-8" "utf-8-unix"))
>  #-unicode
>  '((:default
>     "latin-1" "latin-1-unix" "iso-latin-1-unix"
>     "iso-8859-1" "iso-8859-1-unix")
>    (:default "utf-8" "utf-8-unix")))

I would say it should be so, except that #-unicode should not contain
utf-* either.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list