comparison doc/lispref/vol1.texi @ 109983:a44dc3503539

* vol2.texi (Top): Update. * vol1.texi (Top): Update. * tips.texi (Library Headers): Mention Package-Version and Package-Requires. * package.texi: New file. * os.texi (System Interface): Update pointers. * elisp.texi (Top): Link to new nodes. Include package.texi. * anti.texi (Antinews): Update pointers.
author Tom Tromey <tromey@redhat.com>
date Wed, 25 Aug 2010 14:25:32 -0600
parents 60516122d066
children f537cb2035e9
comparison
equal deleted inserted replaced
109982:1c825c451dc0 109983:a44dc3503539
177 177
178 * Processes:: Running and communicating with subprocesses. 178 * Processes:: Running and communicating with subprocesses.
179 * Display:: Features for controlling the screen display. 179 * Display:: Features for controlling the screen display.
180 * System Interface:: Getting the user id, system type, environment 180 * System Interface:: Getting the user id, system type, environment
181 variables, and other such things. 181 variables, and other such things.
182
183 * Packaging:: Preparing Lisp code for distribution.
182 184
183 Appendices 185 Appendices
184 186
185 * Antinews:: Info for users downgrading to Emacs 22. 187 * Antinews:: Info for users downgrading to Emacs 22.
186 * GNU Free Documentation License:: The license for this documentation. 188 * GNU Free Documentation License:: The license for this documentation.
1413 * X11 Keysyms:: Operating on key symbols for X Windows. 1415 * X11 Keysyms:: Operating on key symbols for X Windows.
1414 * Batch Mode:: Running Emacs without terminal interaction. 1416 * Batch Mode:: Running Emacs without terminal interaction.
1415 * Session Management:: Saving and restoring state with 1417 * Session Management:: Saving and restoring state with
1416 X Session Management. 1418 X Session Management.
1417 1419
1420 Preparing Lisp code for distribution
1421
1422 * Packaging Basics:: The basic concepts of Emacs Lisp packages.
1423 * Simple Packages:: How to package a single .el file.
1424 * Multi-file Packages:: How to package multiple files.
1425
1418 Starting Up Emacs 1426 Starting Up Emacs
1419 1427
1420 * Startup Summary:: Sequence of actions Emacs performs at startup. 1428 * Startup Summary:: Sequence of actions Emacs performs at startup.
1421 * Init File:: Details on reading the init file. 1429 * Init File:: Details on reading the init file.
1422 * Terminal-Specific:: How the terminal-specific Lisp file is read. 1430 * Terminal-Specific:: How the terminal-specific Lisp file is read.