1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/doc/lispref
Lars Ingebrigtsen 80cf13a3d2 Make "eager macro-expansion" warning into an error
* doc/lispref/loading.texi (How Programs Do Loading): Update
documentation.

* lisp/emacs-lisp/macroexp.el:
(internal-macroexpand-for-load): We've been warning about eager
macro expansion for many years, so finally change that into an
error (bug#18154).
2022-06-30 13:18:15 +02:00
..
abbrevs.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
anti.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
back.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
backups.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi buffer-match-p: Resolve backward compat concerns 2022-06-17 15:23:01 +03:00
ChangeLog.1 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
commands.texi Allow toggling completion modes for M-x' with M-X' 2022-06-24 20:18:21 +02:00
compile.texi Modernise byte-compilation chapters in manual 2022-02-11 21:54:17 +01:00
control.texi Merge from origin/emacs-28 2022-06-05 06:30:25 +02:00
customize.texi Fix issues with loading autoloaded defcustoms while bound 2022-06-10 11:13:20 +02:00
debugging.texi Don't enter the debugger from *Backtrace* or edebug on eval errors 2022-05-01 13:40:13 +02:00
display.texi Add support for image flipping 2022-06-24 14:44:02 +02:00
doclicense.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
edebug.texi Allow pretty-printing results from `C-x C-e' in edebug 2022-06-18 13:26:23 +02:00
elisp.texi Add OVERRIDES argument to prin1/prin1-to-string 2022-05-15 15:29:38 +02:00
errors.texi Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
eval.texi functionp doc improvement 2022-05-11 10:18:12 -07:00
files.texi Allow inserting parts of /dev/urandom with insert-file-contents 2022-06-11 14:39:54 +02:00
frames.texi Disable unrelated drag-and-drop protocols during XDS drop 2022-06-30 16:41:58 +08:00
functions.texi ; Fix the documentation of compiler-macros and advice 2022-05-14 10:34:50 +03:00
gpl.texi Merge from Gnulib 2017-10-01 18:31:10 -07:00
hash.texi Merge from origin/emacs-28 2022-06-29 06:31:15 +02:00
help.texi Mention \`M-x ...' in the lispref manual 2022-06-13 17:30:36 +02:00
hooks.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
index.texi
internals.texi Merge from origin/emacs-28 2022-02-23 06:36:45 +01:00
intro.texi Change current-time back to list form 2022-04-28 12:54:06 -07:00
keymaps.texi Filter out NS non-key events from `where-is-internal' 2022-06-18 14:06:30 +02:00
lay-flat.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
lists.texi Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
loading.texi Make "eager macro-expansion" warning into an error 2022-06-30 13:18:15 +02:00
macros.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
Makefile.in ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
maps.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
markers.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
minibuf.texi ; * doc/lispref/minibuf.texi (Text from Minibuffer): Fix indexing. 2022-06-13 16:45:05 +03:00
modes.texi Mention how to only get syntactic font locking in the manual 2022-06-14 13:53:20 +02:00
nonascii.texi Clarify documentation of 'string-to-unibyte' 2022-06-04 10:06:43 +03:00
numbers.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
objects.texi Merge from origin/emacs-28 2022-06-10 08:17:35 +02:00
os.texi ; * doc/lispref/os.texi (Batch Mode): Fix typo and wording. 2022-06-21 16:21:53 +03:00
package.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
positions.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
processes.texi Fix typo in signal-process-functions 2022-06-26 16:47:20 +02:00
README ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
records.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
searching.texi ; Fix recent changes in regexp documentation 2022-05-09 16:02:58 +03:00
sequences.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
spellfile Rewrites of Elisp manual including tab-bar and tab-line changes 2021-10-18 09:58:48 +02:00
streams.texi ; Improve documentation of the OVERRIDES argument to prin1 2022-05-15 19:02:46 +03:00
strings.texi Merge from origin/emacs-28 2022-06-10 08:17:35 +02:00
symbols.texi Use "@code{nil}" in documentation 2022-04-18 13:19:14 -07:00
syntax.texi ; * doc/lispref/syntax.texi (Position Parse): Fix a typo. (Bug#55143) 2022-04-27 14:43:20 +03:00
text.texi Make yank-transform-functions into defvar 2022-05-25 14:23:56 +02:00
threads.texi ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tips.texi Further notes about quotation marks in the manual 2022-06-04 13:29:53 +02:00
two-volume-cross-refs.txt ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
two-volume.make Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
variables.texi eval.c: New functions defvar-1 and defconst-1 (bug#55156) 2022-05-26 12:21:32 -04:00
windows.texi Account for remapped faces in $COLUMNS and $LINES in Eshell 2022-06-09 10:08:15 +03: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-2022 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/>.