abo-abo / avy

Jump to things in Emacs tree-style
1.72k stars 110 forks source link

Entering unicode characters #203

Closed aravart closed 7 years ago

aravart commented 7 years ago

Is there any way to jump to unicode characters with avy-goto-char? In isearch-forward, for example, C-x 8 allows you to enter unicode. (My source files these days tend to have a lot of unicode)

abo-abo commented 7 years ago

It works if you set the input method with e.g. toggle-input-method.

For example, I use (setq default-input-method "ukrainian-computer"). So I:

This only works if your Unicode char is a plain key in some input method. There are input methods for Greek chars, math etc.