view leim/README @ 98617:85b9cc909366

(Buffers): Add xrefs to Mode Line and Lisp Interaction. (Select Buffer): Mention use of minibuffer history. Describe default value of default-major-mode. Mention that C-x 4 b selects the other window. (List Buffers): Document CRM indicators in the order they appear. (Kill Buffer): Document new command kill-matching buffers. (Several Buffers): Move explanation of the relationship between buffer list and buffer menu to the top. (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 11 Oct 2008 17:35:20 +0000
parents 234b6de33fa7
children 0d2e4142fb60
line wrap: on
line source

Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
  Free Software Foundation, Inc.
See the end of the file for license conditions.


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.  The
inclusion of this file is for users convenience because it takes
rather long time to generate it.


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
the Free Software Foundation, either version 3 of the License, or
(at your option) 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.  If not, see <http://www.gnu.org/licenses/>.