1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/doc/lispref
Philipp Stephani e1ce9f3423 Don't recommend using 'module-load' for loading modules.
'module-load' most likely doesn't do what users expect.  Users should
use 'load' and its wrappers, which do the right thing.

* doc/lispref/loading.texi (Dynamic Modules): Document
disadvantages of 'module-load' and recommend normal 'load' and
its wrappers instead.

* doc/lispref/internals.texi (Module Functions): Recommend
'load' over 'module-load'.
2019-12-26 11:08:56 +01:00
..
abbrevs.texi Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
anti.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
back.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
backups.texi backup-by-copying-when-privileged-mismatch applies to file gid, too. 2019-12-21 10:51:10 -08:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Merge from origin/emacs-26 2019-03-09 10:07:46 -08:00
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
commands.texi Fix cross-references in ELisp manual 2019-12-14 13:56:29 +02:00
compile.texi Add the new macro with-suppressed-warnings 2019-06-12 15:59:19 +02:00
control.texi Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
customize.texi Document :match-inline widget elements 2019-10-12 06:40:49 +02:00
debugging.texi Add new macro `benchmark-progn' 2019-10-15 08:19:14 +02:00
display.texi Fix wording of recent documentation changes 2019-12-22 21:02:48 +02:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Make it clear what edebug-remove-instrumentation offers 2019-11-16 05:27:37 +01:00
elisp.texi Conditionally omit edition numbers, dates in doc 2019-11-12 11:30:02 -08:00
errors.texi Overflow errors are range errors 2019-11-04 23:39:55 -08:00
eval.texi Backport: Improve pure and side-effect-free docs 2019-04-22 16:14:33 +01:00
files.texi Minor fix in the ELisp manual 2019-12-07 10:31:34 +02:00
frames.texi Fix documentation of implied frame resizing (Bug#38684) 2019-12-23 10:50:44 +01:00
functions.texi Improve indexing of function doc string conventions 2019-11-15 11:42:11 +02:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
hash.texi Avoid overexposing fixnums for hash codes 2019-07-22 21:28:18 -07:00
help.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
hooks.texi Mention quit-window-hook in "Standard Hooks" 2019-08-21 13:21:52 -07:00
index.texi
internals.texi Don't recommend using 'module-load' for loading modules. 2019-12-26 11:08:56 +01:00
intro.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
keymaps.texi Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map. 2019-10-20 01:06:38 +03:00
lay-flat.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
lists.texi Minor copyedits in ELisp manual 2019-11-08 11:55:36 +02:00
loading.texi Don't recommend using 'module-load' for loading modules. 2019-12-26 11:08:56 +01:00
macros.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
Makefile.in Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
maps.texi Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map. 2019-10-20 01:06:38 +03:00
markers.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
minibuf.texi Make HIST arg of read-from-minibuffer work with buffer-local vars 2019-12-05 10:30:28 +01:00
modes.texi Improve errors & warnings due to fancy quoted vars (Bug#32939) 2019-11-28 18:10:07 -05:00
nonascii.texi Fix with-coding-priority markup in Elisp manual 2019-10-13 16:40:23 +01:00
numbers.texi Document Lisp floats a bit better 2019-11-10 15:04:20 -08:00
objects.texi Fix manual typo in Special Read Syntax 2019-12-24 17:42:28 +01:00
os.texi Improve time documentation a bit more 2019-11-03 17:38:33 -08:00
package.texi Avoid changing value of defcustom package-enable-at-startup 2019-11-06 01:19:23 +01:00
positions.texi Remove no-longer relevant xref 2019-07-31 08:33:28 -04:00
processes.texi Spelling fixes 2019-12-09 18:45:18 -08:00
README Update copyright year to 2019 2019-01-01 01:01:13 +00:00
records.texi Update copyright year to 2019 2019-01-01 01:01:13 +00:00
searching.texi More precise 'regexp-opt' documentation 2019-12-18 12:46:30 +01:00
sequences.texi Merge from origin/emacs-26 2019-05-22 10:18:51 -07:00
spellfile Update lispref spellfile 2019-06-04 08:34:16 -07:00
streams.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
strings.texi Support "%x" etc. formats on more floats 2019-07-23 01:46:41 -07:00
symbols.texi Inhibit undo-in-region for mouse-drag-region (bug#37700) 2019-10-31 17:41:29 +01:00
syntax.texi Elisp manual: mention parse-partial-sexp as the source of a parser state, etc 2019-12-20 19:55:29 +00:00
text.texi Inhibit undo-in-region for mouse-drag-region (bug#37700) 2019-10-31 17:41:29 +01:00
threads.texi Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tips.texi ; Minor copyedits in a recent ELisp manual change. 2019-10-13 10:59:18 +03:00
two-volume-cross-refs.txt Update copyright year to 2019 2019-01-01 01:01:13 +00:00
two-volume.make Update copyright year to 2019 2019-01-01 01:01:13 +00:00
variables.texi Improve documentation of 'add-variable-watcher' 2019-11-15 11:16:09 +02:00
windows.texi ; Spelling fixes 2019-12-10 20:05:49 -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-2019 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 <https://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 <https://www.gnu.org/licenses/>.