1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/leim
Paul Eggert 8fb8c4f373 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
* leim/Makefile.in (RUN_EMACS):
* lisp/Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
* lisp/loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
Expand dir too, in case it's relative.
* src/lread.c (init_lread): If CANNOT_DUMP, we can't be dumping.
2013-12-16 14:35:57 -08:00
..
CXTERM-DIC Fix typos. 2011-11-20 20:35:27 +01:00
ja-dic Automate the build of ja-dic.el. 2013-03-17 21:30:20 -07:00
MISC-DIC Use URLs, not Boston addresses, in copyright notices. 2012-12-31 07:34:32 -08:00
SKK-DIC Automate the build of ja-dic.el. 2013-03-17 21:30:20 -07:00
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
ChangeLog Fix problems with CANNOT_DUMP and EMACSLOADPATH. 2013-12-16 14:35:57 -08:00
COPYING
leim-ext.el * leim/leim-ext.el: Change method for getting comments in the output 2013-11-28 12:31:55 -08:00
Makefile.in Fix problems with CANNOT_DUMP and EMACSLOADPATH. 2013-12-16 14:35:57 -08:00
makefile.w32-in MS-Windows followup to automation of ja-dic.el in 2013-03-18T04:30:20Z!eggert@cs.ucla.edu. 2013-03-18 20:56:27 +02:00
README Move runtime leim lisp files to lisp/leim directory 2013-11-26 22:15:06 -08:00

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