From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: elisp question Date: Mon, 13 Oct 2008 13:47:45 -0700 Message-ID: <004701c92d74$f27ec3e0$c2b22382@us.oracle.com> References: <87hc7g2wmr.fsf@gmail.com> <87abd8z3jy.fsf@hubble.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223930909 16362 80.91.229.12 (13 Oct 2008 20:48:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2008 20:48:29 +0000 (UTC) To: "'Pascal J. Bourguignon'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 13 22:49:27 2008 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 1KpULx-000079-AQ for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Oct 2008 22:49:21 +0200 Original-Received: from localhost ([127.0.0.1]:54751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpUKs-0000yz-SV for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Oct 2008 16:48:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpUKY-0000yM-W4 for help-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:47:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpUKX-0000yA-QW for help-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:47:54 -0400 Original-Received: from [199.232.76.173] (port=43537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpUKX-0000y7-N3 for help-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:47:53 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:64450) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpUKX-0002OX-7Z for help-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:47:53 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m9DKlk1O029789; Mon, 13 Oct 2008 15:47:47 -0500 Original-Received: from acsmt706.oracle.com (acsmt706.oracle.com [141.146.40.84]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m9DKljib017750; Mon, 13 Oct 2008 14:47:45 -0600 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 13 Oct 2008 20:47:44 +0000 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <87abd8z3jy.fsf@hubble.informatimago.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 Thread-Index: Acktc/Hrk26yP6vcQge9LNddGaf2ZgAAFwLg X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-operating-system: by monty-python.gnu.org: GNU/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:58743 Archived-At: > Otherwise, in http://darcs.informatimago.com/darcs/emacs/pjb-emacs.el > there's a command named all-bindings that will show all the key > bindings, including A-, S-, s-, M-, H- and combinations. FWIW, `C-h b' is also helpful, if you don't care about having that level of detail.