Shawn Hoover <shawn.hoo...@gmail.com> writes: > In updating Clojure Box to the latest I found that the defadvice form > has to be loaded before slime is loaded. (I didn't know about > ad-activate.) This would be a problem if you somehow require slime > before the ELPA's package-initialize is called, which loads the > swank-clojure autoloads, which includes the defadvice.
Yeah, you should ideally remove all manual configuration of slime, but failing that I guess it would need to be moved till after package.el is initialized. I'll make a note in the readme. -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 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