handle guile exceptions
[bpt/emacs.git] / leim / README
... / ...
CommitLineData
1Copyright (C) 2001-2014 Free Software Foundation, Inc.
2See the end of the file for license conditions.
3
4
5This directory contains LEIM files.
6LEIM stands for Libraries of Emacs Input Methods.
7
8Contents of subdirectories are as follows.
9
10CXTERM-DIC:
11
12This directory contains source dictionaries (TIT format) for Chinese
13input method distributed with cxterm (Chinese version xterm). These
14dictionaries are automatically converted to Quail packages (Emacs Lisp
15source files) by `make'.
16
17MISC-DIC:
18
19This directory contains various dictionaries for Chinese input
20methods. These dictionaries are automatically converted to Quail
21packages (Emacs Lisp source files) by `make'.
22
23SKK-DIC:
24
25This directory contains source dictionary for Japanese input method
26distributed with SKK (Japanese input method run with Mule).
27
28
29The above source files are used to generate the following outputs:
30
31../lisp/leim/quail:
32
33This directory contains Emacs Lisp source files for Quail packages.
34
35../lisp/leim/ja-dic:
36
37This directory contains Emacs Lisp source file ja-dic.el,
38generated from a source dictionary in SKK-DIC directory.
39
40\f
41This file is part of GNU Emacs.
42
43GNU Emacs is free software: you can redistribute it and/or modify
44it under the terms of the GNU General Public License as published by
45the Free Software Foundation, either version 3 of the License, or
46(at your option) any later version.
47
48GNU Emacs is distributed in the hope that it will be useful,
49but WITHOUT ANY WARRANTY; without even the implied warranty of
50MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51GNU General Public License for more details.
52
53You should have received a copy of the GNU General Public License
54along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.