> What keyboard are you using? It happened with both Hacker's Keyboard and AnySoftKeyboard. I can't seem to coerce it into entering the debugger since it's not truly an error. I'll see about getting a trace. On Tue, Feb 21, 2023, 8:35 PM Po Lu wrote: > Simon Pugnet writes: > > > I was seeing this problem too and I managed to fix it by using: - > > > > (add-hook 'after-change-major-mode-hook (lambda () > (set-text-conversion-style nil))) > > > > There's a new section in the manual describing what "text conversions" > > are and I used the information there to find out how to disable it. The > > above hook is just a quick way to disable it in every buffer but I'm > > sure it's just a workaround and that there's a better fix. > > If you do this, your input method will no longer work properly. > It would be better to fix the individual keyboards to not perform text > conversion after a modifier key is pressed. >