emacs有时候按一个按键会变成好多按键,该怎么排查?

您好. 我也遇到这个问题了. C-h l 看到以下输入.

 <return>                   ;; newline
 w                          ;; self-insert-command
 a                          ;; self-insert-command
 w w                        ;; self-insert-command
 b                          ;; self-insert-command
 w w                        ;; self-insert-command
 c                          ;; self-insert-command
 w w                        ;; self-insert-command
 d                          ;; self-insert-command
 w w                        ;; self-insert-command
 e                          ;; self-insert-command
 w w                        ;; self-insert-command
 f                          ;; self-insert-command

这个问题. 不只是键入buffer字符会出现. 按快捷键也会触发. 比如我按 C-h l 实际触发的是C-h w 图片