Mercurial > emacs
comparison leim/README @ 25920:4d1e8a450aef
#
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 08 Oct 1999 10:30:45 +0000 |
parents | |
children | 02fe8d6c424a |
comparison
equal
deleted
inserted
replaced
25919:9153fd56a19a | 25920:4d1e8a450aef |
---|---|
1 This directory contains LEIM files. | |
2 LEIM stands for Libraries of Emacs Input Methods. | |
3 | |
4 Contents of subdirectories are as follows. | |
5 | |
6 CXTERM-DIC: | |
7 | |
8 This directory contains source dictionaries (TIT format) for Chinese | |
9 input method distribued with cxterm (Chinese version xterm). These | |
10 dictionaries are automatically converted to Quail packages (Emacs Lisp | |
11 source file) by `make'. | |
12 | |
13 quail: | |
14 | |
15 This directory contains Emacs Lisp source files for Quail packages. | |
16 | |
17 SKK-DIC: | |
18 | |
19 This directory contains source dictionary for Japanese input method | |
20 distributed with SKK (Japanese input method run with Mule). But, you | |
21 don't need this file because we distribute an Emacs Lisp source file | |
22 skk/skkdic.el which has already been converted from the source | |
23 dictionary (See below). | |
24 | |
25 skk: | |
26 | |
27 This directory contains Emacs Lisp source file skkdic.el which is | |
28 generated from a source dictionary in SKK-DIC directory. In addtion, | |
29 it contains a byte compiled file skkdic.elc for users convenience | |
30 because it takes rather long time to byte-compile skkdic.el. |