|
From: | Jonathan Kenyon |
Subject: | Re: Android port |
Date: | Tue, 21 Feb 2023 21:21:18 -0600 |
Simon Pugnet <simon@polaris64.net> 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.
[Prev in Thread] | Current Thread | [Next in Thread] |