evil
evil copied to clipboard
Should evil inhibit redisplay during executing key macros?
Issue type
- Question
Environment
Emacs version: 28.0.50 Operating System: NixOS 20.03 Evil version: Evil version evil-git-d243eae Evil installation type: manual Graphical/Terminal: Graphical Tested in a Yes
Reproduction steps
- Start Emacs
- define a keyboard macro in a large file, run it in more than 30 times
Expected behavior
redisplay after all were executed
Actual behavior
redisplay each time the macro was executed.
Further notes
I think let-bound inhibit-redisplay
to t
during execution maybe helpful.