From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: Re: A macro for printing keymap bindings in a pretty fashion Date: Wed, 7 Sep 2011 15:53:31 +0800 Message-ID: References: <4E652EF8.6020707@gmail.com> <4E66EF76.50902@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1315382025 13485 80.91.229.12 (7 Sep 2011 07:53:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2011 07:53:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jonathan Ganc Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 07 09:53:40 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 1R1Cx1-0000RC-2b for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Sep 2011 09:53:39 +0200 Original-Received: from localhost ([::1]:40403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Cx0-0004rU-Jq for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Sep 2011 03:53:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Cwv-0004qw-KG for help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 03:53:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1Cwu-0004kS-CM for help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 03:53:33 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:58177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Cwu-0004kN-5j for help-gnu-emacs@gnu.org; Wed, 07 Sep 2011 03:53:32 -0400 Original-Received: by qyl16 with SMTP id 16so4461573qyl.0 for ; Wed, 07 Sep 2011 00:53:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5hdjYok0hHQcFR02EaP+3iFmCbVO9azaTbqlhFgR7DM=; b=t/c3on9f77jMq08FyHQOBW5UjLhu2tQLc0O87DDEcm9bag1Tm/2CmyqZZmI9Vg84Rg NabcJqHUJDpXdI5TXpJqOUfhOaGDNcqN5cVgng+Y84Nud+uUMkZFhKS6A7h81h/cmaGt kIGCVUwql0zE+Nzg6AOqs3imT8xFQzNbR8MQ0= Original-Received: by 10.224.205.70 with SMTP id fp6mr4660099qab.177.1315382011073; Wed, 07 Sep 2011 00:53:31 -0700 (PDT) Original-Received: by 10.224.61.1 with HTTP; Wed, 7 Sep 2011 00:53:31 -0700 (PDT) In-Reply-To: <4E66EF76.50902@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.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:82172 Archived-At: Hi Jonathan, What you wrote would be called a "macro" in Word or Excel, but a macro has a very specific meaning in lisp (see: http://www.gnu.org/software/emacs/elisp/html_node/Macro-Forms.html). In order to avoid confusion for future googlers, maybe you will consider revising the wiki entries appropriately? -- Le