et2010

Results 40 comments of et2010

Same for me with Linux Mint 17 xfce. The CLI onedrive-pref works fine. Traceback (most recent call last): File "/usr/local/bin/onedrive-pref", line 9, in load_entry_point('onedrive-d==1.1.0dev', 'console_scripts', 'onedrive-pref')() File "/usr/local/lib/python3.4/dist-packages/onedrive_d-1.1.0dev-py3.4.egg/onedrive_d/od_pref.py", line 26,...

是 fcitx-remote-for-windows,我用的win 8.1 和 emacs 27,没有 backtrace,没有出错信息,有的时候直接死掉了,只能结束进程。我觉得不是 emacs 版本的问题,不知道哪里出了问题,从 cmd 运行 fcitx.exe 是没有问题的,可以正常显示 1 和 2.

我又重新下载 fcitx-remote,但是现在用 cmd 也运行不了了,之前还会提示缺少哪个 dll,现在没有提示了直接报错。运行 fcitx-remote 需要安装哪些依赖呢? 或者不是依赖的原因 ![image](https://user-images.githubusercontent.com/11584902/41198449-f8b7fd24-6cae-11e8-92ec-531a0c6caeca.png)

我重新编译了一下,fcitx-remote 现在能用了。但是原来的症状还是存在。 edebug fcitx--prefix-keys-polling-function 然后问题症状就消失了,一旦不是 edebug 的症状就回来。这有点难办了,而且开启 edebug 后的一个 side effect 是 eldoc 不再显示了。不知道和这个 bug 有没有关系。 能不能再帮我提供一些线索,现在知道的这些 debug 起来比较困难。并且我没有 debug c++ 程序的经验,elisp也只是知道点皮毛。 先谢谢您了 我录了一段,可以看到 fcitx-remote 进程不断产生,不断被结束,导致 emacs 停止响应,这是什么情况? ![test2](https://user-images.githubusercontent.com/11584902/41930679-5605f39e-79ae-11e8-837b-01caf8397bc1.gif)

我暂时把 prefix 功能关闭了,这样问题得到了暂时的解决。

我用的是 fcitx-remote for Windows,win+space版本,先进入到 insert state,然后切换为中文输入法。之后按 `C-o` 执行 `evil-execute-in-normal-state`,会切换为 Normal state,但是这个状态只停留了1s不到,立即又切回 insert state。如果按 C-o 之前已经切换为英文输入则没有这个问题

Thanks for replying. Yes, my `echo-keystrokes` is 0.02 and setting it to 0 or 1 works for me. But I have some questions. Should I enable `fcitx-use-dbus` option on Linux...

Thanks for the clarification. I guess I'll keep that option and set `echo-keystrokes` to 1. Is there any side effects for doing this? I don't know anything about `echo-keystrokes` either...

Yes, dbus option is faster. On my computer, running: ```elisp (benchmark-run 100 (fcitx--active-p-proc)) (benchmark-run 100 (fcitx--active-p-dbus)) ``` yeilds: ``` (0.343457615 0 0.0) (0.202333871 0 0.0) ``` I'll keep using dbus...