Re: Svar: Ideas from Fortress

2011-06-14 Thread Denis Labaye
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 lachlan.kana...@gmail.com a écrit : Hello Is there a trick to making this work in emacs/slime? If I

Re: Svar: Ideas from Fortress

2011-06-13 Thread jlk
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 using

Svar: Ideas from Fortress

2011-06-10 Thread Stuart Sierra
Symbols already permit Unicode characters. The Clojure reader assumes UTF-8. This may or may not render in G. Groups, though: user= (def π (Math/PI)) #'user/π user= π 3.141592653589793 Of course, there's no actual layout, but you could write code that reads a mathematical expression in