Re: slime-fancy

2010-07-28 Thread Dave
Thanks Alex, that worked. -- 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

Re: slime-fancy

2010-07-28 Thread Alex Ott
hy this should be? D> SBCL, CCL64, KAWA and QiII work fine with (slime-setup '(slime-repl)). As I remember, slime-fancy includes slime-autodoc, that doesn't work with Clojure in vanila SLIME. Set (setq slime-use-autodoc-mode nil) to disable it -- With best wishes, Alex Ot

slime-fancy

2010-07-28 Thread Dave
If I use lein swank and have (slime-setup '(slime-repl)) in my .emacs, the repl doesn't work (try (+ 1 2)). Changing this to (slime-setup '(slime-repl)) fixes the problem. Anyone know why this should be? SBCL, CCL64, KAWA and QiII work fine with (slime-setup '(slime-repl)). -- You received this