Codebase list mozc / 4274490 debian / README.Debian
4274490

Tree @4274490 (Download .tar.gz)

README.Debian @4274490raw · history · blame

- About Mozc/Debian
-- License
The section of Mozc of Debian is non-free. 
Because dictionary of mozc is created from IPAdic and naist-jdic.
Nasit-jdic is DFSG-free[0], but IPAdic is DFSG-non-free[1].

I thought that I divide dictionary data, but cannot distribute it now 
because the data of each dictionary coexist. 
And the user cannot use it so that performance declines even if I release 
mozc which removed dictionary data in debian. 

I set mozc non-free section from such reason.

[0]: http://packages.debian.org/source/sid/mecab-naist-jdic
[1]: http://packages.debian.org/source/sid/ipadic

-- 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.

-- Wed, 13 Oct 2010 11:08:43 +0900 Nobuhiro Iwamatsu <iwamatsu@debian.org>