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

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

Re: How to translate M-kp-multiply to M-* before key is mapped to functi


From: Kai Grossjohann
Subject: Re: How to translate M-kp-multiply to M-* before key is mapped to function?
Date: Fri, 02 Jul 2004 17:28:58 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

litter@graffiti.net (paul) writes:

> 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).

Maybe (global-set-key (kbd "M-<kp_multiply>") (kbd "M-*")) is enough?

Kai





reply via email to

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