From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bill Newsgroups: gmane.emacs.help Subject: Catalog of Emacs (Lisp) functions? Date: Fri, 18 Jun 2004 12:09:55 +0000 (UTC) Organization: none Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088536664 20811 80.91.224.253 (29 Jun 2004 19:17:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 19:17:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 21:17:28 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 1BfO6h-0005at-00 for ; Tue, 29 Jun 2004 21:17:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfO8M-0001Y9-UT for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 15:19:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: panix3.panix.com Original-X-Trace: reader2.panix.com 1087560595 27065 166.84.1.3 (18 Jun 2004 12:09:55 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Fri, 18 Jun 2004 12:09:55 +0000 (UTC) X-No-Confirm: yes User-Agent: nn/6.6.5 Original-Xref: shelby.stanford.edu gnu.emacs.help:123819 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor 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:19180 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19180 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