XEmacs 21.2.42 "Poseidon".
[chise/xemacs-chise.git.1] / info / lispref.info
1 This is ../info/lispref.info, produced by makeinfo version 4.0 from
2 lispref/lispref.texi.
3
4 INFO-DIR-SECTION XEmacs Editor
5 START-INFO-DIR-ENTRY
6 * Lispref: (lispref).           XEmacs Lisp Reference Manual.
7 END-INFO-DIR-ENTRY
8
9    Edition History:
10
11    GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 GNU
12 Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 Lucid
13 Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994
14 XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995
15 GNU Emacs Lisp Reference Manual v2.4, June 1995 XEmacs Lisp
16 Programmer's Manual (for 19.13) Third Edition, July 1995 XEmacs Lisp
17 Reference Manual (for 19.14 and 20.0) v3.1, March 1996 XEmacs Lisp
18 Reference Manual (for 19.15 and 20.1, 20.2, 20.3) v3.2, April, May,
19 November 1997 XEmacs Lisp Reference Manual (for 21.0) v3.3, April 1998
20
21    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software
22 Foundation, Inc.  Copyright (C) 1994, 1995 Sun Microsystems, Inc.
23 Copyright (C) 1995, 1996 Ben Wing.
24
25    Permission is granted to make and distribute verbatim copies of this
26 manual provided the copyright notice and this permission notice are
27 preserved on all copies.
28
29    Permission is granted to copy and distribute modified versions of
30 this manual under the conditions for verbatim copying, provided that the
31 entire resulting derived work is distributed under the terms of a
32 permission notice identical to this one.
33
34    Permission is granted to copy and distribute translations of this
35 manual into another language, under the above conditions for modified
36 versions, except that this permission notice may be stated in a
37 translation approved by the Foundation.
38
39    Permission is granted to copy and distribute modified versions of
40 this manual under the conditions for verbatim copying, provided also
41 that the section entitled "GNU General Public License" is included
42 exactly as in the original, and provided that the entire resulting
43 derived work is distributed under the terms of a permission notice
44 identical to this one.
45
46    Permission is granted to copy and distribute translations of this
47 manual into another language, under the above conditions for modified
48 versions, except that the section entitled "GNU General Public License"
49 may be included in a translation approved by the Free Software
50 Foundation instead of in the original English.
51
52 \1f
53 Indirect:
54 lispref.info-1: 2366
55 lispref.info-2: 49116
56 lispref.info-3: 97603
57 lispref.info-4: 147443
58 lispref.info-5: 197182
59 lispref.info-6: 245536
60 lispref.info-7: 293943
61 lispref.info-8: 342608
62 lispref.info-9: 387690
63 lispref.info-10: 436621
64 lispref.info-11: 485478
65 lispref.info-12: 534009
66 lispref.info-13: 581561
67 lispref.info-14: 629419
68 lispref.info-15: 678834
69 lispref.info-16: 726829
70 lispref.info-17: 772166
71 lispref.info-18: 819636
72 lispref.info-19: 867194
73 lispref.info-20: 914820
74 lispref.info-21: 962847
75 lispref.info-22: 1011769
76 lispref.info-23: 1058032
77 lispref.info-24: 1104496
78 lispref.info-25: 1154156
79 lispref.info-26: 1202847
80 lispref.info-27: 1251702
81 lispref.info-28: 1300369
82 lispref.info-29: 1350320
83 lispref.info-30: 1398469
84 lispref.info-31: 1444124
85 lispref.info-32: 1494113
86 lispref.info-33: 1542683
87 lispref.info-34: 1589888
88 lispref.info-35: 1639714
89 lispref.info-36: 1688390
90 lispref.info-37: 1734123
91 lispref.info-38: 1783262
92 lispref.info-39: 1830704
93 lispref.info-40: 1879257
94 lispref.info-41: 1925810
95 lispref.info-42: 1974505
96 lispref.info-43: 2018880
97 lispref.info-44: 2063249
98 lispref.info-45: 2109743
99 lispref.info-46: 2150585
100 lispref.info-47: 2199803
101 lispref.info-48: 2213672
102 \1f
103 Tag Table:
104 (Indirect)
105 Node: Top\7f2366
106 Node: Copying\7f49116
107 Node: Introduction\7f68274
108 Node: Caveats\7f69865
109 Node: Lisp History\7f71544
110 Node: Conventions\7f72800
111 Node: Some Terms\7f73615
112 Node: nil and t\7f74336
113 Node: Evaluation Notation\7f76013
114 Node: Printing Notation\7f76926
115 Node: Error Messages\7f77800
116 Node: Buffer Text Notation\7f78241
117 Node: Format of Descriptions\7f79116
118 Node: A Sample Function Description\7f79970
119 Node: A Sample Variable Description\7f83956
120 Node: Acknowledgements\7f84864
121 Node: Lisp Data Types\7f86842
122 Node: Printed Representation\7f89397
123 Node: Comments\7f91439
124 Node: Primitive Types\7f92336
125 Node: Programming Types\7f93995
126 Node: Integer Type\7f95947
127 Node: Floating Point Type\7f96984
128 Node: Character Type\7f97603
129 Node: Symbol Type\7f105507
130 Node: Sequence Type\7f108202
131 Node: Cons Cell Type\7f109721
132 Node: Dotted Pair Notation\7f114205
133 Node: Association List Type\7f116326
134 Node: Array Type\7f117209
135 Node: String Type\7f118675
136 Node: Vector Type\7f121356
137 Node: Bit Vector Type\7f122128
138 Node: Function Type\7f122990
139 Node: Macro Type\7f124103
140 Node: Primitive Function Type\7f124800
141 Node: Compiled-Function Type\7f126326
142 Node: Autoload Type\7f126880
143 Node: Char Table Type\7f127894
144 Node: Hash Table Type\7f128068
145 Node: Range Table Type\7f129223
146 Node: Weak List Type\7f130076
147 Node: Editing Types\7f130226
148 Node: Buffer Type\7f131853
149 Node: Marker Type\7f133880
150 Node: Extent Type\7f134604
151 Node: Window Type\7f135872
152 Node: Frame Type\7f137283
153 Node: Device Type\7f138078
154 Node: Console Type\7f138904
155 Node: Window Configuration Type\7f140105
156 Node: Event Type\7f140803
157 Node: Process Type\7f140967
158 Node: Stream Type\7f142002
159 Node: Keymap Type\7f143125
160 Node: Syntax Table Type\7f143663
161 Node: Display Table Type\7f144686
162 Node: Database Type\7f145125
163 Node: Charset Type\7f145291
164 Node: Coding System Type\7f145455
165 Node: ToolTalk Message Type\7f145639
166 Node: ToolTalk Pattern Type\7f145838
167 Node: Window-System Types\7f146010
168 Node: Face Type\7f147156
169 Node: Glyph Type\7f147287
170 Node: Specifier Type\7f147443
171 Node: Font Instance Type\7f147616
172 Node: Color Instance Type\7f147806
173 Node: Image Instance Type\7f148003
174 Node: Toolbar Button Type\7f148201
175 Node: Subwindow Type\7f148394
176 Node: X Resource Type\7f148573
177 Node: Type Predicates\7f148726
178 Node: Equality Predicates\7f157855
179 Node: Numbers\7f162666
180 Node: Integer Basics\7f164121
181 Node: Float Basics\7f166470
182 Node: Predicates on Numbers\7f168212
183 Node: Comparison of Numbers\7f169845
184 Node: Numeric Conversions\7f173666
185 Node: Arithmetic Operations\7f175132
186 Node: Rounding Operations\7f181271
187 Node: Bitwise Operations\7f182384
188 Node: Math Functions\7f191430
189 Node: Random Numbers\7f193963
190 Node: Strings and Characters\7f195729
191 Node: String Basics\7f197182
192 Node: Predicates for Strings\7f199600
193 Node: Creating Strings\7f200363
194 Node: Predicates for Characters\7f205704
195 Node: Character Codes\7f206775
196 Node: Text Comparison\7f208195
197 Node: String Conversion\7f211640
198 Node: Modifying Strings\7f215310
199 Node: String Properties\7f215951
200 Node: Formatting Strings\7f216596
201 Node: Character Case\7f226214
202 Node: Case Tables\7f229768
203 Node: Char Tables\7f233739
204 Node: Char Table Types\7f235131
205 Node: Working With Char Tables\7f236716
206 Node: Lists\7f238733
207 Node: Cons Cells\7f239856
208 Node: Lists as Boxes\7f241192
209 Node: List-related Predicates\7f243834
210 Node: List Elements\7f245536
211 Node: Building Lists\7f250565
212 Node: Modifying Lists\7f256557
213 Node: Setcar\7f257369
214 Node: Setcdr\7f259800
215 Node: Rearrangement\7f262321
216 Node: Sets And Lists\7f267907
217 Node: Association Lists\7f272135
218 Ref: Association Lists-Footnote-1\7f281426
219 Node: Property Lists\7f281631
220 Node: Working With Normal Plists\7f283179
221 Node: Working With Lax Plists\7f285516
222 Node: Converting Plists To/From Alists\7f287796
223 Node: Weak Lists\7f289144
224 Node: Sequences Arrays Vectors\7f291307
225 Node: Sequence Functions\7f293943
226 Node: Arrays\7f297602
227 Node: Array Functions\7f300666
228 Node: Vectors\7f303199
229 Node: Vector Functions\7f304697
230 Node: Bit Vectors\7f307268
231 Node: Bit Vector Functions\7f308113
232 Node: Symbols\7f310412
233 Node: Symbol Components\7f311461
234 Node: Definitions\7f315644
235 Node: Creating Symbols\7f317869
236 Node: Symbol Properties\7f324903
237 Node: Plists and Alists\7f326430
238 Node: Object Plists\7f328179
239 Node: Other Plists\7f330939
240 Node: Evaluation\7f332738
241 Node: Intro Eval\7f333543
242 Ref: Intro Eval-Footnote-1\7f336896
243 Node: Eval\7f337031
244 Node: Forms\7f341449
245 Node: Self-Evaluating Forms\7f342608
246 Node: Symbol Forms\7f344121
247 Node: Classifying Lists\7f345038
248 Node: Function Indirection\7f345794
249 Node: Function Forms\7f348893
250 Node: Macro Forms\7f349890
251 Node: Special Forms\7f351490
252 Node: Autoloading\7f353799
253 Node: Quoting\7f354297
254 Node: Control Structures\7f355658
255 Node: Sequencing\7f357278
256 Node: Conditionals\7f360143
257 Node: Combining Conditions\7f363566
258 Node: Iteration\7f366836
259 Node: Nonlocal Exits\7f368615
260 Node: Catch and Throw\7f369317
261 Node: Examples of Catch\7f373156
262 Node: Errors\7f375175
263 Node: Signaling Errors\7f376664
264 Node: Processing of Errors\7f385411
265 Node: Handling Errors\7f387690
266 Node: Error Symbols\7f394931
267 Node: Cleanups\7f398887
268 Node: Variables\7f402665
269 Node: Global Variables\7f404434
270 Node: Constant Variables\7f405510
271 Node: Local Variables\7f406136
272 Node: Void Variables\7f411073
273 Node: Defining Variables\7f414589
274 Node: Accessing Variables\7f421753
275 Node: Setting Variables\7f423178
276 Node: Variable Scoping\7f427697
277 Node: Scope\7f429296
278 Node: Extent\7f430821
279 Node: Impl of Scope\7f432300
280 Node: Using Scoping\7f434263
281 Node: Buffer-Local Variables\7f435785
282 Node: Intro to Buffer-Local\7f436621
283 Node: Creating Buffer-Local\7f439164
284 Node: Default Value\7f445063
285 Node: Variable Aliases\7f448206
286 Node: Functions\7f450057
287 Node: What Is a Function\7f451151
288 Node: Lambda Expressions\7f455197
289 Node: Lambda Components\7f456107
290 Node: Simple Lambda\7f457939
291 Node: Argument List\7f459596
292 Node: Function Documentation\7f463324
293 Node: Function Names\7f465266
294 Node: Defining Functions\7f467839
295 Node: Calling Functions\7f470879
296 Node: Mapping Functions\7f474727
297 Node: Anonymous Functions\7f477415
298 Node: Function Cells\7f480660
299 Node: Inline Functions\7f485478
300 Node: Related Topics\7f487288
301 Node: Macros\7f488341
302 Node: Simple Macro\7f489625
303 Node: Expansion\7f490360
304 Node: Compiling Macros\7f493364
305 Node: Defining Macros\7f495200
306 Node: Backquote\7f496517
307 Node: Problems with Macros\7f498914
308 Node: Argument Evaluation\7f499609
309 Node: Surprising Local Vars\7f502524
310 Node: Eval During Expansion\7f504592
311 Node: Repeated Expansion\7f506285
312 Node: Customization\7f508201
313 Node: Common Keywords\7f508670
314 Node: Group Definitions\7f511515
315 Node: Variable Definitions\7f513707
316 Node: Customization Types\7f518697
317 Node: Simple Types\7f520132
318 Node: Composite Types\7f522289
319 Node: Splicing into Lists\7f526979
320 Node: Type Keywords\7f528814
321 Node: Loading\7f532334
322 Node: How Programs Do Loading\7f534009
323 Node: Autoload\7f543135
324 Node: Repeated Loading\7f549205
325 Node: Named Features\7f551318
326 Node: Unloading\7f557748
327 Node: Hooks for Loading\7f559904
328 Node: Byte Compilation\7f560621
329 Node: Speed of Byte-Code\7f562614
330 Node: Compilation Functions\7f563821
331 Node: Docs and Compilation\7f570478
332 Node: Dynamic Loading\7f573131
333 Node: Eval During Compile\7f575495
334 Node: Compiled-Function Objects\7f576760
335 Node: Disassembly\7f581561
336 Node: Different Behavior\7f588842
337 Node: Debugging\7f590187
338 Node: Debugger\7f591599
339 Node: Error Debugging\7f592744
340 Node: Infinite Loops\7f595497
341 Node: Function Debugging\7f596741
342 Node: Explicit Debug\7f599541
343 Node: Using Debugger\7f600312
344 Node: Debugger Commands\7f602174
345 Node: Invoking the Debugger\7f606491
346 Node: Internals of Debugger\7f610406
347 Node: Syntax Errors\7f615293
348 Node: Excess Open\7f616541
349 Node: Excess Close\7f618416
350 Node: Compilation Errors\7f619837
351 Node: Edebug\7f621125
352 Node: Using Edebug\7f623233
353 Node: Instrumenting\7f625930
354 Node: Edebug Execution Modes\7f629419
355 Node: Jumping\7f632529
356 Node: Edebug Misc\7f634872
357 Node: Breakpoints\7f636261
358 Node: Global Break Condition\7f639067
359 Node: Embedded Breakpoints\7f640022
360 Node: Trapping Errors\7f640977
361 Node: Edebug Views\7f643053
362 Node: Edebug Eval\7f645018
363 Node: Eval List\7f646195
364 Node: Reading in Edebug\7f649580
365 Node: Printing in Edebug\7f650379
366 Node: Tracing\7f652094
367 Node: Coverage Testing\7f653982
368 Node: The Outside Context\7f656023
369 Node: Checking Whether to Stop\7f656972
370 Node: Edebug Display Update\7f657619
371 Node: Edebug Recursive Edit\7f659642
372 Node: Instrumenting Macro Calls\7f661297
373 Node: Specification List\7f663779
374 Node: Backtracking\7f673190
375 Node: Debugging Backquote\7f675128
376 Node: Specification Examples\7f678834
377 Node: Edebug Options\7f680901
378 Node: Read and Print\7f686240
379 Node: Streams Intro\7f687217
380 Node: Input Streams\7f689235
381 Node: Input Functions\7f694136
382 Node: Output Streams\7f696196
383 Node: Output Functions\7f700247
384 Node: Output Variables\7f704547
385 Node: Minibuffers\7f709348
386 Node: Intro to Minibuffers\7f710500
387 Node: Text from Minibuffer\7f712688
388 Node: Object from Minibuffer\7f717782
389 Node: Minibuffer History\7f721875
390 Node: Completion\7f724854
391 Node: Basic Completion\7f726829
392 Node: Minibuffer Completion\7f731712
393 Node: Completion Commands\7f735289
394 Node: High-Level Completion\7f739946
395 Node: Reading File Names\7f744695
396 Node: Programmed Completion\7f748387
397 Node: Yes-or-No Queries\7f750769
398 Node: Multiple Queries\7f756506
399 Node: Reading a Password\7f760573
400 Node: Minibuffer Misc\7f761916
401 Node: Command Loop\7f766796
402 Node: Command Overview\7f768140
403 Node: Defining Commands\7f771418
404 Node: Using Interactive\7f772166
405 Node: Interactive Codes\7f776939
406 Node: Interactive Examples\7f782731
407 Node: Interactive Call\7f784045
408 Node: Command Loop Info\7f789460
409 Node: Events\7f794439
410 Node: Event Types\7f795900
411 Node: Event Contents\7f797823
412 Node: Event Predicates\7f802299
413 Node: Accessing Mouse Event Positions\7f803617
414 Node: Frame-Level Event Position Info\7f804316
415 Node: Window-Level Event Position Info\7f805356
416 Node: Event Text Position Info\7f807120
417 Node: Event Glyph Position Info\7f809612
418 Node: Event Toolbar Position Info\7f810935
419 Node: Other Event Position Info\7f811606
420 Node: Accessing Other Event Info\7f812015
421 Node: Working With Events\7f813635
422 Node: Converting Events\7f819636
423 Node: Reading Input\7f823035
424 Node: Key Sequence Input\7f824037
425 Node: Reading One Event\7f826672
426 Node: Dispatching an Event\7f829496
427 Node: Quoted Character Input\7f829947
428 Node: Peeking and Discarding\7f831295
429 Node: Waiting\7f835199
430 Node: Quitting\7f837513
431 Node: Prefix Command Arguments\7f841921
432 Node: Recursive Editing\7f847008
433 Node: Disabling Commands\7f851803
434 Node: Command History\7f853871
435 Node: Keyboard Macros\7f855608
436 Node: Keymaps\7f857825
437 Node: Keymap Terminology\7f859402
438 Node: Format of Keymaps\7f862331
439 Node: Creating Keymaps\7f862742
440 Node: Inheritance and Keymaps\7f864822
441 Node: Key Sequences\7f867194
442 Node: Prefix Keys\7f871990
443 Node: Active Keymaps\7f875575
444 Node: Key Lookup\7f884946
445 Node: Functions for Key Lookup\7f890109
446 Node: Changing Key Bindings\7f895810
447 Node: Key Binding Commands\7f902972
448 Node: Scanning Keymaps\7f905037
449 Node: Other Keymap Functions\7f913606
450 Node: Menus\7f914228
451 Node: Menu Format\7f914820
452 Node: Menubar Format\7f923466
453 Node: Menubar\7f924091
454 Node: Modifying Menus\7f927204
455 Node: Menu Filters\7f932548
456 Node: Pop-Up Menus\7f934444
457 Node: Menu Accelerators\7f936772
458 Node: Creating Menu Accelerators\7f937528
459 Node: Keyboard Menu Traversal\7f938888
460 Node: Menu Accelerator Functions\7f939615
461 Node: Buffers Menu\7f942691
462 Node: Dialog Boxes\7f943985
463 Node: Dialog Box Format\7f944152
464 Node: Dialog Box Functions\7f945577
465 Node: Toolbar\7f945974
466 Node: Toolbar Intro\7f946409
467 Node: Creating Toolbar\7f948809
468 Node: Toolbar Descriptor Format\7f949726
469 Node: Specifying the Toolbar\7f954223
470 Node: Other Toolbar Variables\7f957830
471 Node: Gutter\7f962258
472 Node: Gutter Intro\7f962847
473 Node: Creating Gutter\7f964850
474 Node: Gutter Descriptor Format\7f967737
475 Node: Specifying a Gutter\7f972194
476 Node: Other Gutter Variables\7f975729
477 Node: Common Gutter Widgets\7f980116
478 Node: Buffer Tabs\7f981108
479 Node: Progress Bars\7f981249
480 Node: Scrollbars\7f981394
481 Node: Drag and Drop\7f981529
482 Node: Supported Protocols\7f982605
483 Node: OffiX DND\7f983108
484 Node: CDE dt\7f984115
485 Node: MSWindows OLE\7f984706
486 Node: Loose ends\7f984877
487 Node: Drop Interface\7f985269
488 Node: Drag Interface\7f986291
489 Node: Modes\7f986465
490 Node: Major Modes\7f987416
491 Node: Major Mode Conventions\7f990331
492 Node: Example Major Modes\7f996286
493 Node: Auto Major Mode\7f1004319
494 Node: Mode Help\7f1011769
495 Node: Derived Modes\7f1012870
496 Node: Minor Modes\7f1015061
497 Node: Minor Mode Conventions\7f1016363
498 Node: Keymaps and Minor Modes\7f1019226
499 Node: Modeline Format\7f1020061
500 Node: Modeline Data\7f1021829
501 Node: Modeline Variables\7f1026982
502 Node: %-Constructs\7f1031698
503 Node: Hooks\7f1034685
504 Node: Documentation\7f1041445
505 Node: Documentation Basics\7f1042868
506 Node: Accessing Documentation\7f1045919
507 Node: Keys in Documentation\7f1052200
508 Node: Describing Characters\7f1055683
509 Node: Help Functions\7f1058032
510 Node: Obsoleteness\7f1064482
511 Node: Files\7f1067474
512 Node: Visiting Files\7f1069399
513 Node: Visiting Functions\7f1070904
514 Node: Subroutines of Visiting\7f1076062
515 Node: Saving Buffers\7f1078135
516 Node: Reading from Files\7f1084228
517 Node: Writing to Files\7f1086389
518 Node: File Locks\7f1089106
519 Node: Information about Files\7f1092173
520 Node: Testing Accessibility\7f1092934
521 Node: Kinds of Files\7f1096674
522 Node: Truenames\7f1098355
523 Node: File Attributes\7f1099357
524 Node: Changing File Attributes\7f1104496
525 Node: File Names\7f1109918
526 Node: File Name Components\7f1111491
527 Node: Directory Names\7f1113936
528 Node: Relative File Names\7f1117166
529 Node: File Name Expansion\7f1118136
530 Node: Unique File Names\7f1121890
531 Node: File Name Completion\7f1123505
532 Node: User Name Completion\7f1126773
533 Node: Contents of Directories\7f1128180
534 Node: Create/Delete Dirs\7f1131493
535 Node: Magic File Names\7f1132599
536 Node: Partial Files\7f1138247
537 Node: Intro to Partial Files\7f1138475
538 Node: Creating a Partial File\7f1139715
539 Node: Detached Partial Files\7f1140651
540 Node: Format Conversion\7f1141773
541 Node: Files and MS-DOS\7f1147271
542 Node: Backups and Auto-Saving\7f1149335
543 Node: Backup Files\7f1150010
544 Node: Making Backups\7f1151407
545 Node: Rename or Copy\7f1154156
546 Node: Numbered Backups\7f1156649
547 Node: Backup Names\7f1158884
548 Node: Auto-Saving\7f1162176
549 Node: Reverting\7f1170338
550 Node: Buffers\7f1173674
551 Node: Buffer Basics\7f1175090
552 Node: Current Buffer\7f1177143
553 Node: Buffer Names\7f1181847
554 Node: Buffer File Name\7f1185054
555 Node: Buffer Modification\7f1189173
556 Node: Modification Time\7f1191416
557 Node: Read Only Buffers\7f1194791
558 Node: The Buffer List\7f1198030
559 Node: Creating Buffers\7f1202847
560 Node: Killing Buffers\7f1204993
561 Node: Indirect Buffers\7f1208825
562 Node: Windows\7f1211399
563 Node: Basic Windows\7f1212877
564 Node: Splitting Windows\7f1215975
565 Node: Deleting Windows\7f1221301
566 Node: Selecting Windows\7f1225219
567 Node: Cyclic Window Ordering\7f1229442
568 Node: Buffers and Windows\7f1234597
569 Node: Displaying Buffers\7f1236375
570 Node: Choosing Window\7f1241714
571 Node: Window Point\7f1249632
572 Node: Window Start\7f1251702
573 Node: Vertical Scrolling\7f1256501
574 Node: Horizontal Scrolling\7f1262699
575 Node: Size of Window\7f1266228
576 Node: Position of Window\7f1270946
577 Node: Resizing Windows\7f1273199
578 Node: Window Configurations\7f1278637
579 Node: Frames\7f1282134
580 Node: Creating Frames\7f1284475
581 Node: Frame Properties\7f1285815
582 Node: Property Access\7f1286631
583 Node: Initial Properties\7f1287538
584 Node: X Frame Properties\7f1290024
585 Node: Size and Position\7f1294658
586 Node: Frame Name\7f1296656
587 Node: Frame Titles\7f1297570
588 Node: Deleting Frames\7f1299394
589 Node: Finding All Frames\7f1300369
590 Node: Frames and Windows\7f1303597
591 Node: Minibuffers and Frames\7f1306379
592 Node: Input Focus\7f1307297
593 Node: Visibility of Frames\7f1310402
594 Node: Raising and Lowering\7f1312392
595 Node: Frame Configurations\7f1314768
596 Node: Frame Hooks\7f1315825
597 Node: Consoles and Devices\7f1317630
598 Node: Basic Console Functions\7f1320373
599 Node: Basic Device Functions\7f1320796
600 Node: Console Types and Device Classes\7f1321642
601 Node: Connecting to a Console or Device\7f1323909
602 Node: The Selected Console and Device\7f1326093
603 Node: Console and Device I/O\7f1327119
604 Node: Positions\7f1327883
605 Node: Point\7f1328852
606 Node: Motion\7f1331942
607 Node: Character Motion\7f1332709
608 Node: Word Motion\7f1334946
609 Node: Buffer End Motion\7f1336336
610 Node: Text Lines\7f1337873
611 Node: Screen Lines\7f1342774
612 Node: List Motion\7f1346837
613 Node: Skipping Characters\7f1350320
614 Node: Excursions\7f1352539
615 Node: Narrowing\7f1355579
616 Node: Markers\7f1360910
617 Node: Overview of Markers\7f1361816
618 Node: Predicates on Markers\7f1366508
619 Node: Creating Markers\7f1367754
620 Node: Information from Markers\7f1371954
621 Node: Changing Markers\7f1373052
622 Node: The Mark\7f1374580
623 Node: The Region\7f1383083
624 Node: Text\7f1388769
625 Node: Near Point\7f1391468
626 Node: Buffer Contents\7f1395655
627 Node: Comparing Text\7f1397061
628 Node: Insertion\7f1398469
629 Node: Commands for Insertion\7f1402379
630 Node: Deletion\7f1405273
631 Node: User-Level Deletion\7f1408923
632 Node: The Kill Ring\7f1413083
633 Node: Kill Ring Concepts\7f1415257
634 Node: Kill Functions\7f1416311
635 Node: Yank Commands\7f1418234
636 Node: Low-Level Kill Ring\7f1420105
637 Node: Internals of Kill Ring\7f1423191
638 Node: Undo\7f1425971
639 Node: Maintaining Undo\7f1430308
640 Node: Filling\7f1432926
641 Node: Margins\7f1438920
642 Node: Auto Filling\7f1442943
643 Node: Sorting\7f1444124
644 Node: Columns\7f1453438
645 Node: Indentation\7f1456519
646 Node: Primitive Indent\7f1457298
647 Node: Mode-Specific Indent\7f1458623
648 Node: Region Indent\7f1461155
649 Node: Relative Indent\7f1464102
650 Node: Indent Tabs\7f1466484
651 Node: Motion by Indent\7f1467805
652 Node: Case Changes\7f1468584
653 Node: Text Properties\7f1471937
654 Node: Examining Properties\7f1473750
655 Node: Changing Properties\7f1475633
656 Node: Property Search\7f1479224
657 Node: Special Properties\7f1483943
658 Node: Saving Properties\7f1484224
659 Node: Substitution\7f1487366
660 Node: Registers\7f1490636
661 Node: Transposition\7f1493219
662 Node: Change Hooks\7f1494113
663 Node: Transformations\7f1496153
664 Node: Searching and Matching\7f1501257
665 Node: String Search\7f1502388
666 Node: Regular Expressions\7f1507369
667 Node: Syntax of Regexps\7f1508736
668 Node: Regexp Example\7f1523339
669 Node: Regexp Search\7f1525509
670 Node: POSIX Regexps\7f1531846
671 Node: Search and Replace\7f1533923
672 Node: Match Data\7f1537288
673 Node: Simple Match Data\7f1538418
674 Node: Replacing Match\7f1542683
675 Node: Entire Match Data\7f1545364
676 Node: Saving Match Data\7f1547602
677 Node: Searching and Case\7f1548990
678 Node: Standard Regexps\7f1551024
679 Node: Syntax Tables\7f1553222
680 Node: Syntax Basics\7f1554336
681 Node: Syntax Descriptors\7f1557308
682 Node: Syntax Class Table\7f1559158
683 Node: Syntax Flags\7f1565196
684 Node: Syntax Table Functions\7f1568413
685 Node: Motion and Syntax\7f1572701
686 Node: Parsing Expressions\7f1574153
687 Node: Standard Syntax Tables\7f1580251
688 Node: Syntax Table Internals\7f1581095
689 Node: Abbrevs\7f1582121
690 Node: Abbrev Mode\7f1583925
691 Node: Abbrev Tables\7f1584645
692 Node: Defining Abbrevs\7f1586184
693 Node: Abbrev Files\7f1588105
694 Node: Abbrev Expansion\7f1589888
695 Node: Standard Abbrev Tables\7f1594519
696 Node: Extents\7f1595678
697 Node: Intro to Extents\7f1596921
698 Node: Creating and Modifying Extents\7f1600913
699 Node: Extent Endpoints\7f1602494
700 Node: Finding Extents\7f1605757
701 Node: Mapping Over Extents\7f1609879
702 Node: Extent Properties\7f1616002
703 Node: Detached Extents\7f1626163
704 Node: Extent Parents\7f1628022
705 Node: Duplicable Extents\7f1629716
706 Node: Extents and Events\7f1632937
707 Node: Atomic Extents\7f1634844
708 Node: Specifiers\7f1635291
709 Node: Introduction to Specifiers\7f1637404
710 Node: Specifiers In-Depth\7f1639714
711 Node: Specifier Instancing\7f1644626
712 Node: Specifier Types\7f1647888
713 Node: Adding Specifications\7f1652962
714 Node: Retrieving Specifications\7f1662383
715 Node: Specifier Tag Functions\7f1666128
716 Node: Specifier Instancing Functions\7f1669362
717 Node: Specifier Example\7f1672769
718 Node: Creating Specifiers\7f1675925
719 Node: Specifier Validation Functions\7f1680242
720 Node: Other Specification Functions\7f1682628
721 Node: Faces and Window-System Objects\7f1686449
722 Node: Faces\7f1686773
723 Node: Merging Faces\7f1688390
724 Node: Basic Face Functions\7f1690351
725 Node: Face Properties\7f1692499
726 Node: Face Convenience Functions\7f1702772
727 Node: Other Face Display Functions\7f1705992
728 Node: Fonts\7f1706804
729 Node: Font Specifiers\7f1707505
730 Node: Font Instances\7f1708690
731 Node: Font Instance Names\7f1709657
732 Node: Font Instance Size\7f1710498
733 Node: Font Instance Characteristics\7f1711784
734 Node: Font Convenience Functions\7f1712962
735 Node: Colors\7f1714252
736 Node: Color Specifiers\7f1714692
737 Node: Color Instances\7f1717052
738 Node: Color Instance Properties\7f1717796
739 Node: Color Convenience Functions\7f1718422
740 Node: Glyphs\7f1719475
741 Node: Glyph Functions\7f1721076
742 Node: Creating Glyphs\7f1721483
743 Node: Glyph Properties\7f1734123
744 Node: Glyph Convenience Functions\7f1743290
745 Node: Glyph Dimensions\7f1747237
746 Node: Images\7f1748317
747 Node: Image Specifiers\7f1748766
748 Node: Image Instantiator Conversion\7f1764257
749 Node: Image Instances\7f1765622
750 Node: Image Instance Types\7f1766373
751 Node: Image Instance Functions\7f1769138
752 Node: Glyph Types\7f1776195
753 Node: Mouse Pointer\7f1777967
754 Node: Redisplay Glyphs\7f1780970
755 Node: Subwindows\7f1782003
756 Node: Annotations\7f1782246
757 Node: Annotation Basics\7f1783262
758 Node: Annotation Primitives\7f1787200
759 Node: Annotation Properties\7f1788539
760 Node: Locating Annotations\7f1791579
761 Node: Margin Primitives\7f1792416
762 Node: Annotation Hooks\7f1794310
763 Node: Display\7f1794970
764 Node: Refresh Screen\7f1795948
765 Node: Truncation\7f1798142
766 Node: The Echo Area\7f1800667
767 Node: Warnings\7f1807110
768 Node: Invisible Text\7f1811546
769 Node: Selective Display\7f1814125
770 Node: Overlay Arrow\7f1818251
771 Node: Temporary Displays\7f1819604
772 Node: Blinking\7f1823725
773 Node: Usual Display\7f1825909
774 Node: Display Tables\7f1828458
775 Node: Display Table Format\7f1829262
776 Node: Active Display Table\7f1830704
777 Node: Character Descriptors\7f1834699
778 Node: Beeping\7f1835456
779 Node: Hash Tables\7f1840222
780 Node: Introduction to Hash Tables\7f1840830
781 Node: Working With Hash Tables\7f1847389
782 Node: Weak Hash Tables\7f1848506
783 Node: Range Tables\7f1850523
784 Node: Introduction to Range Tables\7f1851212
785 Node: Working With Range Tables\7f1851658
786 Node: Databases\7f1852617
787 Node: Connecting to a Database\7f1852916
788 Node: Working With a Database\7f1854023
789 Node: Other Database Functions\7f1854897
790 Node: Processes\7f1855466
791 Node: Subprocess Creation\7f1857690
792 Node: Synchronous Processes\7f1861141
793 Node: MS-DOS Subprocesses\7f1867863
794 Node: Asynchronous Processes\7f1868937
795 Node: Deleting Processes\7f1873294
796 Node: Process Information\7f1875165
797 Node: Input to Processes\7f1879257
798 Node: Signals to Processes\7f1881952
799 Node: Output from Processes\7f1886767
800 Node: Process Buffers\7f1887579
801 Node: Filter Functions\7f1890458
802 Node: Accepting Output\7f1896049
803 Node: Sentinels\7f1897576
804 Node: Process Window Size\7f1901066
805 Node: Transaction Queues\7f1901415
806 Node: Network\7f1903113
807 Node: System Interface\7f1905747
808 Node: Starting Up\7f1907017
809 Node: Start-up Summary\7f1907611
810 Node: Init File\7f1911165
811 Node: Terminal-Specific\7f1913546
812 Node: Command Line Arguments\7f1916705
813 Node: Getting Out\7f1920194
814 Node: Killing XEmacs\7f1920763
815 Node: Suspending XEmacs\7f1922431
816 Node: System Environment\7f1925810
817 Node: User Identification\7f1931991
818 Node: Time of Day\7f1935520
819 Node: Time Conversion\7f1938307
820 Node: Timers\7f1943549
821 Node: Terminal Input\7f1945722
822 Node: Input Modes\7f1946225
823 Node: Translating Input\7f1948684
824 Node: Recording Input\7f1952849
825 Node: Terminal Output\7f1954949
826 Node: Flow Control\7f1958570
827 Node: Batch Mode\7f1962532
828 Node: X-Windows\7f1963914
829 Node: X Selections\7f1964785
830 Node: X Server\7f1967536
831 Node: Resources\7f1967987
832 Node: Server Data\7f1973298
833 Node: Grabs\7f1974505
834 Node: X Miscellaneous\7f1976085
835 Node: ToolTalk Support\7f1978470
836 Node: XEmacs ToolTalk API Summary\7f1978687
837 Node: Sending Messages\7f1979987
838 Node: Example of Sending Messages\7f1980238
839 Node: Elisp Interface for Sending Messages\7f1981300
840 Node: Receiving Messages\7f1987896
841 Node: Example of Receiving Messages\7f1988119
842 Node: Elisp Interface for Receiving Messages\7f1988955
843 Node: LDAP Support\7f1992812
844 Node: Building XEmacs with LDAP support\7f1993306
845 Node: XEmacs LDAP API\7f1994283
846 Node: LDAP Variables\7f1995335
847 Node: The High-Level LDAP API\7f1997935
848 Node: The Low-Level LDAP API\7f2001408
849 Node: The LDAP Lisp Object\7f2002239
850 Node: Opening and Closing a LDAP Connection\7f2002794
851 Node: Low-level Operations on a LDAP Server\7f2004600
852 Node: LDAP Internationalization\7f2007324
853 Node: LDAP Internationalization Variables\7f2008229
854 Node: Encoder/Decoder Functions\7f2009960
855 Node: Syntax of Search Filters\7f2010997
856 Node: PostgreSQL Support\7f2012295
857 Node: Building XEmacs with PostgreSQL support\7f2012690
858 Node: XEmacs PostgreSQL libpq API\7f2014037
859 Node: libpq Lisp Variables\7f2015916
860 Node: libpq Lisp Symbols and DataTypes\7f2018880
861 Node: Synchronous Interface Functions\7f2032120
862 Node: Asynchronous Interface Functions\7f2036611
863 Node: Large Object Support\7f2040116
864 Node: Other libpq Functions\7f2040743
865 Node: Unimplemented libpq Functions\7f2043778
866 Node: XEmacs PostgreSQL libpq Examples\7f2049097
867 Node: Internationalization\7f2055188
868 Node: I18N Levels 1 and 2\7f2055531
869 Node: I18N Level 3\7f2056237
870 Node: Level 3 Basics\7f2056518
871 Node: Level 3 Primitives\7f2057351
872 Node: Dynamic Messaging\7f2058957
873 Node: Domain Specification\7f2059420
874 Node: Documentation String Extraction\7f2061090
875 Node: I18N Level 4\7f2062008
876 Node: MULE\7f2062200
877 Node: Internationalization Terminology\7f2063249
878 Node: Charsets\7f2075448
879 Node: Charset Properties\7f2076144
880 Node: Basic Charset Functions\7f2080859
881 Node: Charset Property Functions\7f2083040
882 Node: Predefined Charsets\7f2085110
883 Node: MULE Characters\7f2088030
884 Node: Composite Characters\7f2088905
885 Node: Coding Systems\7f2090172
886 Node: Coding System Types\7f2092312
887 Node: ISO 2022\7f2096296
888 Node: EOL Conversion\7f2108571
889 Node: Coding System Properties\7f2109743
890 Node: Basic Coding System Functions\7f2114066
891 Node: Coding System Property Functions\7f2116100
892 Node: Encoding and Decoding Text\7f2116658
893 Node: Detection of Textual Encoding\7f2117794
894 Node: Big5 and Shift-JIS Functions\7f2119330
895 Node: Predefined Coding Systems\7f2120482
896 Node: CCL\7f2132576
897 Node: CCL Syntax\7f2135680
898 Node: CCL Statements\7f2137256
899 Node: CCL Expressions\7f2141904
900 Node: Calling CCL\7f2144443
901 Node: CCL Examples\7f2147448
902 Node: Category Tables\7f2147585
903 Node: Tips\7f2149944
904 Node: Style Tips\7f2150585
905 Node: Compilation Tips\7f2160104
906 Node: Documentation Tips\7f2162018
907 Node: Comment Tips\7f2167527
908 Node: Library Headers\7f2170530
909 Node: Building XEmacs and Object Allocation\7f2174502
910 Node: Building XEmacs\7f2175385
911 Node: Pure Storage\7f2181963
912 Node: Garbage Collection\7f2184751
913 Node: Standard Errors\7f2195594
914 Node: Standard Buffer-Local Variables\7f2199803
915 Node: Standard Keymaps\7f2202438
916 Node: Standard Hooks\7f2206172
917 Node: Index\7f2213672
918 \1f
919 End Tag Table