emacs—版本:24.4.1
EmacClient—版本:24.4
fcitx—版本:4.2.8.5
uname-a:Linux本地主机3.16.0-4-amd64\35;1 SMP Debian 3.16.7-ckt20-1+deb8u2(2016-01-02)x86 64 GNU/Linux
gnome ternimal—版本:3.14.1
1.在侏儒界,

$ emacs -q --daemon
$ emacsclient -c   # fcitx available in new frame

2.将emacs守护进程添加到crontab
$ crontab -e -u user1
@reboot emacs -q -daemon

在gnome终端,
$ emacsclient -c    #fcitx NOT work in new frame

3.终端提供fcitx,包括emacsclient -t
4.在GUI应用程序中,因此可以使用fcitx,从emacs24.desktop、libreoffice和chrome中以emacs的形式搜索。

最佳答案

必须将im env添加到crontab emacs任务,就像:

@reboot XMODIFIERS="@im=fcitx" emacs --deamon 1 2>/dev/null

10-07 16:25