On Thu, Jul 2, 2009 at 21:11, Daniel Lyons<fus...@storytotell.org> wrote: > On Jul 2, 2009, at 1:00 PM, B Smith-Mannschott wrote: >> What was confusing me is that slime/swank seem to be using >> iso-latin-1-unix and so trip over greek letters. I've not yet found >> the knobs to twiddle in emacs to get it to use UTF-8 here, but at >> least the problem is not Clojure. > > > (setq slime-net-coding-system 'utf-8-unix) > > :)
On Thu, Jul 2, 2009 at 21:12, Tayssir John Gabbour<tayssir.j...@googlemail.com> wrote: > > Hi Ben, > > This is sitting in my .emacs file: > > (set-language-environment "UTF-8") > (setq slime-net-coding-system 'utf-8-unix) Thanks to both of you, that did the trick. I had already been setting current-language-environment, what was missing was slime-net-coding-system. Very nice. On Thu, Jul 2, 2009 at 21:11, Daniel Lyons<fus...@storytotell.org> wrote: > user> (def שלם 'peace) > #'user/שלם > user> שלם > peace > > Interestingly, Emacs doesn't seem to change the writing direction, but > when I pasted it into my mail client it did the right (-to-left) > thing. This stuff is tricky. Yea. Unicode gives me nightmares. ;-) The NFD/NFC issue drives me up the wall. Stuff like this: http://subversion.tigris.org/issues/show_bug.cgi?id=2464 // Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---