help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: key-translation-map not taken into account?


From: Michael Heerdegen
Subject: Re: key-translation-map not taken into account?
Date: Sun, 07 Jun 2015 21:20:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Alan Schmitt <alan.schmitt@polytechnique.org> writes:

> (define-key key-translation-map (kbd "<f19>") (kbd "<apps>"))

> (define-key key-translation-map (kbd "<apps> d") (kbd "C-c"))


> | <apps> d (translated from <f19> d) is undefined


Probably key-translation-map is applied only once, not repeatedly.

I would just bind (kbd "<f19> d").  Is this an example (then, what is
your original goal?), or do you really prefer typing <f19 d> over <C-c>?


Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]