unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to translate M-kp-multiply to M-* before key is mapped to function?
@ 2004-07-02 15:10 paul
  2004-07-02 15:28 ` Kai Grossjohann
  2004-07-02 16:32 ` Kevin Rodgers
  0 siblings, 2 replies; 8+ messages in thread
From: paul @ 2004-07-02 15:10 UTC (permalink / raw)


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!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-07-07 17:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-02 15:10 How to translate M-kp-multiply to M-* before key is mapped to function? paul
2004-07-02 15:28 ` Kai Grossjohann
2004-07-02 16:32 ` Kevin Rodgers
2004-07-04 21:51   ` paul
2004-07-05  8:01     ` paul
2004-07-05 18:05     ` Stefan Monnier
2004-07-06  9:23       ` paul
2004-07-07 17:13         ` Stefan Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).