
1 Jul
2005
1 Jul
'05
12:23 p.m.
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