1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
emacs/leim/README

60 lines
2.0 KiB
Plaintext
Raw Normal View History

2008-01-07 08:15:16 +00:00
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2007-02-11 00:47:36 +00:00
Free Software Foundation, Inc.
See the end of the file for license conditions.
1999-10-08 10:30: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
2000-08-25 01:25:52 +00:00
input method distributed with cxterm (Chinese version xterm). These
1999-10-08 10:30:45 +00:00
dictionaries are automatically converted to Quail packages (Emacs Lisp
2001-04-06 19:32:45 +00:00
source files) by `make'.
1999-10-08 10:30:45 +00:00
2001-03-31 02:22:45 +00:00
MISC-DIC:
This directory contains various dictionaries for Chinese input
2001-04-06 19:32:45 +00:00
methods. These dictionaries are automatically converted to Quail
packages (Emacs Lisp source files) by `make'.
2001-03-31 02:22:45 +00:00
1999-10-08 10:30:45 +00:00
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
2000-11-20 01:21:29 +00:00
ja-dic/ja-dic.el which has already been converted from the source
1999-10-08 10:30:45 +00:00
dictionary (See below).
ja-dic:
1999-10-08 10:30:45 +00:00
This directory contains Emacs Lisp source file ja-dic.el which is
2007-01-24 06:42:22 +00:00
generated from a source dictionary in SKK-DIC directory. The
inclusion of this file is for users convenience because it takes
rather long time to generate it.
2007-02-11 00:47:36 +00:00
This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
2007-07-25 07:11:02 +00:00
the Free Software Foundation; either version 3, or (at your option)
2007-02-11 00:47:36 +00:00
any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.