Re: Compile multiple files in Emacs (interactive development)

2010-06-30 Thread Mark Engelberg
Try making a file that uses or requires all your other files. Then just ctrl-c ctrl-k in that file. -- 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 mod

Re: Compile multiple files in Emacs (interactive development)

2010-06-30 Thread Alex Ott
Hello It's better to use lein or maven to run swank server - this will compile all sources, and provide proper classpath, etc. In Maven you can specify script, that will be loaded automatically on swank start. For Lein, I don't know about such feature, although it's not so hard to implement Oleg