emacs-devel
[Top][All Lists]
Advanced

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

Re: tags for functions


From: Ted Zlatanov
Subject: Re: tags for functions
Date: Thu, 22 Jan 2009 08:54:04 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Wed, 21 Jan 2009 17:22:38 -0500 Glenn Morris <address@hidden> wrote: 

GM> Ted Zlatanov wrote:
>> 1) build a list of command keywords quickly (using each package's
>> Keywords?)
>> 
>> 2) refine the keywords into a simple taxonomy that is not too big nor
>> too small.

GM> Just because I haven't seen finder mentioned yet in this dicussion,
GM> M-x finder-list-keywords already tries to do something related to
GM> the above.

Great, that saves me a lot of work.  I can just hook into it and get the
global list of keywords and the packages which use each one.  Very
useful.  The work then becomes:

1) figure out place to store keywords (symbol plist or global)
2) add :keywords to defun and defvar, etc. as needed
3) figure out keywords for each function (and symbol?) based on package
4) refine and grow the tag space, figure out synonym rings

Ted





reply via email to

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