Hi all,

Long time reader, first time poster. Thanks to Rich and the other
contributors for all the great work on Clojure.

I recently had a chance to use Clojure on a non-trivial project, which
required integrating with a number of Java libraries. In the course of
that I was getting tired of switching back and forth between
developing in Emacs, and viewing Javadocs in Firefox. After looking at
the other javadoc integration hacks, I decided I was looking for
something else and built another one.

Ideally, I wanted to be able able to put the cursor on any java class
symbol in a clojure-mode buffer in emacs, execute M-x slime-javadoc,
and have the api documentation popup in an adjacent emacs window. With
the help of clojure, slime, and emacs/w3m, I was able to achieve
nirvana.

Anyway, I blogged about my approach (http://cynojure.posterous.com),
and put up the code on github (http://github.com/kriyative/cynojure-
swank/tree/master). Suggestions and comments are most welcome.

-ram

--
cynojure
http://cynojure.posterous.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to