You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigating further by enabling edebug for boon-repeat-command - in text mode or fundamental mode, (car command-history) is (boon-set-insert-like-state '((0 0 "abc"))). In other modes (where the bug occurs), it is (boon-set-insert-like-state '((0 0 "a") (0 0 "ab") (1 0 "bc") (2 0 "c"))). I guess I'll need to look into the event loop to delve deeper.
An example -
v
->foo
->ESC
->o
z
This doesn't happen in e.g. Org, so it seems markdown-mode specific. It's possible it does not stem from Boon, but I thought I'd report it anyway.
GNU Emacs 26.1 (build 2, i686-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-09-23, modified by Debian
Boon commit b620954
markdown-mode v2.3, commit f3c54e3
The text was updated successfully, but these errors were encountered: