On Apr 30, 1:47 am, Phil Hagelberg <p...@hagelb.org> wrote:
> > (setq swank-clojure-binary "clojure")
>
> > (add-to-list 'slime-lisp-implementations
> > '(clojure ("/home/ghoseb/bin/clojure") :init
> > swank-clojure-init))
>
> It looks like you're using a wrapper script rather than letting
> swank-clojure construct a "java" command-line invocation. I'm not sure
> why you're doing this; working with the defaults might fix it.
Just speaking for myself, I do this to set up a classpath that
includes all the third-party jars I've downloaded and use in
my projects. I did this long time ago and haven't looked at it
since (Too busy at work.) What's the "proper" way of doing
this in a slime setup where swank-clojure sets up the classpath?
--
-asbjxrn
--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---