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: List all bindings in a keymap Date: Mon, 24 Sep 2012 07:22:03 -0700 Message-ID: <8973C8D85E31414285F37E78503FE3CD@us.oracle.com> References: <87txun8w9j.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348496560 23869 80.91.229.3 (24 Sep 2012 14:22:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2012 14:22:40 +0000 (UTC) To: "'Dmitry Gutov'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 24 16:22:43 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TG9YY-0007aV-7l for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Sep 2012 16:22:42 +0200 Original-Received: from localhost ([::1]:51968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG9YT-0004AU-AT for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Sep 2012 10:22:37 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG9YJ-00049M-0H for help-gnu-emacs@gnu.org; Mon, 24 Sep 2012 10:22:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG9YC-0005Lo-PR for help-gnu-emacs@gnu.org; Mon, 24 Sep 2012 10:22:26 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:19841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG9YC-0005Lh-IQ for help-gnu-emacs@gnu.org; Mon, 24 Sep 2012 10:22:20 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q8OEMIAb001428 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Sep 2012 14:22:19 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q8OEMHx7003725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 Sep 2012 14:22:18 GMT Original-Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q8OEMHWO014782; Mon, 24 Sep 2012 09:22:17 -0500 Original-Received: from dradamslap1 (/10.159.184.43) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 24 Sep 2012 07:22:16 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87txun8w9j.fsf@yandex.ru> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: Ac2aTG7BmQpczGJJRX+SxUA53DQLHQAEwr8g X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86893 Archived-At: > How do I do that, short of traversing the keymap structure manually? `describe-keymap', in help-fns+.el http://www.emacswiki.org/emacs-en/download/help-fns%2b.el