Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: a system browser for Emacs

6 views
Skip to first unread message

Stanisław Halik

unread,
Jan 29, 2009, 6:44:57 PM1/29/09
to
Hey,

It kind of bothered me that there was no IDE functionality for emacs, so
I wrote a rather crude ASDF system browser for Emacs. Here's the code:
http://tehran.lain.pl/stuff/asdf-browser.el

To use it, simply bind #'asdf-browser to a key.

If you find it useful, please post some feature requests or send diffs.
Have fun!

budden

unread,
Feb 28, 2009, 1:52:44 PM2/28/09
to
Hi!
Thanks, good work, added it to .emacs!
I think it'd nice to see .asd file itself in a list, at the first
position.

tymmym

unread,
Feb 28, 2009, 4:52:56 PM2/28/09
to
Hi!
Thanks for system browser.
I also wrote simple patch for slime to facilitate working with asdf.
Now you can type M-. and see (ASDF:DEFSYSTEM SOMESYSTEM) among other
stuff. You can select it and go to the definition of the system in
somesystem.asd.
Just download swank.lisp.patch from http://pastebin.com/f7c24c808,
copy it to your slime directory and $ patch -i swank.lisp.patch
I hope this will be usefull.

0 new messages