[slime-devel] Bug with default-external-format
Helmut Eller
heller at common-lisp.net
Mon Mar 26 15:57:06 UTC 2012
* ven [2012-03-26 12:03] writes:
> http://paste.lisp.org/display/128568
>
> Not sure if this SLIME or CCL related, but you can view the original
> hello-world function (that contains japanese characters), and the
> output in the slime-repl running ccl.
If you add ;; -*- coding: utf-8-unix -*-
to the file then SLIME will recognize that and C-c C-k will
use that for compilation.
C-c C-c creates a temporary file for CCL and we used to use CCL's
default external format. I changed that to utf-8.
Helmut
More information about the slime-devel
mailing list