On Wednesday 14 October 2009 at 07:11 pm, Phil Hagelberg wrote:

> Currently with swank there are some changes on his branch that I haven't
> been able to get working properly, so maybe for functionality there it
> would be best if you wait till I have a chance to merge them, sorry.

Good tip. Thanks.

> Do you have any specific ideas for new features?

Well one thing I started playing with is completion on the entire classpath in 
swank-clojure. So for example, typing "clojure.contrib.a" would bring up:
  clojure.contrib.accumulators
  clojure.contrib.agent-utils
  clojure.contrib.apply-macro

And typing "java.io" would bring up:
  java.io.CharArrayReader
  java.io.CharArrayWriter
  java.io.CharConversionException
  java.io.FileFilter
  ...

This gives you completion even on your use/require/import lists, and definitely 
makes Java interop a bit easier. It needs polish but it's functional. If you 
think it would be a worthwhile addition, give me a heads up when swank-clojure 
looks good to hack.

- Jeff

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