all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.