cute-jumper / fcitx.el

Better fcitx integration for Emacs.
129 stars 16 forks source link

[Feature request] Add support for avy-goto-char-2 #20

Closed zilongshanren closed 8 years ago

zilongshanren commented 8 years ago

When editing Chinese in insert state, I would like to use avy to jump around, when call avy-goto-char-2, it is still use Chinese Input method, I want it to change to English Input Method and switch back when jump action ended.

Thanks.

cute-jumper commented 8 years ago

What setup do you use? fcitx.el is able to turn off the input method when I use avy-goto-char-2.

zilongshanren commented 8 years ago

@cute-jumper I use the default settings of fcitx.el

cute-jumper commented 8 years ago

Could you give more details? Do you mean fcitx-default-setup? What is your key bindings for avy-goto-char-2?

zilongshanren commented 8 years ago

@cute-jumper Sorry, I only add fcitx-evil-turn-on in my config, after adding fcitx-aggressive-setup, the problem is solved.

Thanks for your time.