emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tags for functions


From: Stefan Monnier
Subject: Re: tags for functions
Date: Wed, 28 Jan 2009 20:43:33 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

SM> Stefan "who still doesn't know what data we're talking about"
> I'm interested in "@keyword" substrings of the docstring that indicate
> the keywords for a particular function.  The goals are to:
> - list all keywords
> - list all keywords for a function
> - list all functions for a keyword

Not know what that data would be used for, it's hard to give you
good feedback.

> Juri's solution is slow, as Lennart noted, due to the `documentation'
> issue you mentioned.  I said I think a defun-after-hook would be the
> best solution.  Maybe it should be combined with a etc/DOC scan to find
> all the existing keywords quickly.

In any case, we don't want to collect/store this info all the time: we
only want to pay for it when this data is actually used.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]