("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
[bpt/emacs.git] / leim / README
... / ...
CommitLineData
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
9input method distributed with cxterm (Chinese version xterm). These
10dictionaries are automatically converted to Quail packages (Emacs Lisp
11source files) by `make'.
12
13MISC-DIC:
14
15This directory contains various dictionaries for Chinese input
16methods. These dictionaries are automatically converted to Quail
17packages (Emacs Lisp source files) by `make'.
18
19quail:
20
21This directory contains Emacs Lisp source files for Quail packages.
22
23SKK-DIC:
24
25This directory contains source dictionary for Japanese input method
26distributed with SKK (Japanese input method run with Mule). But, you
27don't need this file because we distribute an Emacs Lisp source file
28ja-dic/ja-dic.el which has already been converted from the source
29dictionary (See below).
30
31ja-dic:
32
33This directory contains Emacs Lisp source file ja-dic.el which is
34generated from a source dictionary in SKK-DIC directory. In addition,
35it contains a byte compiled file ja-dic.elc for users convenience
36because it takes rather long time to byte-compile ja-dic.el.