From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: function-key-map Date: Mon, 15 Oct 2007 12:03:34 -0400 Message-ID: References: <18189.42302.211705.594331@gargle.gargle.HOWL> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1192467185 20303 80.91.229.12 (15 Oct 2007 16:53:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 16:53:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 18:52:55 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IhSYV-0001qx-Hq for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 18:12:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhSYN-0006s8-1k for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2007 12:12:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhSPo-0002sz-Pv for emacs-devel@gnu.org; Mon, 15 Oct 2007 12:03:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhSPn-0002s6-41 for emacs-devel@gnu.org; Mon, 15 Oct 2007 12:03:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhSPm-0002s2-UQ for emacs-devel@gnu.org; Mon, 15 Oct 2007 12:03:34 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhSPm-0001JL-Ly for emacs-devel@gnu.org; Mon, 15 Oct 2007 12:03:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IhSPm-0007pM-2H; Mon, 15 Oct 2007 12:03:34 -0400 In-reply-to: (message from Stefan Monnier on Sun, 14 Oct 2007 14:58:40 -0400) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80936 Archived-At: I'm not sure about that: I think it's important to keep some distinguishing word in there to say that these are maps from keys to keys rather than from keys to commands. `key' used to be the magic word to indicate this fact. Actually I never thought it was supposed to mean that. The name `function-key-map' means that's where function keys are produced from other events. `key-translation-map' also has the word "key" in it, but the grammatical function of "key" is different in the two names, so I do not see them as parallel.