感谢支持
我们一直在努力

Ubuntu下Emacs不能使用输入法的解决办法

执行以下操作:


 sudo add-apt-repository ppa:irie/elisp


 sudo apt-get update


 and install ibus-el package:


 sudo apt-get install ibus-el


emacs配置文件中加


(require ‘ibus)


;; Turn on ibus-mode automatically after loading .emacs


(add-hook ‘after-init-hook ‘ibus-mode-on)


;; Use C-SPC for Set Mark command


(ibus-define-common-key ?\C-\s nil)


;; Use C-/ for Undo command


(ibus-define-common-key ?\C-/ nil)


;; Change cursor color depending on IBus status


(setq ibus-cursor-color ‘(“red” “blue” “limegreen”))


;; Use s-SPC to toggle input status


(global-set-key (kbd “s-SPC”) ‘ibus-toggle)


重启emacs


M-x ibus-enable即可

赞(0) 打赏
转载请注明出处:服务器评测 » Ubuntu下Emacs不能使用输入法的解决办法
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏