Key repeat delay while ryo-modal-mode is active
jhenahan opened this issue · 2 comments
I’ve noticed that key repeat is either nonfunctional or extremely delayed while the mode is active. To reproduce, enable the mode, then hold down any key without a ryo binding (say, an arrow). In my experience, either the key won’t repeat at all, or it will repeat with a significant delay between each repetition. Disabling the mode makes the problem disappear. I’ll dig through the source tomorrow to see if I can figure out where it happens, unless you beat me to it.
It works fine in my Emacs. I haven't tried it with a fresh emacs -q
though, have you?
Looks like you're right. I disabled all minor modes, then turned ryo back on and key repeat seems fine. Guess I'll have to look around elsewhere. Appreciate the sanity check!