I still have encoding problems in repl outside of Emacs (of course...). This is fine while I am developing, but problematic for rolling out to customers.
Setting -Dfile.encoding=UTF8 Doesn't solve it. Anyone? 2011/6/20 Andreas Liljeqvist <bon...@gmail.com> > Thank you Phil, that fixed it. > > > 2011/6/19 Phil Hagelberg <p...@hagelb.org> > >> Andreas Liljeqvist <bon...@gmail.com> writes: >> >> > M-x: clojure-jack-in >> > >> > users>รค >> > >> > Debugger entered: nil >> > (condition-case error (slime-net-read) (error (debug) >> > (slime-net-close process t) (error "net-read error: %S" error))) >> > slime-net-read-or-lose(#<process SLIME Lisp>) >> > slime-process-available-input(#<process SLIME Lisp>) >> > slime-net-filter(#<process SLIME Lisp> "000019(:debug-activate 1 1 >> > nil)") >> >> For some reason (historical CL reasons?) slime defaults to >> iso-8895-1. This will correct it: >> >> (setq slime-net-coding-system 'utf-8-unix) >> >> The next version of clojure-mode will set this to the correct value >> right before connecting via M-x clojure-jack-in, but the fix hasn't been >> released yet. >> >> -Phil >> >> -- >> 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 > > > -- 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