On Sun, May 23, 2010 at 10:08 AM, Chris McClellen <chris.mcclel...@gmail.com> wrote: > I only got it to half work. Using elpa, have done the same as > others. Using mvn w/clojure plugin to do "mvn clojure:swank"; > changed to use swank 1.2.1. > > C-c C-k works fine... > > C-c C-c bombs with Java.lang.exception (No such namespace) like so:
That's because C-c C-c is now truely compilation. Previously it was `eval'. If you load your namespace on the repl, then the error goes away. (use 'foo.bar) then C-c C-c. -- Ramakrishnan -- 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