What do you mean by navigation ? Slime supports jumping to function definition (Alt-.) and back (Alt-,) And this works not only in your own code but also in all contrib libraries. So what else do you need ?
On Jun 12, 6:50 pm, yair <[email protected]> wrote: > Hi, > > With swank and slime all set-up along with CDT, further improved by > slime autocomplete, my emacs setup is getting pretty close to being a > full featured, highly clojure focused IDE. One thing I am struggling > with while working on a larger than usual project (i.e. 7 source files > some of which have 200-300 lines) is quickly navigating between source > files and the definitions within them. I took a look at CEDET but it > seemed a bit overwhelming, and I wasn't sure the effort would be worth > it as I couldn't tell if clojure would then be supported within it. > > So, which plugins do you use in emacs for navigating between clojure > source files and definitions? > > Thanks -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
