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

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

bug#55266: Mouse clicks in register preview of keyboard macros?


From: Okamsn
Subject: bug#55266: Mouse clicks in register preview of keyboard macros?
Date: Thu, 05 May 2022 02:12:32 +0000

Hello,

Currently, the method `register-val-describe` for keyboard macros in
`kmacro.el` uses `format-kbd-macro`, which skips over mouse clicks.

The function `key-description` does not skip over the mouse clicks, and
is used by Evil for showing register contents in the command
`evil-show-registers`.

Is there any reason to not use `key-description` for the register preview?

Thank you.






reply via email to

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