系统环境:windows10+wsl2+ubuntu22.04+spacemacs 问题描述:在ubuntu中安装了ssh,通过Mobaxterm连接上去,启动gui的emacs,但是发现无法输入中文。已经在spacemacs启用了chinese选项。
请教各位大神,到底如何配置才能在gui模式下输入中文?
系统环境:windows10+wsl2+ubuntu22.04+spacemacs 问题描述:在ubuntu中安装了ssh,通过Mobaxterm连接上去,启动gui的emacs,但是发现无法输入中文。已经在spacemacs启用了chinese选项。
请教各位大神,到底如何配置才能在gui模式下输入中文?
最简单的办法 加入 chinese layer就行了
我是doom,用emacs-rime挺好的
我已经在.spacemacs文件中的···dotspacemacs-configuration-layers···增加了···chinese···了,可是没见到有啥效果,是我的方法不对么?
顺道请教下,doom如何改成emacs模式,而不是vim模式?
emacs-rime +1
control + z 就可以切换了
C-\ 试试
临时切换的话楼上说了,要永久关闭的话,看看作者说的 How to disable Evil (Vim emulation) - Configuration - Doom Emacs Discourse
搞定了,已经可以输入中文了,参考文档进行配置,但是dbus选项不行。已经安装了fcitx和dbus的包,服务也手工启动了,但是启动emacs后,还是提示无法连接dbus
chinese-enable-youdao-dict t --OK chinese-enable-fcitx t --OK chinese-fcitx-use-dbus t --fail