annotate man/lispref/lispref.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 8bec6624d99b
children 6240c7796c7a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 \input ../texinfo @c -*-texinfo-*-
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 @c %**start of header
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 @setfilename ../../info/lispref.info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 @c @smallbook
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 @settitle XEmacs Lisp Reference Manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 @c %**end of header
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 @ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 Edition History:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 GNU Emacs Lisp Reference Manual Further Revised (v2.02), August 1993
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 Lucid Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 GNU Emacs Lisp Reference Manual v2.4, June 1995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 XEmacs Lisp Programmer's Manual (for 19.13) Third Edition, July 1995
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
17 XEmacs Lisp Reference Manual (for 19.14 and 20.0) v3.1, March 1996
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 140
diff changeset
18 XEmacs Lisp Reference Manual (for 19.15 and 20.1, 20.2, 20.3) v3.2, April, May, November 1997
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 343
diff changeset
19 XEmacs Lisp Reference Manual (for 21.0) v3.3, April 1998
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 @c Please REMEMBER to update edition number in *four* places in this file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 @c and also in *one* place in intro.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 Copyright (C) 1994, 1995 Sun Microsystems, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 Copyright (C) 1995, 1996 Ben Wing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 Permission is granted to make and distribute verbatim copies of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 manual provided the copyright notice and this permission notice are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 preserved on all copies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 @ignore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 Permission is granted to process this file through TeX and print the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 results, provided the printed document carries copying permission notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 identical to this one except for the removal of this paragraph (this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 paragraph not being relevant to the printed manual).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 @end ignore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 Permission is granted to copy and distribute modified versions of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 manual under the conditions for verbatim copying, provided that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 entire resulting derived work is distributed under the terms of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 permission notice identical to this one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 Permission is granted to copy and distribute translations of this manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 into another language, under the above conditions for modified versions,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 except that this permission notice may be stated in a translation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 approved by the Foundation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 Permission is granted to copy and distribute modified versions of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 manual under the conditions for verbatim copying, provided also that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 section entitled ``GNU General Public License'' is included exactly as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 in the original, and provided that the entire resulting derived work is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 distributed under the terms of a permission notice identical to this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 Permission is granted to copy and distribute translations of this manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 into another language, under the above conditions for modified versions,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 except that the section entitled ``GNU General Public License'' may be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 included in a translation approved by the Free Software Foundation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 instead of in the original English.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 @end ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 @c Combine indices.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 @synindex cp fn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 @syncodeindex vr fn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 @syncodeindex ky fn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 @syncodeindex pg fn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 @syncodeindex tp fn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 @setchapternewpage odd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 @finalout
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 @titlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 @title XEmacs Lisp Reference Manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 @c The edition number appears in several places in this file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 @c and also in the file intro.texi.
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
77 @c This manual documents XEmacs 19.14 and 20.0 and was based on the
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 @c documentation for FSF Emacs 19.29 (v2.4).
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 343
diff changeset
79 @subtitle Version 3.3 (for XEmacs 21.0), April 1998
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 @author by Ben Wing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 @author
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 @author Based on the GNU Emacs Lisp Reference Manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 @author by Bil Lewis, Dan LaLiberte, Richard Stallman
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 @author and the GNU Manual Group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 @page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 @vskip 0pt plus 1filll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 Copyright @copyright{} 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 Copyright @copyright{} 1994, 1995 Sun Microsystems, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 Copyright @copyright{} 1995, 1996 Ben Wing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 @sp 2
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 213
diff changeset
92 Version 3.3 @*
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 343
diff changeset
93 Revised for XEmacs Versions 21.0,@*
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 213
diff changeset
94 April 1998.@*
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 Permission is granted to make and distribute verbatim copies of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 manual provided the copyright notice and this permission notice are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 preserved on all copies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 Permission is granted to copy and distribute modified versions of this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 manual under the conditions for verbatim copying, provided also that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 section entitled ``GNU General Public License'' is included
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 exactly as in the original, and provided that the entire resulting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 derived work is distributed under the terms of a permission notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 identical to this one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 Permission is granted to copy and distribute translations of this manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 into another language, under the above conditions for modified versions,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 except that the section entitled ``GNU General Public License'' may be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 included in a translation approved by the Free Software Foundation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 instead of in the original English.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 Cover art by Etienne Suvasa.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 @end titlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 @page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 @node Top, Copying, (dir), (dir)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 @ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 This Info file contains the third edition of the XEmacs Lisp
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 343
diff changeset
121 Reference Manual, corresponding to XEmacs version 21.0.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 @end ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 @menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 * Copying:: Conditions for copying and changing XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 * Introduction:: Introduction and conventions used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 * Lisp Data Types:: Data types of objects in XEmacs Lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 * Numbers:: Numbers and arithmetic functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 * Strings and Characters:: Strings, and functions that work on them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 * Lists:: Lists, cons cells, and related functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 * Sequences Arrays Vectors:: Lists, strings and vectors are called sequences.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 Certain functions act on any kind of sequence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 The description of vectors is here as well.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 * Symbols:: Symbols represent names, uniquely.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 * Evaluation:: How Lisp expressions are evaluated.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 * Control Structures:: Conditionals, loops, nonlocal exits.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 * Variables:: Using symbols in programs to stand for values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 * Functions:: A function is a Lisp program
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 that can be invoked from other functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 * Macros:: Macros are a way to extend the Lisp language.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 * Loading:: Reading files of Lisp code into Lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 * Byte Compilation:: Compilation makes programs run faster.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 * Debugging:: Tools and tips for debugging Lisp programs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 * Read and Print:: Converting Lisp objects to text and back.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 * Minibuffers:: Using the minibuffer to read input.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 * Command Loop:: How the editor command loop works,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 and how you can call its subroutines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 * Keymaps:: Defining the bindings from keys to commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 * Menus:: Defining pull-down and pop-up menus.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 * Dialog Boxes:: Creating dialog boxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 * Toolbar:: Controlling the toolbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 * Scrollbars:: Controlling the scrollbars.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 284
diff changeset
157 * Drag and Drop:: Generic API to inter-application communication
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 276
diff changeset
158 via specific protocols.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 * Modes:: Defining major and minor modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 * Documentation:: Writing and using documentation strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 * Files:: Accessing files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 * Backups and Auto-Saving:: Controlling how backups and auto-save
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 files are made.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 * Buffers:: Creating and using buffer objects.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 * Windows:: Manipulating windows and displaying buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 * Frames:: Making multiple X windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 * Consoles and Devices:: Opening frames on multiple TTY's or X displays.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 * Positions:: Buffer positions and motion functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 * Markers:: Markers represent positions and update
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 automatically when the text is changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 * Text:: Examining and changing text in buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 * Searching and Matching:: Searching buffers for strings or regexps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 * Syntax Tables:: The syntax table controls word and list parsing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 * Abbrevs:: How Abbrev mode works, and its data structures.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 * Extents:: Extents are regions of text with particular
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 display characteristics.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 * Specifiers:: How faces and glyphs are specified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 * Faces and Window-System Objects::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 A face is a set of display characteristics
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 specifying how text is to be displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 * Glyphs:: General interface to pixmaps displayed in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 buffer or frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 * Annotations:: Higher-level interface to glyphs in a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 * Display:: Parameters controlling screen usage.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 The bell. Waiting for input.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 * Hash Tables:: Fast data structures for mappings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 * Range Tables:: Keeping track of ranges of numbers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 * Databases:: An interface to standard DBM and DB databases.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 * Processes:: Running and communicating with subprocesses.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 * System Interface:: Getting the user id, system type, environment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 variables, and other such things.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 * X-Windows:: Functions specific to the X Window System.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 * ToolTalk Support:: Interfacing with the ToolTalk message service.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
199 * LDAP Support:: Interfacing with the Lightweight Directory
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
200 Access Protocol.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 * Internationalization:: How Emacs supports different languages and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 cultural conventions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 * MULE:: Specifics of the Asian-language support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 Appendices
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 * Tips:: Advice for writing Lisp programs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 * Building XEmacs and Object Allocation::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 Behind-the-scenes information about XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 * Standard Errors:: List of all error symbols.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 * Standard Buffer-Local Variables:: List of variables local in all buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 * Standard Keymaps:: List of standard keymaps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 * Standard Hooks:: List of standard hook variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 * Index:: Index including concepts, functions, variables,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 and other terms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 --- The Detailed Node Listing ---
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 Here are other nodes that are inferiors of those already listed,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 mentioned here so you can get to them in one step:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 Introduction
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 * Caveats:: Flaws and a request for help.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 * Lisp History:: XEmacs Lisp is descended from Maclisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 * Conventions:: How the manual is formatted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 * Acknowledgements:: The authors, editors, and sponsors of this manual.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 Conventions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 * Some Terms:: Explanation of terms we use in this manual.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 * nil and t:: How the symbols @code{nil} and @code{t} are used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 * Evaluation Notation:: The format we use for examples of evaluation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 * Printing Notation:: The format we use for examples that print output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 * Error Messages:: The format we use for examples of errors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 * Buffer Text Notation:: The format we use for buffer contents in examples.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 * Format of Descriptions:: Notation for describing functions, variables, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 Format of Descriptions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 * A Sample Function Description::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 * A Sample Variable Description::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 Lisp Data Types
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 * Printed Representation:: How Lisp objects are represented as text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 * Comments:: Comments and their formatting conventions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 * Programming Types:: Types found in all Lisp systems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 * Editing Types:: Types specific to XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 * Type Predicates:: Tests related to types.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 * Equality Predicates:: Tests of equality between any two objects.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 Programming Types
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 * Integer Type:: Numbers without fractional parts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 * Floating Point Type:: Numbers with fractional parts and with a large range.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 * Character Type:: The representation of letters, numbers and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 control characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 * Sequence Type:: Both lists and arrays are classified as sequences.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 * Cons Cell Type:: Cons cells, and lists (which are made from cons cells).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 * Array Type:: Arrays include strings and vectors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 * String Type:: An (efficient) array of characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 * Vector Type:: One-dimensional arrays.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 * Symbol Type:: A multi-use object that refers to a function,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 variable, property list, or itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 * Function Type:: A piece of executable code you can call from elsewhere.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 * Macro Type:: A method of expanding an expression into another
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 expression, more fundamental but less pretty.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 * Primitive Function Type:: A function written in C, callable from Lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 * Compiled-Function Type:: A function written in Lisp, then compiled.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 * Autoload Type:: A type used for automatically loading seldom-used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 Cons Cell Type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 * Dotted Pair Notation:: An alternative syntax for lists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 * Association List Type:: A specially constructed list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 Editing Types
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 * Buffer Type:: The basic object of editing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 * Window Type:: What makes buffers visible.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 * Window Configuration Type::Save what the screen looks like.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 * Marker Type:: A position in a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 * Process Type:: A process running on the underlying OS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 * Stream Type:: Receive or send characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 * Keymap Type:: What function a keystroke invokes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 * Syntax Table Type:: What a character means.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 Numbers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 * Integer Basics:: Representation and range of integers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 * Float Basics:: Representation and range of floating point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 * Predicates on Numbers:: Testing for numbers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 * Comparison of Numbers:: Equality and inequality predicates.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 * Arithmetic Operations:: How to add, subtract, multiply and divide.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 * Bitwise Operations:: Logical and, or, not, shifting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 * Numeric Conversions:: Converting float to integer and vice versa.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 * Math Functions:: Trig, exponential and logarithmic functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 * Random Numbers:: Obtaining random integers, predictable or not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 Strings and Characters
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 * Basics: String Basics. Basic properties of strings and characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 * Predicates for Strings:: Testing whether an object is a string or char.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 * Creating Strings:: Functions to allocate new strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 * Predicates for Characters:: Testing whether an object is a character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 * Character Codes:: Each character has an equivalent integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 * Text Comparison:: Comparing characters or strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 * String Conversion:: Converting characters or strings and vice versa.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 * Modifying Strings:: Changing characters in a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 * String Properties:: Additional information attached to strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 * Formatting Strings:: @code{format}: XEmacs's analog of @code{printf}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 * Character Case:: Case conversion functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 * Char Tables:: Mapping from characters to Lisp objects.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 * Case Tables:: Customizing case conversion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 Lists
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 * Cons Cells:: How lists are made out of cons cells.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 * Lists as Boxes:: Graphical notation to explain lists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 * List-related Predicates:: Is this object a list? Comparing two lists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 * List Elements:: Extracting the pieces of a list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 * Building Lists:: Creating list structure.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 * Modifying Lists:: Storing new pieces into an existing list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 * Sets And Lists:: A list can represent a finite mathematical set.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 * Association Lists:: A list can represent a finite relation or mapping.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 * Property Lists:: A different way to represent a finite mapping.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 * Weak Lists:: A list with special garbage-collection behavior.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 Modifying Existing List Structure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 * Setcar:: Replacing an element in a list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 * Setcdr:: Replacing part of the list backbone.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 This can be used to remove or add elements.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 * Rearrangement:: Reordering the elements in a list; combining lists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 Sequences, Arrays, and Vectors
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 * Sequence Functions:: Functions that accept any kind of sequence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 * Arrays:: Characteristics of arrays in XEmacs Lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 * Array Functions:: Functions specifically for arrays.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 * Vectors:: Functions specifically for vectors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 Symbols
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 * Symbol Components:: Symbols have names, values, function definitions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 and property lists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 * Definitions:: A definition says how a symbol will be used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 * Creating Symbols:: How symbols are kept unique.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 * Symbol Properties:: Each symbol has a property list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 for recording miscellaneous information.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 Evaluation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 * Intro Eval:: Evaluation in the scheme of things.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 * Eval:: How to invoke the Lisp interpreter explicitly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 * Forms:: How various sorts of objects are evaluated.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 * Quoting:: Avoiding evaluation (to put constants in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 the program).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 Kinds of Forms
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 * Self-Evaluating Forms:: Forms that evaluate to themselves.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 * Symbol Forms:: Symbols evaluate as variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 * Classifying Lists:: How to distinguish various sorts of list forms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 * Function Forms:: Forms that call functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 * Macro Forms:: Forms that call macros.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 * Special Forms:: ``Special forms'' are idiosyncratic primitives,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 most of them extremely important.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 * Autoloading:: Functions set up to load files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 containing their real definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 Control Structures
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 * Sequencing:: Evaluation in textual order.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 * Conditionals:: @code{if}, @code{cond}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 * Combining Conditions:: @code{and}, @code{or}, @code{not}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 * Iteration:: @code{while} loops.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 * Nonlocal Exits:: Jumping out of a sequence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 Nonlocal Exits
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 * Catch and Throw:: Nonlocal exits for the program's own purposes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 * Examples of Catch:: Showing how such nonlocal exits can be written.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 * Errors:: How errors are signaled and handled.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 * Cleanups:: Arranging to run a cleanup form if an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 error happens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 Errors
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 * Signaling Errors:: How to report an error.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 * Processing of Errors:: What XEmacs does when you report an error.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 * Handling Errors:: How you can trap errors and continue execution.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 * Error Symbols:: How errors are classified for trapping them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 Variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 * Global Variables:: Variable values that exist permanently, everywhere.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 * Constant Variables:: Certain "variables" have values that never change.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 * Local Variables:: Variable values that exist only temporarily.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 * Void Variables:: Symbols that lack values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 * Defining Variables:: A definition says a symbol is used as a variable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 * Accessing Variables:: Examining values of variables whose names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 are known only at run time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 * Setting Variables:: Storing new values in variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 * Variable Scoping:: How Lisp chooses among local and global values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 * Buffer-Local Variables:: Variable values in effect only in one buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 Scoping Rules for Variable Bindings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 * Scope:: Scope means where in the program a value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 is visible. Comparison with other languages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 * Extent:: Extent means how long in time a value exists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 * Impl of Scope:: Two ways to implement dynamic scoping.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 * Using Scoping:: How to use dynamic scoping carefully and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 avoid problems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 Buffer-Local Variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 * Intro to Buffer-Local:: Introduction and concepts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 * Creating Buffer-Local:: Creating and destroying buffer-local bindings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 * Default Value:: The default value is seen in buffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 that don't have their own local values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 Functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 * What Is a Function:: Lisp functions vs primitives; terminology.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 * Lambda Expressions:: How functions are expressed as Lisp objects.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 * Function Names:: A symbol can serve as the name of a function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 * Defining Functions:: Lisp expressions for defining functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 * Calling Functions:: How to use an existing function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 * Mapping Functions:: Applying a function to each element of a list, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 * Anonymous Functions:: Lambda-expressions are functions with no names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 * Function Cells:: Accessing or setting the function definition
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 of a symbol.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 * Related Topics:: Cross-references to specific Lisp primitives
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 that have a special bearing on how
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 functions work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 Lambda Expressions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 * Lambda Components:: The parts of a lambda expression.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 * Simple Lambda:: A simple example.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 * Argument List:: Details and special features of argument lists.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 * Function Documentation:: How to put documentation in a function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 Macros
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 * Simple Macro:: A basic example.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 * Expansion:: How, when and why macros are expanded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 * Compiling Macros:: How macros are expanded by the compiler.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 * Defining Macros:: How to write a macro definition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 * Backquote:: Easier construction of list structure.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 * Problems with Macros:: Don't evaluate the macro arguments too many times.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 Don't hide the user's variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 Loading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 * How Programs Do Loading:: The @code{load} function and others.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 * Autoload:: Setting up a function to autoload.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 * Named Features:: Loading a library if it isn't already loaded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 * Repeated Loading:: Precautions about loading a file twice.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 Byte Compilation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 * Compilation Functions:: Byte compilation functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 * Disassembly:: Disassembling byte-code; how to read byte-code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 Debugging Lisp Programs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 * Debugger:: How the XEmacs Lisp debugger is implemented.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 * Syntax Errors:: How to find syntax errors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 * Compilation Errors:: How to find errors that show up in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 byte compilation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 * Edebug:: A source-level XEmacs Lisp debugger.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 The Lisp Debugger
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 * Error Debugging:: Entering the debugger when an error happens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 * Function Debugging:: Entering it when a certain function is called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 * Explicit Debug:: Entering it at a certain point in the program.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 * Using Debugger:: What the debugger does; what you see while in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 * Debugger Commands:: Commands used while in the debugger.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 * Invoking the Debugger:: How to call the function @code{debug}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 * Internals of Debugger:: Subroutines of the debugger, and global variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 Debugging Invalid Lisp Syntax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 * Excess Open:: How to find a spurious open paren or missing close.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 * Excess Close:: How to find a spurious close paren or missing open.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 Reading and Printing Lisp Objects
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 * Streams Intro:: Overview of streams, reading and printing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 * Input Streams:: Various data types that can be used as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 input streams.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 * Input Functions:: Functions to read Lisp objects from text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 * Output Streams:: Various data types that can be used as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 output streams.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 * Output Functions:: Functions to print Lisp objects as text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 Minibuffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 * Intro to Minibuffers:: Basic information about minibuffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 * Text from Minibuffer:: How to read a straight text string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 * Object from Minibuffer:: How to read a Lisp object or expression.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 * Completion:: How to invoke and customize completion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 * Yes-or-No Queries:: Asking a question with a simple answer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 * Minibuffer Misc:: Various customization hooks and variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 Completion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 * Basic Completion:: Low-level functions for completing strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 (These are too low level to use the minibuffer.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 * Minibuffer Completion:: Invoking the minibuffer with completion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 * Completion Commands:: Minibuffer commands that do completion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 * High-Level Completion:: Convenient special cases of completion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 (reading buffer name, file name, etc.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 * Reading File Names:: Using completion to read file names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 * Programmed Completion:: Finding the completions for a given file name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 Command Loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 * Command Overview:: How the command loop reads commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 * Defining Commands:: Specifying how a function should read arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 * Interactive Call:: Calling a command, so that it will read arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 * Command Loop Info:: Variables set by the command loop for you to examine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 * Events:: What input looks like when you read it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 * Reading Input:: How to read input events from the keyboard or mouse.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 * Waiting:: Waiting for user input or elapsed time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 * Quitting:: How @kbd{C-g} works. How to catch or defer quitting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 * Prefix Command Arguments:: How the commands to set prefix args work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 * Recursive Editing:: Entering a recursive edit,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 and why you usually shouldn't.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 * Disabling Commands:: How the command loop handles disabled commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 * Command History:: How the command history is set up, and how accessed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 * Keyboard Macros:: How keyboard macros are implemented.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 Defining Commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 * Using Interactive:: General rules for @code{interactive}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 * Interactive Codes:: The standard letter-codes for reading arguments
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 in various ways.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 * Interactive Examples:: Examples of how to read interactive arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 Events
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 * Event Types:: Events come in different types.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 * Event Contents:: What the contents of each event type are.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 * Event Predicates:: Querying whether an event is of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 particular type.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 * Accessing Mouse Event Positions::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 Determining where a mouse event occurred,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 and over what.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 * Accessing Other Event Info:: Accessing non-positional event info.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 * Working With Events:: Creating, copying, and destroying events.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 * Converting Events:: Converting between events, keys, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 Accessing Mouse Event Positions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 * Frame-Level Event Position Info::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 * Window-Level Event Position Info::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 * Event Text Position Info::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 * Event Glyph Position Info::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 * Event Toolbar Position Info::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 * Other Event Position Info::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 Reading Input
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 * Key Sequence Input:: How to read one key sequence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 * Reading One Event:: How to read just one event.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 * Dispatching an Event:: What to do with an event once it has been read.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 * Quoted Character Input:: Asking the user to specify a character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 * Peeking and Discarding:: How to reread or throw away input events.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 Keymaps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 * Keymap Terminology:: Definitions of terms pertaining to keymaps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 * Format of Keymaps:: What a keymap looks like as a Lisp object.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 * Creating Keymaps:: Functions to create and copy keymaps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 * Inheritance and Keymaps:: How one keymap can inherit the bindings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 of another keymap.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 * Key Sequences:: How to specify key sequences.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 * Prefix Keys:: Defining a key with a keymap as its definition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 * Active Keymaps:: Each buffer has a local keymap
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 to override the standard (global) bindings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 Each minor mode can also override them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 * Key Lookup:: How extracting elements from keymaps works.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 * Functions for Key Lookup:: How to request key lookup.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 * Changing Key Bindings:: Redefining a key in a keymap.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 * Key Binding Commands:: Interactive interfaces for redefining keys.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 * Scanning Keymaps:: Looking through all keymaps, for printing help.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 * Other Keymap Functions:: Miscellaneous keymap functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 Menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 * Menu Format:: Format of a menu description.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 * Menubar Format:: How to specify a menubar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 * Menubar:: Functions for controlling the menubar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 * Modifying Menus:: Modifying a menu description.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 * Pop-Up Menus:: Functions for specifying pop-up menus.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 * Menu Filters:: Filter functions for the default menubar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 * Buffers Menu:: The menu that displays the list of buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 Dialog Boxes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 * Dialog Box Format::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 * Dialog Box Functions::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 Toolbar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 * Toolbar Intro:: An introduction.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 * Toolbar Descriptor Format:: How to create a toolbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 * Specifying the Toolbar:: Setting a toolbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 * Other Toolbar Variables:: Controlling the size of toolbars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 Scrollbars
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 Major and Minor Modes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 * Major Modes:: Defining major modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 * Minor Modes:: Defining minor modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 * Modeline Format:: Customizing the text that appears in the modeline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 * Hooks:: How to use hooks; how to write code that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 provides hooks.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 Major Modes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 * Major Mode Conventions:: Coding conventions for keymaps, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 * Example Major Modes:: Text mode and Lisp modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 * Auto Major Mode:: How XEmacs chooses the major mode automatically.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 * Mode Help:: Finding out how to use a mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 Minor Modes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 * Minor Mode Conventions:: Tips for writing a minor mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 * Keymaps and Minor Modes:: How a minor mode can have its own keymap.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 Modeline Format
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 * Modeline Data:: The data structure that controls the modeline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 * Modeline Variables:: Variables used in that data structure.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 * %-Constructs:: Putting information into a modeline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 Documentation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 * Documentation Basics:: Good style for doc strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 Where to put them. How XEmacs stores them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 * Accessing Documentation:: How Lisp programs can access doc strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 * Keys in Documentation:: Substituting current key bindings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 * Describing Characters:: Making printable descriptions of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 non-printing characters and key sequences.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 * Help Functions:: Subroutines used by XEmacs help facilities.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 Files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 * Visiting Files:: Reading files into Emacs buffers for editing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 * Saving Buffers:: Writing changed buffers back into files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 * Reading from Files:: Reading files into other buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 * Writing to Files:: Writing new files from parts of buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 * File Locks:: Locking and unlocking files, to prevent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 simultaneous editing by two people.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 * Information about Files:: Testing existence, accessibility, size of files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 * Contents of Directories:: Getting a list of the files in a directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 * Changing File Attributes:: Renaming files, changing protection, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 * File Names:: Decomposing and expanding file names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 Visiting Files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 * Visiting Functions:: The usual interface functions for visiting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 * Subroutines of Visiting:: Lower-level subroutines that they use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 Information about Files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 * Testing Accessibility:: Is a given file readable? Writable?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 * Kinds of Files:: Is it a directory? A link?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 * File Attributes:: How large is it? Any other names? Etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 File Names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 * File Name Components:: The directory part of a file name, and the rest.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 * Directory Names:: A directory's name as a directory
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 is different from its name as a file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 * Relative File Names:: Some file names are relative to a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 current directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 * File Name Expansion:: Converting relative file names to absolute ones.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 * Unique File Names:: Generating names for temporary files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 * File Name Completion:: Finding the completions for a given file name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 Backups and Auto-Saving
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 * Backup Files:: How backup files are made; how their names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 are chosen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 * Auto-Saving:: How auto-save files are made; how their
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 names are chosen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 * Reverting:: @code{revert-buffer}, and how to customize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 what it does.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 Backup Files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 * Making Backups:: How XEmacs makes backup files, and when.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 * Rename or Copy:: Two alternatives: renaming the old file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 or copying it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 * Numbered Backups:: Keeping multiple backups for each source file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 * Backup Names:: How backup file names are computed; customization.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 Buffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 * Buffer Basics:: What is a buffer?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 * Buffer Names:: Accessing and changing buffer names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 * Buffer File Name:: The buffer file name indicates which file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 is visited.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 * Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 * Modification Time:: Determining whether the visited file was changed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 ``behind XEmacs's back''.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 * Read Only Buffers:: Modifying text is not allowed in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 read-only buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 * The Buffer List:: How to look at all the existing buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 * Creating Buffers:: Functions that create buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 * Killing Buffers:: Buffers exist until explicitly killed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 * Current Buffer:: Designating a buffer as current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 so primitives will access its contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 * Basic Windows:: Basic information on using windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 * Splitting Windows:: Splitting one window into two windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 * Deleting Windows:: Deleting a window gives its space to other windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 * Selecting Windows:: The selected window is the one that you edit in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 * Cyclic Window Ordering:: Moving around the existing windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 * Buffers and Windows:: Each window displays the contents of a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 * Displaying Buffers:: Higher-lever functions for displaying a buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 and choosing a window for it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 * Window Point:: Each window has its own location of point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 * Window Start:: The display-start position controls which text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 is on-screen in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 * Vertical Scrolling:: Moving text up and down in the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 * Horizontal Scrolling:: Moving text sideways on the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 * Size of Window:: Accessing the size of a window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 * Resizing Windows:: Changing the size of a window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 * Window Configurations:: Saving and restoring the state of the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 Frames
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 * Creating Frames:: Creating additional frames.
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 0
diff changeset
749 * Frame Properties:: Controlling frame size, position, font, etc.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 * Frame Titles:: Automatic updating of frame titles.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 * Deleting Frames:: Frames last until explicitly deleted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 * Finding All Frames:: How to examine all existing frames.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 * Frames and Windows:: A frame contains windows;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 display of text always works through windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 * Minibuffers and Frames:: How a frame finds the minibuffer to use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 * Input Focus:: Specifying the selected frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 * Visibility of Frames:: Frames may be visible or invisible, or icons.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 * Raising and Lowering:: Raising a frame makes it hide other X windows;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 lowering it makes the others hide them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 * Frame Hooks:: Hooks for customizing frame behavior.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 Positions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 * Point:: The special position where editing takes place.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 * Motion:: Changing point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 * Excursions:: Temporary motion and buffer changes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 * Narrowing:: Restricting editing to a portion of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 Motion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 * Character Motion:: Moving in terms of characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 * Word Motion:: Moving in terms of words.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 * Buffer End Motion:: Moving to the beginning or end of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 * Text Lines:: Moving in terms of lines of text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 * Screen Lines:: Moving in terms of lines as displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 * List Motion:: Moving by parsing lists and sexps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 * Skipping Characters:: Skipping characters belonging to a certain set.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 Markers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 * Overview of Markers:: The components of a marker, and how it relocates.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 * Predicates on Markers:: Testing whether an object is a marker.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 * Creating Markers:: Making empty markers or markers at certain places.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 * Information from Markers:: Finding the marker's buffer or character
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 * Changing Markers:: Moving the marker to a new buffer or position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 * The Mark:: How ``the mark'' is implemented with a marker.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 * The Region:: How to access ``the region''.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 Text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 * Near Point:: Examining text in the vicinity of point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 * Buffer Contents:: Examining text in a general fashion.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 * Comparing Text:: Comparing substrings of buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 * Insertion:: Adding new text to a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 * Commands for Insertion:: User-level commands to insert text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 * Deletion:: Removing text from a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 * User-Level Deletion:: User-level commands to delete text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 * The Kill Ring:: Where removed text sometimes is saved for later use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 * Undo:: Undoing changes to the text of a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 * Maintaining Undo:: How to enable and disable undo information.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 How to control how much information is kept.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 * Filling:: Functions for explicit filling.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 * Margins:: How to specify margins for filling commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 * Auto Filling:: How auto-fill mode is implemented to break lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 * Sorting:: Functions for sorting parts of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 * Columns:: Computing horizontal positions, and using them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 * Indentation:: Functions to insert or adjust indentation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 * Case Changes:: Case conversion of parts of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 * Text Properties:: Assigning Lisp property lists to text characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 * Substitution:: Replacing a given character wherever it appears.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 * Registers:: How registers are implemented. Accessing the text or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 position stored in a register.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 * Transposition:: Swapping two portions of a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 * Change Hooks:: Supplying functions to be run when text is changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 The Kill Ring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 * Kill Ring Concepts:: What text looks like in the kill ring.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 * Kill Functions:: Functions that kill text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 * Yank Commands:: Commands that access the kill ring.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 * Low-Level Kill Ring:: Functions and variables for kill ring access.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 * Internals of Kill Ring:: Variables that hold kill-ring data.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 Indentation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 * Primitive Indent:: Functions used to count and insert indentation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 * Mode-Specific Indent:: Customize indentation for different modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 * Region Indent:: Indent all the lines in a region.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 * Relative Indent:: Indent the current line based on previous lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 * Indent Tabs:: Adjustable, typewriter-like tab stops.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 * Motion by Indent:: Move to first non-blank character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 Searching and Matching
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 * String Search:: Search for an exact match.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 * Regular Expressions:: Describing classes of strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 * Regexp Search:: Searching for a match for a regexp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 * Match Data:: Finding out which part of the text matched
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 various parts of a regexp, after regexp search.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 * Saving Match Data:: Saving and restoring this information.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 * Standard Regexps:: Useful regexps for finding sentences, pages,...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 * Searching and Case:: Case-independent or case-significant searching.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 Regular Expressions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 * Syntax of Regexps:: Rules for writing regular expressions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 * Regexp Example:: Illustrates regular expression syntax.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 Syntax Tables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 * Syntax Descriptors:: How characters are classified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 * Syntax Table Functions:: How to create, examine and alter syntax tables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 * Parsing Expressions:: Parsing balanced expressions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 using the syntax table.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 * Standard Syntax Tables:: Syntax tables used by various major modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 * Syntax Table Internals:: How syntax table information is stored.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 Syntax Descriptors
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 * Syntax Class Table:: Table of syntax classes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 * Syntax Flags:: Additional flags each character can have.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 Abbrevs And Abbrev Expansion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 * Abbrev Mode:: Setting up XEmacs for abbreviation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 * Tables: Abbrev Tables. Creating and working with abbrev tables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 * Defining Abbrevs:: Specifying abbreviations and their expansions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 * Files: Abbrev Files. Saving abbrevs in files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 * Expansion: Abbrev Expansion. Controlling expansion; expansion subroutines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 * Standard Abbrev Tables:: Abbrev tables used by various major modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 Extents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 * Intro to Extents:: Extents are regions over a buffer or string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 * Creating and Modifying Extents::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 Basic extent functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 * Extent Endpoints:: Accessing and setting the bounds of an extent.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 * Finding Extents:: Determining which extents are in an object.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 * Mapping Over Extents:: More sophisticated functions for extent scanning.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 * Extent Properties:: Extents have built-in and user-definable properties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 * Detached Extents:: Extents that are not in a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 * Extent Parents:: Inheriting properties from another extent.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 * Duplicable Extents:: Extents can be marked to be copied into strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 * Extents and Events:: Extents can interact with the keyboard and mouse.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 * Atomic Extents:: Treating a block of text as a single entity.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 Specifiers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 * Introduction to Specifiers:: Specifiers provide a clean way for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 display and other properties to vary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 (under user control) in a wide variety
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 of contexts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 * Specifiers In-Depth:: Gory details about specifier innards.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 * Specifier Instancing:: Instancing means obtaining the ``value'' of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 a specifier in a particular context.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 * Specifier Types:: Specifiers come in different flavors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 * Adding Specifications:: Specifications control a specifier's ``value''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 by giving conditions under which a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 particular value is valid.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 * Retrieving Specifications:: Querying a specifier's specifications.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 * Specifier Instancing Functions::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 Functions to instance a specifier.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 * Specifier Example:: Making all this stuff clearer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 * Creating Specifiers:: Creating specifiers for your own use.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 * Specifier Validation Functions::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 Validating the components of a specifier.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 * Other Specification Functions::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 Other ways of working with specifications.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 Faces and Window-System Objects
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 * Faces:: Controlling the way text looks.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 * Fonts:: Controlling the typeface of text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 * Colors:: Controlling the color of text and pixmaps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 Faces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 * Merging Faces:: How XEmacs decides which face to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 for a character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 * Basic Face Functions:: How to define and examine faces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 * Face Properties:: How to access and modify a face's properties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 * Face Convenience Functions:: Convenience functions for accessing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 particular properties of a face.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 * Other Face Display Functions:: Other functions pertaining to how a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 a face appears.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 Fonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 * Font Specifiers:: Specifying how a font will appear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 * Font Instances:: What a font specifier gets instanced as.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 * Font Instance Names:: The name of a font instance.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 * Font Instance Size:: The size of a font instance.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 * Font Instance Characteristics:: Display characteristics of font instances.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 * Font Convenience Functions:: Convenience functions that automatically
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 instance and retrieve the properties
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 of a font specifier.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 Colors
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 * Color Specifiers:: Specifying how a color will appear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 * Color Instances:: What a color specifier gets instanced as.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 * Color Instance Properties:: Properties of color instances.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 * Color Convenience Functions:: Convenience functions that automatically
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 instance and retrieve the properties
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 of a color specifier.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 Glyphs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 * Glyph Functions:: Functions for working with glyphs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 * Images:: Graphical images displayed in a frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 * Glyph Types:: Each glyph has a particular type.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 * Mouse Pointer:: Controlling the mouse pointer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 * Redisplay Glyphs:: Glyphs controlling various redisplay functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 * Subwindows:: Inserting an externally-controlled subwindow
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 into a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 Glyph Functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 * Creating Glyphs:: Creating new glyphs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 * Glyph Properties:: Accessing and modifying a glyph's properties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 * Glyph Convenience Functions::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 Convenience functions for accessing particular
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 properties of a glyph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 * Glyph Dimensions:: Determining the height, width, etc. of a glyph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 Images
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 * Image Specifiers:: Specifying how an image will appear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 * Image Instantiator Conversion::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 Conversion is applied to image instantiators
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 at the time they are added to an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 image specifier or at the time they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 are passed to @code{make-image-instance}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 * Image Instances:: What an image specifier gets instanced as.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 Image Instances
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 * Image Instance Types:: Each image instances has a particular type.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 * Image Instance Functions:: Functions for working with image instances.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 Annotations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 * Annotation Basics:: Introduction to annotations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 * Annotation Primitives:: Creating and deleting annotations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 * Annotation Properties:: Retrieving and changing the characteristics
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 of an annotation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 * Margin Primitives:: Controlling the size of the margins.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 * Locating Annotations:: Looking for annotations in a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 * Annotation Hooks:: Hooks called at certain times during an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 annotation's lifetime.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 Hash Tables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 * Introduction to Hash Tables:: Hash tables are fast data structures for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 implementing simple tables (i.e. finite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 mappings from keys to values).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 * Working With Hash Tables:: Hash table functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 * Weak Hash Tables:: Hash tables with special garbage-collection
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 behavior.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 Range Tables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 * Introduction to Range Tables:: Range tables efficiently map ranges of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 integers to values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 * Working With Range Tables:: Range table functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 XEmacs Display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 * Refresh Screen:: Clearing the screen and redrawing everything on it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 * Truncation:: Folding or wrapping long text lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 * The Echo Area:: Where messages are displayed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 * Selective Display:: Hiding part of the buffer text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015 * Overlay Arrow:: Display of an arrow to indicate position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 * Temporary Displays:: Displays that go away automatically.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 * Blinking:: How XEmacs shows the matching open parenthesis.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 * Usual Display:: The usual conventions for displaying nonprinting chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019 * Display Tables:: How to specify other conventions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 * Beeping:: Audible signal to the user.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 Processes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 * Subprocess Creation:: Functions that start subprocesses.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 * Synchronous Processes:: Details of using synchronous subprocesses.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 * Asynchronous Processes:: Starting up an asynchronous subprocess.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 * Deleting Processes:: Eliminating an asynchronous subprocess.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 * Process Information:: Accessing run-status and other attributes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029 * Input to Processes:: Sending input to an asynchronous subprocess.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 * Signals to Processes:: Stopping, continuing or interrupting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 an asynchronous subprocess.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 * Output from Processes:: Collecting output from an asynchronous subprocess.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033 * Sentinels:: Sentinels run when process run-status changes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 * Network:: Opening network connections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 Receiving Output from Processes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 * Process Buffers:: If no filter, output is put in a buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 * Filter Functions:: Filter functions accept output from the process.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 * Accepting Output:: How to wait until process output arrives.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 Operating System Interface
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 * Starting Up:: Customizing XEmacs start-up processing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 * Getting Out:: How exiting works (permanent or temporary).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 * System Environment:: Distinguish the name and kind of system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 * Terminal Input:: Recording terminal input for debugging.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 * Terminal Output:: Recording terminal output for debugging.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 * Flow Control:: How to turn output flow control on or off.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 * Batch Mode:: Running XEmacs without terminal interaction.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 Starting Up XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 * Start-up Summary:: Sequence of actions XEmacs performs at start-up.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 * Init File:: Details on reading the init file (@file{.emacs}).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056 * Terminal-Specific:: How the terminal-specific Lisp file is read.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 * Command Line Arguments:: How command line arguments are processed,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 and how you can customize them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 Getting out of XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 * Killing XEmacs:: Exiting XEmacs irreversibly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 * Suspending XEmacs:: Exiting XEmacs reversibly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 X-Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 * X Selections:: Transferring text to and from other X clients.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068 * X Server:: Information about the X server connected to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 a particular device.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 * Resources:: Getting resource values from the server.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 * Server Data:: Getting info about the X server.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 * Grabs:: Restricting access to the server by other apps.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 * X Miscellaneous:: Other X-specific functions and variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 ToolTalk Support
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 * XEmacs ToolTalk API Summary::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 * Sending Messages::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 * Receiving Messages::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1081 LDAP Support
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1082
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1083 * Building XEmacs with LDAP support:: How to add LDAP support to XEmacs
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1084 * XEmacs LDAP API:: Lisp access to LDAP functions
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1085 * Syntax of Search Filters:: A brief summary of RFC 1558
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1086
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1087 XEmacs LDAP API
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1088
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1089 * LDAP Variables:: Lisp variables related to LDAP
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1090 * The High-Level LDAP API:: High-level LDAP lisp functions
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1091 * The Low-Level LDAP API:: Low-level LDAP lisp primitives
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1092
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1093 The Low-Level LDAP API
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1094
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1095 * The LDAP Lisp Object::
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1096 * Opening and Closing a LDAP Connection::
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1097 * Searching on a LDAP Server (Low-level)::
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1098
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 Internationalization
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 * I18N Levels 1 and 2:: Support for different time, date, and currency formats.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 * I18N Level 3:: Support for localized messages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 * I18N Level 4:: Support for Asian languages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 MULE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107 * Internationalization Terminology::
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 Definition of various internationalization terms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 * Charsets:: Sets of related characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 * MULE Characters:: Working with characters in XEmacs/MULE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 * Composite Characters:: Making new characters by overstriking other ones.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 * ISO 2022:: An international standard for charsets and encodings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113 * Coding Systems:: Ways of representing a string of chars using integers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 * CCL:: A special language for writing fast converters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 * Category Tables:: Subdividing charsets into groups.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 Tips
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 * Style Tips:: Writing clean and robust programs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 * Compilation Tips:: Making compiled code run fast.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 * Documentation Tips:: Writing readable documentation strings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 * Comment Tips:: Conventions for writing comments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123 * Library Headers:: Standard headers for library packages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 Building XEmacs and Object Allocation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 * Building XEmacs:: How to preload Lisp libraries into XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 * Pure Storage:: A kludge to make preloaded Lisp functions sharable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129 * Garbage Collection:: Reclaiming space for Lisp objects no longer used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 @end menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 @include intro.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 @include objects.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 @include numbers.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 @include strings.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 @include lists.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 @include sequences.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 @include symbols.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 @include eval.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 @include control.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 @include variables.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 @include functions.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 @include macros.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 @include loading.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 @include compile.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 @include debugging.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 @include streams.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153 @include minibuf.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 @include commands.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 @include keymaps.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156 @include menus.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 @include dialog.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158 @include toolbar.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 @include scrollbars.texi
284
558f606b08ae Import from CVS: tag r21-0b40
cvs
parents: 276
diff changeset
1160 @include dragndrop.texi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161 @include modes.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 @include help.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 @include files.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 @include backups.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 @include buffers.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 @include windows.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 @include frames.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 @include consoles-devices.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 @include positions.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 @include markers.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 @include text.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 @include searching.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 @include syntax.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 @include abbrevs.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 @include extents.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 @include specifiers.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 @include faces.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 @include glyphs.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183 @include annotations.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 @include display.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 @include hash-tables.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 @include range-tables.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 @include databases.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 @include processes.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 @include os.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 @include x-windows.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 @include tooltalk.texi
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 290
diff changeset
1194 @include ldap.texi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 @include internationalization.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 @include mule.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198 @c MOVE to User's Manual: include calendar.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200 @c MOVE to User's Manual: include misc-modes.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 @c appendices
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 @c REMOVE this: include non-hacker.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 @include tips.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 @include building.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208 @include errors.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 @include locals.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 @include maps.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 @include hooks.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 @include index.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 @c Print the tables of contents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 @summarycontents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 @contents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 @c That's all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 @bye
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 These words prevent "local variables" above from confusing XEmacs.