Codebase list mozc / 60bebd4
Update debian/README.debian Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1717 From mozc-0.13.499.102-1, mozc-emacs was provided.
1818 If you want to use emacs-mozc, you set to ~/.emacs as follows.
1919
20 (load-file "/usr/share/emacs/site-lisp/mozc/mozc.el")
20 (load-file "/usr/share/emacs/site-lisp/emacs-mozc/mozc.el")
2121 (set-language-environment "Japanese")
2222 (setq default-input-method "japanese-mozc")
2323
2424 Having the above settings, just type \C-\\ which is bound to
2525 `toggle-input-method' by default.
2626
27 NOTE: Current version of emacs-mozc can not work on terminal.
28
2927 -- Wed, 13 Oct 2010 11:08:43 +0900 Nobuhiro Iwamatsu <iwamatsu@debian.org>