On Thu, Nov 3, 2011 at 2:32 PM, Joost <jo...@zeekat.nl> wrote: > As some of you may know, I've recently taken over maintenance of the > clojure-refactoring package for doing simple refactorings in Emacs/ > SLIME with clojure-mode. > > This package consists of a bunch of clojure code that does the actual > refactoring, plus an elisp file that handles the editor/ui side of > things. I'm working on making the whole package more reliable and one > of the obvious issues right now is that installation is a two-step > process that may be intimidating to new users - especially those > people who don't have a lot of experience customizing their Emacs > setup.
Swank Clojure 1.3.3 actually supports piggybacking elisp inside jar files. Create a file called "swank_elisp_payloads.clj" in the root of your jar file that contains a vector of paths to elisp files contained in the jar. I hope to have this documented soon, but I believe it's pretty much exactly what you are looking for. Please let me know if you have any trouble with it. -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