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)")
  recursive-edit()
  byte-code("\306     @\307=\203! *not able to paste* [unread-command-char
debugger-args x debugger-buffer noninteractive debugger-batch-max-lines -1
debug backtrace-debug 4 t backtrace-frame lambda 5 pop-to-buffer
debugger-mode debugger-setup-buffer count-lines 2 "...\n" message "%s"
buffer-string kill-emacs "" nil recursive-edit middlestart buffer-read-only
standard-output] 4)
debug()
  (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> "000386(:debug 1 1 (\"Unable to
resolve symbol: � in this context\" \"  [Thrown class
java.lang.Exception]\" nil) ((\"QUIT\" \"Quit to the SLIME top level\")) ((0
\"clojure.lang.Compiler.resolveIn(Compiler.java:5677)\" (:restartable nil))
(1 \"clojure.lang.Compiler.resolve(Compiler.java:5621)\" (:restartable nil))
(2 \"clojure.lang.Compiler.analyzeSymbol(Compiler.java:5584)\" (:restartable
nil)) (3 \"clojure.lang.Compiler.analyze(Compiler.java:5172)\" (:restartable
nil)) (4 \"clojure.lang.Compiler.analyze(Compiler.java:5151)\" (:restartable
nil)) (5 \"clojure.lang.Compiler.eval(Compiler.java:5428)\" (:restartable
nil)) (6 \"clojure.lang.Compiler.eval(Compiler.java:5391)\" (:restartable
nil)) (7 \"clojure.core$eval.invoke(core.clj:2382)\" (:restartable nil)) (8
\"swank.commands.basic$eval_region.invoke(basic.clj:47)\" (:restartable
nil)) (9 \"swank.commands.basic$eval_region.invoke(basic.clj:37)\"
(:restartable nil))) (nil))")

from cmd
lein repl

user=> ä
user=> (println "ä")
▲
nil

setting JAVA_TOOL_OPTIONS = -Dfile.encoding=UTF8
doesn't work either. It changes the encoding tho.

Thankfull for any help.

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