"Steven E. Harris" <s...@panix.com> writes: [...]
> Here's the stack: > > o swank-clojure > Git head. > > o SLIME > Both CVS head and git://git.boinkor.net/slime.git head behave the same > way, as the offending calls are in swank-clojure. > > o Clojure 1.1.0 > Downloaded Jar from code.google.com. > > o GNU Emacs 23.1.1 > > o Windows XP 32-bit Unfortunately I have no idea what is the reason of this problem, but I'm curious what Java version are you using? Have you tried by any chance two different Java versions with the same result? user> (map #(System/getProperty %) ["java.version" "java.vendor" "java.vm.version"]) ("1.5.0_17" "Sun Microsystems Inc." "1.5.0_17-b04") user> (map #(System/getProperty %) ["os.name" "os.version" "os.arch"]) ("Linux" "2.6.26-1-486" "i386") Br, Rob -- 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