Re: [PATCH] Fix bug in orgtbl-self-insert-command when used with evil-escape

2023-04-07 Thread Ihor Radchenko
Aaron Zeng writes: > There appears to be a bug in orgtbl-self-insert-command, which uses > last-input-event instead of last-command-event. self-insert-command itself > uses the latter variable. > ... > With the patch, the above steps correctly insert f and then a newline. Thanks! Applied,

[PATCH] Fix bug in orgtbl-self-insert-command when used with evil-escape

2023-04-06 Thread Aaron Zeng
There appears to be a bug in orgtbl-self-insert-command, which uses last-input-event instead of last-command-event. self-insert-command itself uses the latter variable. Reproduction steps: 1. Enable evil-mode and evil-escape-mode 2. Set `evil-escape-key-sequence' to "fd" (the default) 3. In