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 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


Re: slime-fancy

2010-07-28 Thread Alex Ott
Re

Dave  at Wed, 28 Jul 2010 10:25:13 -0700 (PDT) wrote:
 D If I use lein swank and have (slime-setup '(slime-repl)) in my .emacs,
 D the repl doesn't work (try (+ 1 2)).  Changing this to (slime-setup
 D '(slime-repl)) fixes the problem.  Anyone know why 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 Ott, MBA
http://alexott.blogspot.com/http://alexott.net/
http://alexott-ru.blogspot.com/
Skype: alex.ott

-- 
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


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 group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en