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

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

bug#56210: 29.0.50; Keyboard macros do not trigger after-change-function


From: Eli Zaretskii
Subject: bug#56210: 29.0.50; Keyboard macros do not trigger after-change-functions
Date: Sat, 25 Jun 2022 21:56:04 +0300

> Cc: 56210@debbugs.gnu.org
> Date: Sat, 25 Jun 2022 14:06:27 -0400
> From: Richard Hansen <rhansen@rhansen.org>
> 
> On 2022-06-25 07:51, Lars Ingebrigtsen wrote:
> > If you eval this in *scratch*:
> > 
> > (with-temp-buffer
> >    (execute-kbd-macro (kbd "x")))
> > 
> > You'll end up with an "x" in *scratch* buffer, not in the *temp* buffer.
> 
> Is that behavior intentional?

Maybe we should step back and ask what do you think the below do?

  (execute-kbd-macro (kbd "x"))

What is, in your mental model, the effect of the above in Emacs?





reply via email to

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