Hello. I've been trying to get emacs/slime running for a while on ubuntu 9.10. I used clojure box for Windows and that was excellent but this is not running very well for me.
I compiled clojure and clojure-contrib.jar by cloning the repositories, checking out tag 1.1.0 and building them with ant. I then followed these instructions to a t (http://riddell.us/tutorial/ slime_swank/slime_swank.html). I've downloaded swank-clojure/slime/ clojure-mode as the instructions but used the latest code (I did not checkout a different tag). I have also tried emacs and emacs-snapshot, both installed via apt-get. 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. The only other thing that seems strange is my *inferior-lisp* has this in it: (require 'swank.swank) (swank.swank/ignore-protocol-version "2010-02-14") (swank.swank/start-server "/tmp/slime.26582" :encoding "iso-latin-1- unix") Clojure 1.1.0 user=> WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead nil user=> user=> "2010-02-14" user=> user=> Connection opened on local port 43926 #<ServerSocket ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=43926]> user=> user=> WARNING: reader macro ^ is deprecated; use meta instead WARNING: reader macro ^ is deprecated; use meta instead -- 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