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: Will default key bindings spell the death of Emacs? Date: Tue, 03 Jun 2003 06:58:20 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3ED67422.7060305@math.ku.dk> <20030529214728.GA24984@gnu.org> <3ED70531.4020504@math.ku.dk> <200305301310.h4UDAooo021860@rum.cs.yale.edu> <200305312027.h4VKRUV0000784@rum.cs.yale.edu> <200306021700.h52H0OE8016155@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054640746 23761 80.91.224.249 (3 Jun 2003 11:45:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2003 11:45:46 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 03 13:45:44 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NAEH-00069l-00 for ; Tue, 03 Jun 2003 13:45:25 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NAVM-0004Jq-00 for ; Tue, 03 Jun 2003 14:03:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19N9vx-0000aG-Vv for emacs-devel@quimby.gnus.org; Tue, 03 Jun 2003 07:26:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19N9tv-0008JO-T5 for emacs-devel@gnu.org; Tue, 03 Jun 2003 07:24:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19N9tp-0008HP-Mc for emacs-devel@gnu.org; Tue, 03 Jun 2003 07:24:18 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19N9Uy-0005Nr-Nw for emacs-devel@gnu.org; Tue, 03 Jun 2003 06:58:36 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19N9Ui-0007F9-CC; Tue, 03 Jun 2003 06:58:20 -0400 Original-To: "Stefan Monnier" In-reply-to: <200306021700.h52H0OE8016155@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Original-cc: larsh@math.ku.dk 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:14627 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14627 So maybe the C-x 8 stuff should be moved to function-key-map ? It ought to work the same in either keymap, but the logical place for it is in key-translation-map. function-key-map is only for translating ESC-sequences to function keys.