>From my emacs start up file:
;; prevent slime to crash when encountering non ascii char
(set-language-environment "UTF-8")
(setq slime-net-coding-system 'utf-8-unix)
Le 14 juin 2011 06:16, "jlk" a écrit :
> Hello
>
> Is there a trick to making this work in emacs/slime?
>
> If I enter pi in the *
Hello
Is there a trick to making this work in emacs/slime?
If I enter pi in the *slime-repl clojure* buffer:
cond: Coding system iso-latin-1-unix not suitable for "43(:emacs-
rex (swank:listener-eval \"π\") \"jlk.math\" :repl-thread 19)
so the encoding type is not UTF, but I can't set it usin