[slime-devel] specifying charset of a file to compile
Frédéric Gobry
frederic.gobry at epfl.ch
Fri Jul 1 12:23:11 UTC 2005
Hi,
I'm working on a simple web app whose source contains utf-8
characters, and I try to configure my environment so that everything
plays nicely.
What works:
- when using emacs in utf-8 environment, I can properly use the REPL
and compile functions with C-c C-c. They play nicely together.
What does not work:
- when I use C-c C-k, the functions seem to be compiled as if the
source code was in latin-1 I think.
How can I configure slime to behave similarly whether it compiles a
file or a function?
The only slime config I have is:
(setq slime-net-coding-system 'utf-8-unix)
I'm using:
- sbcl 0.9.2
- slime CVS
Thanks for your help,
Frédéric
More information about the slime-devel
mailing list