On Fri, Jan 8, 2010 at 4:39 AM, Zef Hemel <zefhe...@gmail.com> wrote:
> After I do the swank clojure project command, enter the directory and > press return my Emacs gets stuck doing this: http://imgur.com/Ap8mo > When I just go to the Slime CLI that works fine. Any idea what could > be wrong there? > > Zef > Check your inferior-lisp buffer. There may be some errors in there indicating clojure.main or swank.swank is missing. swank-clojure-project won't work unless all dependencies live in appropriate places under the project directory. Here's how I hacked Clojure Box startup to not wipe out the entire classpath and build it from scratch: http://bitbucket.org/shoover/clojure-box/src/8015172a1dc3/default.el#cl-33 Shawn
-- 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