Baishampayan Ghose <b.gh...@ocricket.com> writes:

>> 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.
>
> Many thanks. Just using the conf generated by clojure-install did the
> trick. Right now M-. for all clojure.contrib functions work fine.
>
> But it still doesn't work for Clojure's internal functions in, say, core.clj

Not sure, but it could be due to your Clojure copy being AOT compiled
without having the original .clj file around? That'd be my guess. Take
a look inside your jar or classes directory and see if it just includes
the .class files or everything.

-Phil

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

Reply via email to