Codebase list mozc / 5679da4
Update README.Debian. (Closes: #675939) Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
2 changed file(s) with 2 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 - About Mozc/Debian
11
22 -- emacs-mozc
3 From mozc-0.13.499.102-1, mozc-emacs was provided.
4 If you want to use emacs-mozc, you set to ~/.emacs as follows.
5
6 (load-file "/usr/share/emacs/site-lisp/emacs-mozc/mozc.el")
7 (set-language-environment "Japanese")
8 (setq default-input-method "japanese-mozc")
9
10 or
11
12 (add-to-list 'load-path "/usr/share/emacs/site-lisp/emacs-mozc")
133 (require 'mozc)
144 (set-language-environment "Japanese")
155 (setq default-input-method "japanese-mozc")
177 Having the above settings, just type C-\ which is bound to
188 `toggle-input-method' by default.
199
20 -- Tue, 06 Mar 2012 08:45:41 +0900 Nobuhiro Iwamatsu <iwamatsu@debian.org>
10 -- Mon, 18 Jun 2012 12:39:51 +0900 Nobuhiro Iwamatsu <iwamatsu@debian.org>
77 - Add hardening options.
88 - Remove --enable_gtk_renderer option.
99 * Update patch of fcitx framework. (Closes: #676724)
10 * Update README.Debian. (Closes: #675939)
1011
1112 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 11 Jun 2012 18:10:56 +0900
1213