repeat-mode
is completely failing to operate as advertised. I get the message saying it's enabled, and thereafter Emacs carries on exactly as if it has not been enabled, with supposed command-repeating keys instead being inserted into the buffer. In other words, I have never seen repeat mode work. No error messages appear. How might I go about debugging this?
Example sequence:
- Split a frame into two or more windows
M-x repeat-mode
(I have it onC-R
). The "mode enabled" message appears.C-x o
switches buffer as expected.o
(or uppercaseO
) is inserted instead of repeatingswitch-buffer
. No error, no debugger withtoggle-debug-on-error
.M-x repeat-mode
. The "mode disabled" message appears.
Ditto for the window-resizing suite of commands.
M-x describe-repeat-maps
shows the window movement and resizing suites plus several others as expected. But no!
Emacs 28.1 with native comp, Manjaro, StumpWM.