
I saw somewhere that 'CHARSET:CP1252', and I too suspect that this is the problem, but your solution gives me an error SYSTEM::SET-STREAM-EXTERNAL-FORMAT on #1=#<SWANK-BACKEND::SLIME-INPUT-STREAM #x19F7D29D> is illegal [Condition of type SYSTEM::SIMPLE-STREAM-ERROR] maybe there is a typo? Moreover, do you know any good SLIME tutorial for a Lisp-SLIME almost-newbie? The online SLIME User Manual is not enough self-explanatory for my level of knowledge. Thanks Il 15/03/2011 12:07, Helmut Eller ha scritto:
* mv968 [2011-03-15 09:55] writes:
From
(stream-external-format *standard-input*)
I get
:DEFAULT Hmm, for me that looks like #<ENCODING CHARSET:CP1252 :DOS> which would explain the problems. After
(setf (stream-external-format *standard-input*) (ext:make-encoding :charset "utf-8"))
the problem goes away.
Helmut
_______________________________________________ slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel