Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • This answer doesn't get anywhere near the root of the problem. It's NOT due to differences between terminals. Emacs will think it received C-d on one keypress, and DEL on the next, when in reality I pressed Backspace twice! There's no setting that can cause that. The problem will happen just as readily in a graphical Emacs session, where there is no terminal and no ambiguity as to which key was actually pressed, as it will on a terminal that sends ^H for backspace. Your fix is probably just narrowly avoiding the bug. Commented Sep 19, 2023 at 23:12