On Fri, Nov 14, 2008 at 2:37 PM, Rich Hickey <[EMAIL PROTECTED]> wrote: > > > > On Nov 14, 12:51 pm, "Stuart Sierra" <[EMAIL PROTECTED]> > wrote: >> Patch attached. This precompiles everything except parallel.clj, >> which requires an extra Jar. It also omits the source .clj files from >> the clojure.jar file. >> -Stuart Sierra > > > Patch applied (svn 1101) - thanks!
Hi folks, Just FYI, this breaks, at least for me, 'slime-edit-definition' in swank-clojure (also known as "M-."), which pops open the source definition of the word under point. I'm sure there's a work-around, of course. The meta information is still there: user> (meta #'last) {:arglists ([coll]), :doc "Return the last item in coll, in linear time", :name last, :file "core.clj", :line 161, :ns #<Namespace clojure.core>} so it must just be a configuration issue. I will read over the swank-clojure code. Best, Graham --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---