From: Stanisław Halik
Subject: ANN: a system browser for Emacs
Date: 
Message-ID: <gltf1p$1rpm$1@opal.icpnet.pl>
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!

From: budden
Subject: Re: ANN: a system browser for Emacs
Date: 
Message-ID: <30b75f88-8a18-4daf-b218-b02cd329e9a0@q11g2000yqh.googlegroups.com>
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.
From: tymmym
Subject: Re: ANN: a system browser for Emacs
Date: 
Message-ID: <54b78765-a584-4de9-8187-8f88e3d3060c@a12g2000yqm.googlegroups.com>
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.