emacs-devel
[Top][All Lists]
Advanced

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

Re: `special' keys in keyboard macros


From: Stefan Monnier
Subject: Re: `special' keys in keyboard macros
Date: 14 Oct 2003 17:21:53 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> To be entirely correct, the characters you record should not have been
> translated through key-translation-map, only through function-key-map.

It is not possible to do this 100% correctly.
Maybe we can record the pre-processed keys and temporarily bind
function-key-map and key-translation-map to nil while executing
a macro, but that seems risky as well.
Another possibility is to record commands names instead of keys.

All in all, it seems that a "quick" 90% solution might be the best
available option.


        Stefan




reply via email to

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