Re: Can't get ritz-swank working

2013-01-02 Thread Hugo Duncan
Michael Bradley, Jr. michaelsbradle...@gmail.com writes:

 Long story short, after I run `slime-connect` in Emacs, I get a warning: 
 Versions differ: 2010-11-13 (slime) vs. 20101113 (swank). After choosing 
 to continue, I'm told a connection has been established, but no REPL 
 appears, and I can't seem to bring one up manually.

You need to add `(slime-setup '(slime-repl)) in a slime-load-hook.  That
needs adding to the readme.

Hugo

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


Can't get ritz-swank working

2012-12-23 Thread Michael Bradley, Jr.
I'd like to move away from lein-swank and swank-clojure, since they're 
noted as deprecated (though still working for me in the context of Clojure 
1.4.0 and Emacs 24).

I've tried working with nREPL + Emacs, but it just doesn't seem as nice 
what I get with lein-swank (stacktraces and other aspects of the 
integration feel more raw). What I'd really like is to get lein-ritz and 
ritz-swank https://github.com/pallet/ritz/tree/develop/swank working, as 
they seems to be the proper slime/swank successors to lein-swank and 
swank-clojure.

I've tried a couple of times in the past couple of months to setup 
lein-ritz / ritz-swank, but they just don't seem to work for me. I've 
followed the instructions in the README to the letter, and then tried 
tweaking things here and there to see if I can figure out what's going 
wrong ... nothing seems to work.

Long story short, after I run `slime-connect` in Emacs, I get a warning: 
Versions differ: 2010-11-13 (slime) vs. 20101113 (swank). After choosing 
to continue, I'm told a connection has been established, but no REPL 
appears, and I can't seem to bring one up manually.

Any help or suggestions would be appreciated.

--
Michael Bradley, Jr.
@michaelsbradley

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