[Top][All Lists]
[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: |
Fri, 30 Jan 2009 10:52:10 -0600 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) |
On Fri, 30 Jan 2009 08:06:42 -0800 "Drew Adams" <address@hidden> wrote:
DA> 1. When the thing documented in *Help* is also in the manual, then we have a
DA> link to the manual from the *Help* buffer.
DA> 2. The manual should have such a `See also' cross reference, if any place
DA> should.
Agreed on both counts. The API I'm providing can be combined with the
manual generation to do this, and it will use the manual sections to get
the first keyword seeds. I don't want the manual to be the primary
source of keywords, that's all.
DA> 3. When both the thing doc'd in *Help* and the thing xref'd are in the
manual,
DA> #1 and #2 would take care of such cross-referencing. Admittedly, passing
through
DA> the manual represents an indirection, but typically a fruitful one.
DA> Dunno if it's worth adding this for cases that are not covered by the
manual. It
DA> sounds like a helpful feature. I can't speak to the implementation cost.
(There
DA> is also a doc-maintenance cost to consider.)
There are many many packages and functions not covered in the manual
that are nevertheless used and useful. They can and should have
keywords. So the docstring should be the primary source of keywords,
and looking up the function with C-h f should be the primary way to
cross-reference functions by keyword.
The goal of this API is not to index Emacs' internal functions'
keywords. It will cover everything that `mapatoms' returns; I'm
considering symbols in addition to functions but I want to get functions
working first.
Ted
- Re: tags for functions, (continued)
- Re: tags for functions, Juri Linkov, 2009/01/27
- Re: tags for functions, Lennart Borgman, 2009/01/27
- Re: tags for functions, Ted Zlatanov, 2009/01/28
- Re: tags for functions, Stefan Monnier, 2009/01/28
- Re: tags for functions, Ted Zlatanov, 2009/01/28
- Re: tags for functions, Stefan Monnier, 2009/01/28
- Re: tags for functions, Ted Zlatanov, 2009/01/29
- Re: tags for functions, Stefan Monnier, 2009/01/29
- Re: tags for functions, Ted Zlatanov, 2009/01/30
- RE: tags for functions, Drew Adams, 2009/01/30
- Re: tags for functions,
Ted Zlatanov <=
- Re: tags for functions, Juri Linkov, 2009/01/31
- Re: tags for functions, Stefan Monnier, 2009/01/30
- RE: tags for functions, Drew Adams, 2009/01/30
- Re: tags for functions, Lennart Borgman, 2009/01/29
- Re: tags for functions, Ted Zlatanov, 2009/01/30
- Re: tags for functions, MON KEY, 2009/01/22
- Re: tags for functions, S+*n_Pe*rm*n, 2009/01/22