1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 07:01:11 -08:00
emacs/doc/lispref
Glenn Morris cb6c95a394 Move runtime leim lisp files to lisp/leim directory
This allows us to reuse much of the lisp build and installation machinery,
rather than duplicating it.

* Makefile.in (abs_builddir, leimdir): Remove.
(buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
(epaths-force-w32): No longer set BLD.
(leim): Remove.
(install-arch-indep): No longer run or install leim.
(mostlyclean, clean): No longer run leim rule.
(bootstrap-clean): Change leim target.
(maintainer-clean): Add leim.
(check-declare): Remove leim.

* README: Update for leim changes.

* configure.ac (leimdir): Remove.
(standardlisppath): No more leimdir.

* make-dist: Update for files from leim/ now being in lisp/leim/.

* doc/lispref/loading.texi (Library Search):
* doc/lispref/os.texi (Startup Summary): No more leim directory.

* leim/Makefile.in (leimdir): New variable.
(TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc)
(${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el):
Generate in $leimdir.
(all): Remove compilation, add ja-dic.
(leim-list.el): Now PHONY.
(setwins, compile-targets, compile-main, clean, mostlyclean)
(extraclean): Remove.
(bootstrap-clean): Delete all generated files.

* leim/README: Update for moved leim/ directory.

* leim/leim-ext.el (ucs-input-activate, hangul-input-method-activate):
Remove manual autoloads; now in loaddefs.el.
Disable byte-compile, version-control, autoloads in the output.

* lisp/Makefile.in (setwins_for_subdirs): Skip leim/ directory.
(compile-main): Depend on lisp/leim rule.
(leim): New rule.

* lisp/loadup.el: Move leim-list.el to leim/ subdirectory.

* lisp/startup.el (normal-top-level): No more leim directory.

* lisp/international/ja-dic-cnv.el (skkdic-convert):
Disable version-control and autoloads in output files.
* lisp/international/titdic-cnv.el (titdic-convert, miscdic-convert):
Disable version-control and autoloads in output files.

* lisp/leim/quail: Move here from ../leim.

* lisp/leim/quail/hangul.el (hangul-input-method-activate):
Add autoload cookie.
(generated-autoload-load-name): Set file-local value.

* lisp/leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
(generated-autoload-load-name): Set file-local value.

* nt/README.W32:
* nt/addpm.c (env_vars):
* nt/epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
* nt/paths.h (PATH_LOADSEARCH): No more leim directory.

* src/Makefile.in (leimdir): Now in lisp source directory.
($(leimdir)/leim-list.el): Just use ../leim .

* src/epaths.in (PATH_DUMPLOADSEARCH):

* src/lread.c (load_path_default):

* src/nsterm.m (ns_load_path): No more leim directory.

* .bzrignore: Update for relocated leim files.
2013-11-26 22:15:06 -08:00
..
.gitignore
abbrevs.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
advice.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
anti.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
back.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
backups.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
book-spine.texi
buffers.texi Add `remember-notes' function to store random notes across Emacs 2013-06-30 18:29:23 -04:00
ChangeLog Move runtime leim lisp files to lisp/leim directory 2013-11-26 22:15:06 -08:00
commands.texi commands.texi small fix for bug#13393 2013-01-09 16:26:08 -05:00
compile.texi Documentation fix for 'ls' and hard links. 2013-06-10 13:26:20 -07:00
control.texi Doc tweaks for cond 2013-10-09 13:17:20 -04:00
customize.texi Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
debugging.texi Fix some doc/ cross-references 2013-07-02 20:03:47 -07:00
display.texi Documentation followup to last commit. 2013-11-08 12:27:15 +02:00
doclicense.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
edebug.texi * doc/lispref/edebug.texi (Instrumenting Macro Calls): Use @defmac for macros. 2013-08-10 13:03:11 +08:00
elisp.texi Doc fix. 2013-07-31 20:59:10 +08:00
errors.texi * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
eval.texi Remove remaining @refills from doc/*/*.texi files 2013-10-23 13:20:09 -04:00
files.texi Remove a FIXME. 2013-11-20 10:52:35 +08:00
frames.texi Documentation for focus-in,out hooks (tiny change) 2013-11-23 11:07:34 -08:00
functions.texi * doc/lispref/functions.texi (Obsolete Functions): Add an index for obsolete functions. 2013-09-12 20:22:17 +08:00
gpl.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
hash.texi * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change) 2013-01-03 10:38:55 -08:00
help.texi Use just DOC instead of DOC-nn.mm. 2013-05-15 16:12:53 -04:00
hooks.texi Documentation for focus-in,out hooks (tiny change) 2013-11-23 11:07:34 -08:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi * doc/lispref/internals.texi (Writing Emacs Primitives): Remove obvious example. 2013-04-23 11:57:44 -07:00
intro.texi Remove remaining @refills from doc/*/*.texi files 2013-10-23 13:20:09 -04:00
keymaps.texi * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3. 2013-11-10 13:18:03 +01:00
lay-flat.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lists.texi Fix indexing in the lispref manual. 2013-11-05 19:47:48 +02:00
loading.texi Move runtime leim lisp files to lisp/leim directory 2013-11-26 22:15:06 -08:00
macros.texi * doc/lispref/macros.texi (Defining Macros): Prefer "function" to "lambda 2013-09-08 14:01:25 -04:00
Makefile.in Progress towards allowing installation in directories with whitespace 2013-10-23 00:20:57 -07:00
makefile.w32-in Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
maps.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
markers.texi Minor improving in indexing of "region". 2013-08-18 22:25:15 +03:00
minibuf.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
modes.texi * doc/lispref/modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes. 2013-08-17 19:14:10 +08:00
nonascii.texi * doc/lispref/nonascii.texi (Character Properties): Add an index for 2013-10-25 20:23:07 +08:00
numbers.texi Add log2 support and make log10 obsolete for consistency. 2013-06-20 07:15:42 -07:00
objects.texi Remove remaining @refills from doc/*/*.texi files 2013-10-23 13:20:09 -04:00
os.texi Move runtime leim lisp files to lisp/leim directory 2013-11-26 22:15:06 -08:00
package.texi Fix some doc/ cross-references 2013-07-02 20:03:47 -07:00
positions.texi Minor improving in indexing of buffer position. 2013-08-19 07:12:32 +08:00
processes.texi In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
README Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
searching.texi Remove remaining @refills from doc/*/*.texi files 2013-10-23 13:20:09 -04:00
sequences.texi Remove an unnecessary FIXME. 2013-09-29 06:26:29 +08:00
spellfile
streams.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
strings.texi Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
symbols.texi * symbols.texi (Standard Properties): Document pure. (Bug#13823) 2013-03-17 17:51:36 +01:00
syntax.texi * doc/lispref/syntax.texi (Categories): Add an index for category sets. 2013-10-05 19:49:02 +08:00
text.texi doc/lispref/text.texi (Not Intervals): Minor wording fix. 2013-09-13 11:26:03 +03:00
tips.texi * doc/lispref/tips.texi (Comment Tips): Discourage use of triple semi-colons 2013-10-06 23:46:32 -04:00
two-volume-cross-refs.txt Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
two-volume.make Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
variables.texi * lispref/variables.texi (File Local Variables): Don't recommend quoting! 2013-08-26 11:28:24 -04:00
windows.texi * doc/lispref/windows.texi (Choosing Window): Mention `no-display-ok'. 2013-11-20 10:44:38 +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.  -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <http://shop.fsf.org/>.
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called `elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run `make info'.

** Use `make elisp.pdf' or `make elisp.html' to create PDF or HTML versions.


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/>.