From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Modes 'n Hooks Date: Sun, 28 Oct 2007 22:31:34 +0100 Message-ID: References: <5ojhulFm45dbU1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1193607220 15000 80.91.229.12 (28 Oct 2007 21:33:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2007 21:33:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Will Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 22:33:41 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ImFlM-0005R6-RS for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2007 22:33:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImFlD-0005NR-Ce for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2007 17:33:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImFkw-0005MZ-7f for help-gnu-emacs@gnu.org; Sun, 28 Oct 2007 17:33:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImFku-0005KI-MV for help-gnu-emacs@gnu.org; Sun, 28 Oct 2007 17:33:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImFku-0005Jl-AM for help-gnu-emacs@gnu.org; Sun, 28 Oct 2007 17:33:12 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImFkt-0008Sv-ID for help-gnu-emacs@gnu.org; Sun, 28 Oct 2007 17:33:11 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id 44B2AA8FDD53; Sun, 28 Oct 2007 22:31:37 +0100 (CET) Original-Received: from [195.4.205.101] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #208) id 1ImFjN-00035X-00; Sun, 28 Oct 2007 22:31:37 +0100 In-Reply-To: <5ojhulFm45dbU1@mid.individual.net> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX18Sqw8pfhqF+cmHWf2uDLQ74fd6exBdm5C1cufZ aBd37llltS/sNeSw85IRj/OrwT1pu+ICbh93tv/1iqeoAUjL3v 9owKgvUfgMAxqJO2Po9A== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48884 Archived-At: Am 28.10.2007 um 14:42 schrieb Will: > how can I get a list of _all_ modes and hooks available in a =20 > running Emacs buffer? You could try apropos-documentation to find documentation with ``mode=20 =B4=B4 or ``hook=B4=B4. Apropos-variable accepts a simple regular = expression =20 to find all hook related variable names. Apropos-command does the =20 same with function names, for example those containing mode. -- Greetings Pete The human animal differs from the lesser primates in his passion for =20 lists of "Ten Best". -- H. Allen Smith