Mercurial > emacs
annotate leim/README @ 33748:2827e4066e08
* message.el (message-send-mail): Use buffer-substring-no-properties.
author | ShengHuo ZHU <zsh@cs.rochester.edu> |
---|---|
date | Wed, 22 Nov 2000 14:27:40 +0000 |
parents | a4bef8dfb930 |
children | 17b120bee51b |
rev | line source |
---|---|
25920 | 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 | |
31159 | 9 input method distributed with cxterm (Chinese version xterm). These |
25920 | 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 | |
33624 | 22 ja-dic/ja-dic.el which has already been converted from the source |
25920 | 23 dictionary (See below). |
24 | |
31161
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
25 ja-dic: |
25920 | 26 |
31161
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
27 This directory contains Emacs Lisp source file ja-dic.el which is |
31159 | 28 generated from a source dictionary in SKK-DIC directory. In addition, |
31161
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
29 it contains a byte compiled file ja-dic.elc for users convenience |
8986e62b3e17
Rename skkdic to ja-dic throughout the file.
Kenichi Handa <handa@m17n.org>
parents:
31159
diff
changeset
|
30 because it takes rather long time to byte-compile ja-dic.el. |