Craig McDaniel <craig...@gmail.com> writes: > Connect to your running app from emacs by using "M-x slime-connect" > rather than "M-x slime". When you're done, use "M-x slime- > disconnect" (or from the REPL, "," then "disconnect") to leave your > process running. In addtion, including swank in your running > production app is a real benefit since you can connect to it from > emacs at any later time for diagnosis, debugging, etc...
That's good to know; thanks. I'm still a little uneasy about introducing swank as an external dependency. It's not a big deal for stuff you'd use internally, but for open-source projects I like to keep the installation process to a couple lines. I guess I could bundle a copy of swank-clojure to streamline things. Or I could wait until I actually have something to release before I obsess about making installation and distribution easy. =) -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 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 -~----------~----~----~----~------~----~------~--~---