* mv968 [2011-03-15 11:30] writes:
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?
I not sure. How exactly do you connect to the Lisp process? With M-x slime-connect? And in which buffer to you enter the #\à?
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.
There are some links on the Slime webpage. In particular the screencast: http://common-lisp.net/project/movies/movies/slime.mov
But first I would suggest to switch away from CLisp to CCL. CLisp is ok for a lot of things, but it doesn't work well with Slime.
Helmut