When trying to jump to a non-latin string using avy-goto-char-timer I am typing cyrillic characters but those are translated by reverse-im. Functions like avy-goto-char-timer use two separate calls to read-char, one is used to read the search string in avy--read-candidates function and that one should not be affected by reverse-im. The other call in avy--process-1 should be translated.
When trying to jump to a non-latin string using
avy-goto-char-timerI am typing cyrillic characters but those are translated byreverse-im. Functions likeavy-goto-char-timeruse two separate calls toread-char, one is used to read the search string inavy--read-candidatesfunction and that one should not be affected byreverse-im. The other call inavy--process-1should be translated.