On Thu, Aug 16, 2007 at 08:50:18PM +0200, Chris Laux wrote:
For reference, I am using SLIME CVS, Emacs 21.4.1 and SBCL 1.0.5.34 and I ensured the following settings:
swank::*coding-system* --> "utf-8-unix" (setf slime-lisp-implementations '((sbcl ("sbcl") :coding-system utf-8-unix)))
This topic has come up a few times, this thread seems to be most similar: http://thread.gmane.org/gmane.lisp.slime.devel/5895/focus=5901 Unfortunately it doesn't conclude with a solution. Has there been progress in the meantime?
Actually, the text behind the link presents a solution: upgrade your emacs to CVS branch emacs-unicode-2. Or does this not work for you?
Taneli