This file is indexed.

/usr/share/doc/mozc-server/README.Debian is in mozc-server 1.3.975.102-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
- 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>