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

Compile multiple files in Emacs (interactive development)

2010-06-30 Thread Oleg
Hello Guys! Does somebody knows better way to compile all files of my project in proper order in emacs after i've changed my working directory to project base and after command 'M-x slime'? I'm developing compojure application and now i have to reload all my project files (about 10) in emacs and