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 08:48:45 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200205201448.g4KEmjF25479@aztec.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021906348 13983 127.0.0.1 (20 May 2002 14:52:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 May 2002 14:52:28 +0000 (UTC) Cc: bug-gnu-emacs@gnu.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 179oWS-0003dQ-00 for ; Mon, 20 May 2002 16:52:28 +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 179oWu-0002Vo-00; Mon, 20 May 2002 10:52:56 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179oSt-0002DV-00; Mon, 20 May 2002 10:48:47 -0400 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 g4KEmjk25938; Mon, 20 May 2002 08:48:45 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g4KEmjF25479; Mon, 20 May 2002 08:48:45 -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:1473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1473 If i do an emacs -q -no-site-file, and then do a (define-key key-translation-map [O] [o]) Perhaps you meant (define-key key-translation-map [?O] [?o]). O and o are symbols, which means they stand for function keys.