From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: Catalog of Emacs (Lisp) functions? Date: Fri, 18 Jun 2004 14:35:44 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088536683 20886 80.91.224.253 (29 Jun 2004 19:18:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 19:18:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 21:17:58 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfO7C-0005dg-00 for ; Tue, 29 Jun 2004 21:17:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfO8s-0001nM-1d for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 15:19:42 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!irazu.switch.ch!switch.ch!news-fra1.dfn.de!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19183 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19183 bill 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