From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C-h k, C-h f and keyboard macros: Patch. Date: Wed, 12 Feb 2003 15:34:25 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200302102356.RAA04775@eel.dms.auburn.edu> <5xsmuvufn1.fsf@kfs2.cua.dk> <20030211134619.B425.LEKTU@terra.es> <200302111619.h1BGJ3p27311@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1045082683 15352 80.91.224.249 (12 Feb 2003 20:44:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Feb 2003 20:44:43 +0000 (UTC) Cc: storm@cua.dk Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18j3g2-0003PO-00 for ; Wed, 12 Feb 2003 21:40:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18j3sA-0003S1-00 for ; Wed, 12 Feb 2003 21:52:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18j3cn-0008Tm-04 for emacs-devel@quimby.gnus.org; Wed, 12 Feb 2003 15:36:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18j3bK-0007eR-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 15:35:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18j3bC-0007ZP-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 15:35:18 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18j3aL-0007In-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 15:34:25 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18j3aL-0005KI-00; Wed, 12 Feb 2003 15:34:25 -0500 Original-To: "Stefan Monnier" In-reply-to: <200302111619.h1BGJ3p27311@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Original-cc: lektu@terra.es Original-cc: teirllm@dms.auburn.edu Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11603 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11603 The function name `remap-command' is misleading. It has the form VERB-NOUN, which means that it does VERB to NOUN. This would be a good name for a function that defines a mappimg. The doc string suggests it is actually a function to inquire about the consequences of current keymap contents. That must have a different name. Would someone please rename it to `command-remapping'?