From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: key-translation-map not taken into account? Date: Sun, 07 Jun 2015 21:20:28 +0200 Message-ID: <87twujnx4z.fsf@web.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1433704868 11348 80.91.229.3 (7 Jun 2015 19:21:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Jun 2015 19:21:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alan Schmitt Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 07 21:20:57 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z1g7s-0008HK-AL for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2015 21:20:56 +0200 Original-Received: from localhost ([::1]:55050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1g7r-0002t1-Lc for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2015 15:20:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1g7a-0002sk-EL for help-gnu-emacs@gnu.org; Sun, 07 Jun 2015 15:20:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1g7W-0003O4-Eh for help-gnu-emacs@gnu.org; Sun, 07 Jun 2015 15:20:38 -0400 Original-Received: from mout.web.de ([212.227.17.11]:58216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1g7W-0003NK-6Y for help-gnu-emacs@gnu.org; Sun, 07 Jun 2015 15:20:34 -0400 Original-Received: from drachen.dragon ([90.187.86.241]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0Ljaiq-1ZcvgO2HM0-00bYsZ; Sun, 07 Jun 2015 21:20:33 +0200 In-Reply-To: (Alan Schmitt's message of "Fri, 05 Jun 2015 11:45:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:WUNYowYp/J8f2n+tdq/egYPB6j9f4AEz5fXFk9BivoH8q5zP/jV yU9eYpQhlHW2PiEjQYptpFLhzoG0KCTt4CDU/TgZiFTN6uq8UDkkyaFhe3dyyltKVgOOEIP 7YvV3rmi9JYwp7pu/t38LnvDJf1yUxkkiylozjzYNioFnB7bMAfYAYHr6SIdLKT2nh8YQWD ci0IIWdtnoEOI9TgIinjg== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.11 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104815 Archived-At: Alan Schmitt writes: > (define-key key-translation-map (kbd "") (kbd "")) > (define-key key-translation-map (kbd " d") (kbd "C-c")) > | d (translated from d) is undefined Probably key-translation-map is applied only once, not repeatedly. I would just bind (kbd " d"). Is this an example (then, what is your original goal?), or do you really prefer typing over ? Michael.