Hello,

my current lein-ritz (0.5.0) setup, started with slime-connect, hangs when 
handling Unicode characters, e.g.

user> (def a "\uD83D\uDE1F")  ; UTF-16 representation of Unicode 4 WORRIED 
FACE
#'clojure.core/a
user> a
"?"

The REPL is hung at this point: in the the mini buffer I see "error in 
process filter: Wrong type argument: listp, :write-string".

I've done "(setq slime-net-coding-system 'utf-8-unix)" in my Emacs config, 
and used ":jvm-opts ["-Dswank.encoding=utf-8"]" in my Lein project, which 
changed something (slightly different error message), but still broken.

I've also tried using ":encoding" on the lein command line, and looked into 
the ritz source, where it seems I'm doing the right thing.

I'm stumped: any ideas?

Cheers,

Matthew.

-- 
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

Reply via email to