On Tue, Oct 5, 2010 at 11:57 AM, Bob Hutchison <hutch-li...@recursive.ca> wrote: > What do you mean by 'switch to the repl', in fact, how do you do that? > > I'm using lein swank, I can connect to it, I can evaluate expressions and get > the correct results, I can see the communication going between emacs and lein > swank in the *slime-events* buffer. I switched the mode of the *scratch* > buffer to Clojure and I can ^X^E stuff in there and get the results.
The slime project (upstream) foolishly split out slime-repl into a separate package from slime itself, so it's a separate elisp package. Do M-x package-list-packages and mark slime-repl with i, then press x. If it fails to install be sure you're using the latest package.el from http://github.com/technomancy/package.el since there are some bug fixes I've submitted that *still* haven't been accepted upstream. (You might get compilation warnings either way; don't worry about those.) -Phil -- 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