joseph hirn <joseph.h...@gmail.com> writes:

> All seems to be well when I M-x slime, but if I enter (+ 1 2) it just
> hangs. If I switch to the *inferior-lisp* buffer and type this
> expression it returns 3 as expected.

I have the same problem, as documented here:

  http://thread.gmane.org/gmane.comp.java.clojure.user/24894/focus=24956


In the *inferior-lisp* buffer, try evaluating the following form:

  (.. java.lang.management.ManagementFactory (getRuntimeMXBean) (getName))

Does that cause SLIME's REPL to finally connect to Swank?

-- 
Steven E. Harris

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