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

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

How to translate M-kp-multiply to M-* before key is mapped to function?


From: paul
Subject: How to translate M-kp-multiply to M-* before key is mapped to function?
Date: 2 Jul 2004 08:10:41 -0700

Hello all,

I've nearly pulled out my hair for the following problem;
I want to translate M-kp-multiply to M-* *BEFORE* the key
gets bound to its default function (in my case pop-tag-mark).

I do *not* want to use global-set-key but am looking for
a general way to remap non-ascii input events.

Using (define-key function-key-map ...) or (define-key key-translation-map ...)
is too late; I can remap the key, but the function pop-tag-mark is not
called.

Trying an approach with keyboard-translate drives me nuts because
it does not seem to support non-ascii events.

Help!


reply via email to

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