(latexenc-find-file-coding-system): Don't inherit the EOL part of the
[emacs.git] / leim / README
blob0e4a4c1ee93d861cf54b3b366a5e2ac86944c40d
1 This directory contains LEIM files.
2 LEIM stands for Libraries of Emacs Input Methods.
4 Contents of subdirectories are as follows.
6 CXTERM-DIC:
8 This directory contains source dictionaries (TIT format) for Chinese
9 input method distributed with cxterm (Chinese version xterm).  These
10 dictionaries are automatically converted to Quail packages (Emacs Lisp
11 source files) by `make'.
13 MISC-DIC:
15 This directory contains various dictionaries for Chinese input
16 methods.  These dictionaries are automatically converted to Quail
17 packages (Emacs Lisp source files) by `make'.
19 quail:
21 This directory contains Emacs Lisp source files for Quail packages.
23 SKK-DIC:
25 This directory contains source dictionary for Japanese input method
26 distributed with SKK (Japanese input method run with Mule).  But, you
27 don't need this file because we distribute an Emacs Lisp source file
28 ja-dic/ja-dic.el which has already been converted from the source
29 dictionary (See below).
31 ja-dic:
33 This directory contains Emacs Lisp source file ja-dic.el which is
34 generated from a source dictionary in SKK-DIC directory.  In addition,
35 it contains a byte compiled file ja-dic.elc for users convenience
36 because it takes rather long time to byte-compile ja-dic.el.