From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Ganc Newsgroups: gmane.emacs.help Subject: Re: A macro for printing keymap bindings in a pretty fashion Date: Tue, 06 Sep 2011 23:12:13 -0500 Message-ID: <4E66EF1D.7080603@gmail.com> References: <4E652EF8.6020707@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------000002060800020608060802" X-Trace: dough.gmane.org 1315368763 4810 80.91.229.12 (7 Sep 2011 04:12:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2011 04:12:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Yuri Khan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 07 06:12:39 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 1R19V6-0005GJ-ST for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Sep 2011 06:12:36 +0200 Original-Received: from localhost ([::1]:36811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R19V5-0002i3-Tq for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Sep 2011 00:12:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R19Uz-0002hx-BS for help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 00:12:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R19Uy-0006rf-6a for help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 00:12:29 -0400 Original-Received: from mail-gx0-f176.google.com ([209.85.161.176]:53783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R19Ux-0006rX-UL for help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 00:12:28 -0400 Original-Received: by gxk7 with SMTP id 7so5950159gxk.35 for ; Tue, 06 Sep 2011 21:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=tSciBbrnlhdkH6TIe2E1ELGANdRU40K+bm81qGO3F+8=; b=FMUZ9G8wUlXohwr5qLKEjueyn+ysBYlVkrUlXNy8eet2M5I/7HFMvIFxNcBcXe71W2 /K1OyUdcq+jq1v5H4YHaZp9LJ5DhOBQw4oYFiJzQma6ZaZIpxkPODEA5QH0ySpaIowhD 0pxWz/iOuxMK+rpo72nNsxTgEm16jxCYEnOqA= Original-Received: by 10.151.99.17 with SMTP id b17mr4387595ybm.252.1315368747201; Tue, 06 Sep 2011 21:12:27 -0700 (PDT) Original-Received: from [192.168.0.197] (cpe-66-68-105-244.austin.res.rr.com [66.68.105.244]) by mx.google.com with ESMTPS id o9sm152624ybe.2.2011.09.06.21.12.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Sep 2011 21:12:26 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.21) Gecko/20110830 Thunderbird/3.1.13 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.176 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:82170 Archived-At: This is a multi-part message in MIME format. --------------000002060800020608060802 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > Please consider posting the output image (e.g., from an uncustomized > Emacs > session) here: > > http://www.emacswiki.org/emacs/CategoryReferenceSheet > I added the macro to emacswiki at http://www.emacswiki.org/emacs/PrintKeyBindings, including an image as you've described. I also added it to CategoryKeys. > 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 > > Thanks. I will look at the package. __________ Information from ESET Smart Security, version of virus signature database 6442 (20110906) __________ The message was checked by ESET Smart Security. http://www.eset.com --------------000002060800020608060802 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit

Please consider posting the output image (e.g., from an uncustomized Emacs
session) here:

http://www.emacswiki.org/emacs/CategoryReferenceSheet


I added the macro to emacswiki at http://www.emacswiki.org/emacs/PrintKeyBindings, including an image as you've described. I also added it to CategoryKeys.


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



Thanks. I will look at the package.


__________ Information from ESET Smart Security, version of virus signature database 6442 (20110906) __________

The message was checked by ESET Smart Security.

http://www.eset.com
--------------000002060800020608060802--