* Catalog of Emacs (Lisp) functions?
@ 2004-06-18 12:09 bill
2004-06-18 12:30 ` David Kastrup
2004-06-18 12:35 ` Jesper Harder
0 siblings, 2 replies; 3+ messages in thread
From: bill @ 2004-06-18 12:09 UTC (permalink / raw)
Where can I get a comprehensive catalog of all the "standard" Emacs
functions (such as goto-char or save-excursion or car) and global
variables? I know that I can always give the regexp '.' to apropos,
but this just gets me a huge list of identifiers in alphabetical
order, which is not very useful. What I want is the same identifiers
as (apropos ".") would report, but grouped according to function
(e.g. point movement, file management, etc.). Does such a catalog
exist?
Many thanks in advance,
-bill
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Catalog of Emacs (Lisp) functions?
2004-06-18 12:09 Catalog of Emacs (Lisp) functions? bill
@ 2004-06-18 12:30 ` David Kastrup
2004-06-18 12:35 ` Jesper Harder
1 sibling, 0 replies; 3+ messages in thread
From: David Kastrup @ 2004-06-18 12:30 UTC (permalink / raw)
bill <please_post@nomail.edu> writes:
> Where can I get a comprehensive catalog of all the "standard" Emacs
> functions (such as goto-char or save-excursion or car) and global
> variables? I know that I can always give the regexp '.' to apropos,
> but this just gets me a huge list of identifiers in alphabetical
> order, which is not very useful. What I want is the same identifiers
> as (apropos ".") would report, but grouped according to function
> (e.g. point movement, file management, etc.). Does such a catalog
> exist?
What's wrong with the Elisp manual?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Catalog of Emacs (Lisp) functions?
2004-06-18 12:09 Catalog of Emacs (Lisp) functions? bill
2004-06-18 12:30 ` David Kastrup
@ 2004-06-18 12:35 ` Jesper Harder
1 sibling, 0 replies; 3+ messages in thread
From: Jesper Harder @ 2004-06-18 12:35 UTC (permalink / raw)
bill <please_post@nomail.edu> writes:
> Where can I get a comprehensive catalog of all the "standard" Emacs
> functions (such as goto-char or save-excursion or car) and global
> variables? I know that I can always give the regexp '.' to apropos,
> but this just gets me a huge list of identifiers in alphabetical
> order, which is not very useful. What I want is the same
> identifiers as (apropos ".") would report, but grouped according to
> function (e.g. point movement, file management, etc.). Does such a
> catalog exist?
You know about the Emacs Lisp Reference Manual, right? If you go to
the index node, and sort by the second column you should get
something close to what you're looking for, e.g.
* abbrev-all-caps: Abbrev Expansion.
* abbrev-expansion: Abbrev Expansion.
* abbrev-prefix-mark: Abbrev Expansion.
* abbrev-start-location: Abbrev Expansion.
...
* yes-or-no-p: Yes-or-No Queries.
* yes-or-no questions: Yes-or-No Queries.
* y-or-n-p-with-timeout: Yes-or-No Queries.
* y-or-n-p: Yes-or-No Queries.
--
Jesper Harder <http://purl.org/harder/>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-18 12:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-18 12:09 Catalog of Emacs (Lisp) functions? bill
2004-06-18 12:30 ` David Kastrup
2004-06-18 12:35 ` Jesper Harder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).