Re: browsing clojure source code

2010-02-23 Thread Richard Newman
Can anyone suggest how best to browse the source code for clojure? I've downloaded the clojure-read-only tree and would like to bounce around in it using something like find-tag. How does one create an emacs tags file for java and clojure, or, how does one load it into eclipse so that ecl

Re: browsing clojure source code

2010-02-23 Thread Chris Jenkins
If you can get emacs working with swank-clojure (I followed the instructions here http://github.com/jochu/swank-clojure to get it working on Emacs 23 on Linux) then you can interact with the running Clojure process. All you need to do is move the cursor over the symbol of interest and hit ALT-. to