(I'm using Clojure 1.2.0; I neglected to mention that in my first message.)
I was able to upgrade to clojure-mode 1.8.0 and clojure-test-mode 1.5.4 after installing a later package.el "0.9" than the one I had installed previously: commit e47f392dd688ac5f7bb06eeb96b7a29d95de1ce7 Author: Phil Hagelberg <technoma...@gmail.com> Date: 2010-12-12 13:45:25 -0800 Update with latest version from Emacs 24 All is once again well, except that utf-8 via slime to clojure started by mvn clojure:swank still doesn't work. Now I am seeing an exception, so i thought I'd post it here: (1) type "ä" [RETURN] into the REPL. ---- in the *slime-repl clojure* buffer ---- user> "ä" [RETURN] ---- in the *slime-events* buffer ---- (:emacs-rex (swank:listener-eval "\"ä\"\n") "user" :repl-thread 3) (:write-string "\"ä\"\n" :repl-result) --- (2) type [RETURN] (a second time) into the REPL ---- in the *slime-events* buffer ---- (:emacs-rex (swank:listener-eval "\n") "user" :repl-thread 4) ---- in the mvn clojure:swank console ---- exception in read loop java.lang.NumberFormatException: For input string: " 00003" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:449) at swank.core.protocol$read_swank_message.invoke(protocol.clj:41) at swank.core.connection$read_from_connection.invoke(connection.clj:59) at swank.core$read_loop.invoke(core.clj:337) at swank.swank$connection_serve$fn__1568$fn__1569.invoke(swank.clj:41) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.core$apply.invoke(core.clj:540) at swank.swank$connection_serve$fn__1568.doInvoke(swank.clj:38) at clojure.lang.RestFn.invoke(RestFn.java:398) at clojure.lang.AFn.run(AFn.java:24) at java.lang.Thread.run(Thread.java:680) ---- Does this ring any bells with anyone? // 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