Hi everyone, My typical development workflow is to use leiningen to create a project stub, modify project.clj to add swank-clojure as a dev- dependency, and run lein-swank and connect from Emacs slime. As I create and modify files in the test and src namespaces/directory structures, I use C-c C-k to call slime-compile-and-load on the buffer that I'm currently in. And I use C-c M-p to switch to the test namespace I'm working on so that in the slime REPL I can call (run- tests).
So far so good. What about when I need to delete a unit test? Reloading the test buffer doesn't remove it, and I need to either restart swank or reconnect slime, or manually remove those tests using (unmap-ns). Surely there's a better way... Thanks! Alyssa -- 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