1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
emacs/leim
Andrew Choi 937fad9a6e 2001-05-24 Andrew Choi <akochoi@i-cable.com>
* Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
2001-05-24 11:57:18 +00:00
..
CXTERM-DIC 2001-05-24 Andrew Choi <akochoi@i-cable.com> 2001-05-23 16:57:26 +00:00
ja-dic Re-generated by the new ja-dic-cnv.el. 2000-12-16 00:26:31 +00:00
MISC-DIC 2001-05-24 Andrew Choi <akochoi@i-cable.com> 2001-05-23 16:57:26 +00:00
quail ("TeX"): Renamed from "latin-latex2e". 2001-05-17 19:21:54 +00:00
SKK-DIC # 1999-10-08 20:12:54 +00:00
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog 2001-05-24 Andrew Choi <akochoi@i-cable.com> 2001-05-24 11:57:18 +00:00
Makefile.in 2001-05-24 Andrew Choi <akochoi@i-cable.com> 2001-05-24 11:57:18 +00:00
makefile.nt ($(TIT)): Map .elc to .el. 2001-01-06 21:37:21 +00:00
makefile.w32-in (EMACSLOADPATH): Define. 2001-04-18 14:09:29 +00:00
README Fix a typo. 2001-04-06 19:32:45 +00:00

This directory contains LEIM files.
LEIM stands for Libraries of Emacs Input Methods.

Contents of subdirectories are as follows.

CXTERM-DIC:

This directory contains source dictionaries (TIT format) for Chinese
input method distributed with cxterm (Chinese version xterm).  These
dictionaries are automatically converted to Quail packages (Emacs Lisp
source files) by `make'.

MISC-DIC:

This directory contains various dictionaries for Chinese input
methods.  These dictionaries are automatically converted to Quail
packages (Emacs Lisp source files) by `make'.

quail:

This directory contains Emacs Lisp source files for Quail packages.

SKK-DIC:

This directory contains source dictionary for Japanese input method
distributed with SKK (Japanese input method run with Mule).  But, you
don't need this file because we distribute an Emacs Lisp source file
ja-dic/ja-dic.el which has already been converted from the source
dictionary (See below).

ja-dic:

This directory contains Emacs Lisp source file ja-dic.el which is
generated from a source dictionary in SKK-DIC directory.  In addition,
it contains a byte compiled file ja-dic.elc for users convenience
because it takes rather long time to byte-compile ja-dic.el.