Codebase list mozc / 169bd45 debian / README.Debian
169bd45

Tree @169bd45 (Download .tar.gz)

README.Debian @169bd45raw · history · blame

- About Mozc/Debian

-- emacs-mozc
From mozc-0.13.499.102-1, mozc-emacs was provided.
If you want to use emacs-mozc, you set to ~/.emacs as follows.

(load-file "/usr/share/emacs/site-lisp/emacs-mozc/mozc.el")
(set-language-environment "Japanese")
(setq default-input-method "japanese-mozc")

or 

(add-to-list 'load-path "/usr/share/emacs/site-lisp/emacs-mozc")
(require 'mozc)
(set-language-environment "Japanese")
(setq default-input-method "japanese-mozc")

Having the above settings, just type C-\ which is bound to
`toggle-input-method' by default.

-- Tue, 06 Mar 2012 08:45:41 +0900 Nobuhiro Iwamatsu <iwamatsu@debian.org>