After the upgrading to 13.10, I can't input Japanese and Chinese in Emacs
Posted
by
oda
on Ask Ubuntu
See other posts from Ask Ubuntu
or by oda
Published on 2013-11-07T02:18:15Z
Indexed on
2013/11/07
4:14 UTC
Read the original article
Hit count: 379
I have just upgraded Ubuntu from 13.04 to 13.10. It seems iBus have been made big changes.Then I just go to system setting -> text entry settings -> add "Chinese pinyin" and "Japanese anty" input method. It works well when I input Chinese or Japanese in terminal or .txt file. But when I want to input Chinese and Japanese in Emacs. Even though I have enable ibus-mode in the buffer and change to Chinese pinyin or Japanese anty input method. It just output the English word.
Below is the ibus configure
in .emacs
.By the way, It works well before I upgrade Ubuntu to 13.10 and Emacs to 24.3.1.
(add-to-list 'load-path (concat my-emacs-path "/ibus-el-0.3.2"))
;;(setq ibus-python-shell-command-name "python2.7")
(require 'ibus)
;; Turn on ibus-mode automatically after loading .emacs
(add-hook 'after-init-hook 'ibus-mode-on)
(setq ibus-cursor-color '("red" "blue" "limegreen"))
© Ask Ubuntu or respective owner