Although I set UTF-8 everywhere (in my lein
project, the slime-lisp
group customization, the Emacs buffer itself...), I keep getting this error when trying to run code such as (def beta "β")
:
Coding system iso-latin-1-unix not suitable [...]
Happens only in Emacs, not when running lein repl
from the command line, for instance.
What could be causing it? I'm using Ubuntu, if that makes any difference.
load-file
fn slurps anything so I don't think so... – Cognitionclojure-jack-in
but plainslime-connect
instead. this has the advantage of not creating a swank process each time. so I launch just one swank instance at OS startup, so connections take nothing rather than ~10 seconds (on my machine). – Cognition