Rob Lachlan napisaĆ(a): > Thanks for the help. I had initially installed slime, clojure-mode > and swank following the instructions at > http://riddell.us/tutorial/slime_swank/slime_swank.html > > I tried simply installing swank-clojure, but that seemed to conflict > with what I already had. So I removed everything -- slime, clojure- > mode, etc. and installed swank-clojure using ELPA. > > This in turn installed slime, slime-repl, swank-clojure, and clojure- > mode. But now when I try M-x slime, I get: > > Searching for program: no such file or directory, lisp > > Clearly, my emacs-fu is not strong enough. Any ideas?
First of all make sure that ELPA package.el is loaded before "(require 'slime)". It is important for correct initialization of load-path list. Then check the content of "load-path" (type "load-path" in *scratch* buffer and press C-j). There should be in this list directories with clojure-mode, slime, slime-repl, swank-clojure installed using ELPA. Check "swank-clojure-classpath" (there should be clojure.jar, clojure- contrib.jar and swank-clojure.jar on this path) and "swank-clojure-java-path" (there should be "java" executable, which can be found on system PATH). HTH, 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