annotate man/lispref/lispref.texi @ 373:6240c7796c7a r21-2b2

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