Using prove in emacs

Posted on August 14, 2015 by blasut

When trying to use prove in slime i get output like this:

(ql:quickload :prove)
(prove:ok 1)
=>   ✓ 1 is expected to be T 

But add to your emacs config and it works:

(set-language-environment "UTF-8")
(setq slime-net-coding-system 'utf-8-unix)