-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spacemacs related - not working on evil-hybrid/normal-state change #12
Comments
So I'm adding a new variable If you want
I would update the documentation later. Please report issues here if you find any problems! Thank you! |
I'll try it when melpa updates the package, and I'll post the result here. Thanks for your fast reply! |
It works! But I found a weird thing: when I hit C-s in hybrid state to enter search pattern in the mini buffer, the fcitx im is not disabled even with aggressive setup. It's not a big issue since I can always hit Enter to enter the word/char, but it feels a bit clumsy. The same thing happens when I hit C-h k to interactively call I think this is not related to the hybrid state, since same thing happens when insert state is used. Maybe I should open a new issue. |
I figured that maybe the C-s behavior is intended? Wow, that's cool since I never thought that we could search chinese char like this. I used to use pinyin-search package. I feel really dumb now. 😭 |
These two features don't exist in the current version. I have thought about adding isearch support but it seems to me that if you've enabled fcitx in the current buffer, most of the buffer content should be Chinese characters and it is normal that you want to search the Chinese characters. So I leave it unimplemented. It is OK to add the support:-) C-h k is a little bit different. It looks like these functions, I'll update the code a little bit later. |
Yes, current implementation of C-s rocks! Goodbye, pinyin-search! |
I'm going to add these features in case someone finds them useful, but the isearch feature would not be enabled in the pre-defined setup functions. Note that I haven't done anything to C-s. It is the default behavior you can get even without this package. |
Thanks for your clarification, @cute-jumper. That should solve my problems. |
These two features are now added. I-search support is not enabled in either |
Something went wrong. isearch support works fine, but C-h k still not working. I'm using the aggressive setup. Here is my system spec:
fcitx:
|
I see. There is a race condition between the newly added |
Just to let you know, the |
Thanks for the heads-up. |
Hi, @cute-jumper I am spacemacs user, I add the |
Can you give steps to reproduce the problem? There is no difference between |
Indeed I use spacemacs, and use
Is there relative to chinese layer? If you do that and it still works, can I send my |
@colin4124 Sorry. It seems that's my fault. You need to put |
@cute-jumper it works, thx very much! ^_^ If I set as below:
|
As long as |
ok, thx |
Hi, @et2010 I'm closing this issue and making a new separate issue for C-h k. The original problem that |
Thank you for this amazing repo! fcitx.el is really a life-saver, with it I can use my favorite input method with evil instead of those far more inferior emacs counterparts. But the tradeoff is: it doesn't work on spacemacs hybrid state. Currently, My work around is to fork this repo and search-replace every
insert-state
withhybrid-state
. It's ugly but that's all I can do right now since I'm not skilled in emacs lisp. So I'm wondering if this feature will be added in the future considering the fast growing spacemacs users? Thanks!The text was updated successfully, but these errors were encountered: