(face-valid-attribute-values): Make sure directories we search for
[bpt/emacs.git] / leim / README
CommitLineData
58af2287
DL
1This directory contains LEIM files.
2LEIM stands for Libraries of Emacs Input Methods.
3
4Contents of subdirectories are as follows.
5
6CXTERM-DIC:
7
8This directory contains source dictionaries (TIT format) for Chinese
42d777db 9input method distributed with cxterm (Chinese version xterm). These
58af2287
DL
10dictionaries are automatically converted to Quail packages (Emacs Lisp
11source file) by `make'.
12
13quail:
14
15This directory contains Emacs Lisp source files for Quail packages.
16
17SKK-DIC:
18
19This directory contains source dictionary for Japanese input method
20distributed with SKK (Japanese input method run with Mule). But, you
21don't need this file because we distribute an Emacs Lisp source file
22skk/skkdic.el which has already been converted from the source
23dictionary (See below).
24
243353b9 25ja-dic:
58af2287 26
243353b9 27This directory contains Emacs Lisp source file ja-dic.el which is
42d777db 28generated from a source dictionary in SKK-DIC directory. In addition,
243353b9
KH
29it contains a byte compiled file ja-dic.elc for users convenience
30because it takes rather long time to byte-compile ja-dic.el.