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

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

bug#22674: 25.0.91; recent-keys returns a vector containing events gener


From: Eli Zaretskii
Subject: bug#22674: 25.0.91; recent-keys returns a vector containing events generated by keyboard macros
Date: Mon, 15 Feb 2016 14:07:38 +0200

> Date: Mon, 15 Feb 2016 15:45:53 +0900
> From: Sho Takemori <stakemorii@gmail.com>
> 
> According to the document of `recent-keys`, the return value does not contain
> events generated by keyboard macros, but it does.
> 
> To reproduce this:
> Run Emacs by "emacs -Q",
> define a keyboard macro by "<F3> a <F4>" (a keyboard macro that inserts "a"),
> and hit <F4> twice.
> I expected the last two items of the return value of recent-keys are F4, F4,
> but they are F4, 97.

Fixed in commit d9ea795 on the emacs-25 branch.

Thanks.





reply via email to

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