emacs/leim
Stefan Monnier fbef8ff2a4 titdic-cnv.el: Bring all definitions under the `tit-` namespace
Add a `tit-` or `tit--` prefix where necessary.  Adjust all callers.
I kept the old names via obsolete aliases for now, although it's probably not
worth the trouble.

* lisp/international/titdic-cnv.el: Bring all definitions under the
`tit-` namespace.
(tit-quail-cxterm-package-ext-info): Rename var from
`quail-cxterm-package-ext-info`.  Adjust value to new names.
(tit-dic-convert): Rename from `titdic-convert`.
(batch-tit-dic-convert): Rename from `batch-titdic-convert`.
(tit-quail-misc-package-ext-info): Rename var from
`quail-misc-package-ext-info`.  Adjust value to new names.
(tit--tsang-quick-converter): Rename from `tsang-quick-converter`.
(tit--tsang-b5-converter): Rename from `tsang-b5-converter`.
(tit--quick-b5-converter): Rename from `quick-b5-converter`.
(tit--tsang-cns-converter): Rename from `tsang-cns-converter`.
(tit--quick-cns-converter): Rename from `quick-cns-converter`.
(tit--py-converter): Rename from `py-converter`.
(tit--ziranma-converter): Rename from `ziranma-converter`.
(tit--ctlau-converter): Rename from `ctlau-converter`.
(tit--ctlau-gb-converter): Rename from `ctlau-gb-converter`.
(tit--ctlau-b5-converter): Rename from `ctlau-b5-converter`.
(tit-miscdic-convert): Rename from `miscdic-convert`.
(batch-tit-miscdic-convert): Rename from `batch-miscdic-convert`.
(tit-pinyin-convert): Rename from `pinyin-convert`.

* leim/Makefile.in (${leimdir}/quail/%.el, misc_convert)
(${srcdir}/../lisp/language/pinyin.el): Use the new names.
2024-02-14 17:18:50 -05:00
..
CXTERM-DIC Sync better from sources. 2013-12-26 19:25:43 -08:00
MISC-DIC Allow inserting #x6A58 using chinese-ctlaub IM 2023-04-25 17:39:23 +03:00
SKK-DIC Update SKK-JISYO.L from upstream 2023-03-01 06:00:53 +01:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
Makefile.in titdic-cnv.el: Bring all definitions under the `tit-` namespace 2024-02-14 17:18:50 -05:00
README ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
leim-ext.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2024 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'.

SKK-DIC:

This directory contains source dictionary for Japanese input method
distributed with SKK (Japanese input method run with Mule).


The above source files are used to generate the following outputs:

../lisp/leim/quail:

This directory contains Emacs Lisp source files for Quail packages.

../lisp/leim/ja-dic:

This directory contains Emacs Lisp source file ja-dic.el,
generated from a source dictionary in SKK-DIC directory.


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 <https://www.gnu.org/licenses/>.