On Jun 20, 8:03 am, Larry Travis <tra...@cs.wisc.edu> wrote: > So far so good. But then when I open a new file, say /foo.clj/ (and > indeed am presented with a buffer in clojure mode), and do /M-x slime/, > I get the error message "Symbol's function definition is void: > define-slime-contrib". As I understand things, what I should get the > first time I do /M-x slime/ is something like "Clojure is not > installed. Do you want to install it? Yes or No" -- but I don't.
Current swank-clojure doesn't include the elisp part anymore, so you can't start slime and expect a running Clojure image. See http://groups.google.com/group/swank-clojure/browse_thread/thread/4afb565185842d31 for where the code went. For core swank-clojure (without the elisp parts), you start a swank server somewhere (using leiningen or some other script) and connect to that using slime-connect. This means you don't need to install swank- clojure in your clojure project, and can use general Slime and clojure-mode in Emacs. -- 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