From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: define-key #2 ---> ineffective if key is bound... Date: Mon, 20 May 2002 15:34:33 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200205202134.g4KLYXI26067@aztec.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021932885 3993 127.0.0.1 (20 May 2002 22:14:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 May 2002 22:14:45 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 179vQS-00012I-00 for ; Tue, 21 May 2002 00:14:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179urU-00074h-00; Mon, 20 May 2002 17:38:36 -0400 Original-Received: from chi6-1.relay.mail.uu.net ([199.171.54.98]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 179uo3-0006jD-00 for ; Mon, 20 May 2002 17:35:03 -0400 Original-Received: from pele.santafe.edu by chi6sosrv13.alter.net with ESMTP (peer crosschecked as: pele.santafe.edu [192.12.12.119]) id QQmpsg27062 for ; Mon, 20 May 2002 21:35:00 GMT Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g4KLYXm14959; Mon, 20 May 2002 15:34:33 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g4KLYXI26067; Mon, 20 May 2002 15:34:33 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: deego@glue.umd.edu In-Reply-To: (deego@glue.umd.edu) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1481 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1481 By viewing lossage, it emerges that when i press up-arrow, emacs sees ESC o A instead of ESC O A. This shoudl not have happened, because if you look at the function-key-map in the parent-mail, the function-key-map should have translated this ESC O A into 'up' before this key-combination could have ever reached key-translation-map. As soon as Emacs receives ESC O, key-translation-map goes to work. function-key-map cannot go to work yet because Emacs has received only part of the sequence that translates into the function key.