英文Ubuntu下Emacs 使用 ibus 五筆

Ubuntu 12.04 Precise 英文版本shell

1. 安裝ibus/安裝ibus-table-wubiubuntu

http://wiki.ubuntu.org.cn/IBussession

其中im-switch命令要在普通用戶上使用,即不帶sudospa

2.修改localerest

關於locale:code

http://wiki.ubuntu.org.cn/Locale blog

(關鍵point:若是你只想要一個能夠輸入中文的環境,而保持菜單、標題,系統信息等等爲英文界面,那麼只須要設定LC_CTYPE=zh_CN.XXXX)ci

修改locale:get

http://wiki.ubuntu.org.cn/%E4%BF%AE%E6%94%B9localeemacs

sudo gedit /etc/default/locale
添加:
LC_CTYPE="zh_CN.UTF-8"

3.安裝emacs

sudo apt-get install emacs

 

4.Disabling XIM

http://www.emacswiki.org/emacs/IBusMode

If XIM is enabled, key events are directly handled by IBus so  ibus.el can’t work.
To disable XIM in Emacs, put the following in  ~/.Xresources file:
        Emacs*useXIM: false
and restart X session or execute a shell command:
        xrdb ~/.Xresources

從新註銷登入,便可用Ctrl+space切換五筆。

相關文章
相關標籤/搜索