abo-abo/avy

Not working on non-ASCII

licht1stein opened this issue · 5 comments

I love avy and I think it's the best thing since sliced bread.

Is it possible to use currenly active input method for avy target keys? Or maybe there's a hook I can use to temporarily remap keys?

@licht1stein do you know about https://github.com/a13/reverse-im.el ?

Wow, this looks exactly like what I need. Even the language is the same :)

Thank you!

a13 commented

@licht1stein welcome, take a look at the extended configuration example, AFAIR avy target chars translation requires reverse-im-read-char-advice-function to be customized

a13 commented

here's my setup (note that the input method is a custom one)
https://github.com/a13/emacs.d/blob/master/init.el#L1568

a13 commented

last, but not least, reverse-im is still a hack, so I can't guarantee it will work everywhere, feel free to report issues