Re: hyperspec-addon.el 1.6 --- Add additional entries to CL HyperSpec lookup table
Yuji Minejima <ggb01164 <at> nifty.ne.jp>
2004-09-08 00:26:38 GMT
On Tue, 07 Sep 2004 17:54:38 +0200, Thomas Schilling wrote:
> Yuji Minejima wrote:
>
>> Any ideas on other entries that can be crammed into are welcom.
>
> Not quite on-topic, but how about a shadowing defun, defmethod, ... to put
> the docstrings into some text format (info, tex, html) and then have these
> symbols available for quick lookup (maybe one could hack Albert a bit,
> maybe it's already there, dunno).
>
> Ok, (describe ...) may be a simple solution but I think more of static
> (ie. external to the lisp image) documentation spiced up a little with
> who-calls, who-binds, ect ... information (like eg. Albert generates
> them). Though, a reasonable class-browser in Slime together with nicer
> doc-string formatting (at least for allegro CL) might be more useful.
>
> (But I'd do it myself--one day (it has quite low priority in my
> todo-queue).)
>
> -ts
Thanks for sharing ideas. I didn't know Albert, thanks for the info, I'll
take a look at it.
I think your idea of combining static information with dynamic one is
interesting.
I feel hyperspec-addon.el is a quick and dirty hack and my plan for
its future is to go with this hacky design to see how far I can go adding
(Continue reading)