With Flyspell mode enabled, key-chord combinations are ignored until Flyspell
has finished marking incorrect words, chord characters are typed
instead.
To reproduce
- Install the key-chord package from MELPA
- M-: (key-chord-define-global "jk" "testing")
- key-chord-mode & flyspell-mode
- Type and quickly try to invoke the "jk" chord (press both keys at the same time)
- Result should be "testing" being inserted in the buffer but instead the chord is ignored and "jk" is typed
Workarounds to resume chord recognition:
- Waiting a few moments until Flypsell finishes marking incorrect words
- Issuing C-g quickly after typing (does mark incorrect words)
- Pressing Space, Delete or typing numbers/symbols
Reproduced on v30.0.50 native-comp with no other configuration present via "$ env HOME=testing emacs".
If anyone has ideas on code that can be blamed or further debug steps, please let me know.
Cheers,
ENisse