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: A macro for printing keymap bindings in a pretty fashion Date: Mon, 5 Sep 2011 13:26:32 -0700 Message-ID: <0E01A3B2469B41CD8D9E3A23A0C4C8F3@us.oracle.com> References: <4E652EF8.6020707@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315254431 20133 80.91.229.12 (5 Sep 2011 20:27:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2011 20:27:11 +0000 (UTC) To: "'Jonathan Ganc'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 05 22:27:05 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R0fl3-0002RP-37 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Sep 2011 22:27:05 +0200 Original-Received: from localhost ([::1]:59161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0fl2-0005cY-Jy for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Sep 2011 16:27:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:32847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0fkx-0005cN-Ql for help-gnu-emacs@gnu.org; Mon, 05 Sep 2011 16:27:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0fkw-0008HO-Jg for help-gnu-emacs@gnu.org; Mon, 05 Sep 2011 16:26:59 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:53703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0fkw-0008Eu-CJ for help-gnu-emacs@gnu.org; Mon, 05 Sep 2011 16:26:58 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p85KQqrV020409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Sep 2011 20:26:54 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p85KQqhJ022042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Sep 2011 20:26:52 GMT Original-Received: from abhmt107.oracle.com (abhmt107.oracle.com [141.146.116.59]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p85KQkXP009601; Mon, 5 Sep 2011 15:26:46 -0500 Original-Received: from dradamslap1 (/10.159.63.21) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 05 Sep 2011 13:26:46 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4E652EF8.6020707@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Thread-Index: AcxsCUjfO3ybsN2XTLCZX/hS/TnApQAADQDQ X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4E65308E.010E:SCFMA922111,ss=1,re=-4.000,fgs=0 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:82154 Archived-At: > I wrote a macro "pkb" (for print key-bindings)... > It outputs the keybindings as a (somewhat) pretty html document. Please consider posting the output image (e.g., from an uncustomized Emacs session) here: http://www.emacswiki.org/emacs/CategoryReferenceSheet You might also be interested in command `describe-keymap' (bound by default to `C-h M-k') in library `help-fns+.el'. http://www.emacswiki.org/emacs/download/help-fns%2b.el http://www.emacswiki.org/emacs/HelpPlus