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

Reply via email to