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

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

bug#9602: kbd macro does not evaluate its parameter


From: Stefan Monnier
Subject: bug#9602: kbd macro does not evaluate its parameter
Date: Mon, 26 Sep 2011 00:09:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>  (dolist (abcc '("C-a" "C-b"))
>    (global-unset-key (kbd abcc)))
> Which fails.

Yes, kbd should have been defined as an alias of read-kbd-macro
(i.e. a function) and mark it as pure so the byte-optimizer can
precompute it when applicable.

I know that changing a function into a macro introduces many
compatibility problems, but maybe changing this macro into a function
can be done without problems?


        Stefan





reply via email to

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