Paul Mooser <[email protected]> writes: Hi Paul,
> It's actually fairly straightforward. In my (ordinary java) > application, I create a thread which loads a clojure program passed on > the command line (I don't have the source in front of me, but if you > need it, I can give you a hand), That would be great. > and that program typically contains something like the following: > > (require 'swank.swank) > (swank.swank/start-server "/dev/null" :port 4005 :dont-close true) > > Then I can simply connect to a running instance from emacs by > running: > > M-x slime-connect Fine, thanks a lot. Tassilo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
