In case you haven't seen this on c.l.l:
http://homepage1.nifty.com/bmonkey/emacs/elisp/hyperspec-addon.el
I think it should be added to SLIME.
Edi.
Edi Weitz edi@agharta.de writes:
In case you haven't seen this on c.l.l:
http://homepage1.nifty.com/bmonkey/emacs/elisp/hyperspec-addon.el
I think it should be added to SLIME.
You might also want to look at 'hyperdoc' in asdf.lisp, which presents a policy for any third-party package to add its own symbol->url lookup.
It's not widely used at present, but I'm going to attempt to get it supported for all SBCL packages and contribs in the May development cycle of same.
-dan
On Thu, 22 Apr 2004 14:48:32 +0100, Daniel Barlow dan@telent.net wrote:
You might also want to look at 'hyperdoc' in asdf.lisp, which presents a policy for any third-party package to add its own symbol->url lookup.
Ah, didn't know that. I'll look into adding support for this to my own packages.
Thanks, Edi.