XEmacs 21.2.25 "Hephaestus".
[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: 48385
56 lispref.info-3: 96924
57 lispref.info-4: 146766
58 lispref.info-5: 195600
59 lispref.info-6: 243285
60 lispref.info-7: 291568
61 lispref.info-8: 340704
62 lispref.info-9: 388026
63 lispref.info-10: 436665
64 lispref.info-11: 484903
65 lispref.info-12: 531515
66 lispref.info-13: 579414
67 lispref.info-14: 627637
68 lispref.info-15: 675891
69 lispref.info-16: 725647
70 lispref.info-17: 774398
71 lispref.info-18: 821248
72 lispref.info-19: 868299
73 lispref.info-20: 917029
74 lispref.info-21: 966451
75 lispref.info-22: 1013370
76 lispref.info-23: 1060397
77 lispref.info-24: 1109796
78 lispref.info-25: 1159478
79 lispref.info-26: 1209388
80 lispref.info-27: 1258611
81 lispref.info-28: 1307378
82 lispref.info-29: 1356815
83 lispref.info-30: 1398150
84 lispref.info-31: 1447293
85 lispref.info-32: 1496506
86 lispref.info-33: 1546080
87 lispref.info-34: 1594257
88 lispref.info-35: 1639889
89 lispref.info-36: 1681205
90 lispref.info-37: 1726146
91 lispref.info-38: 1775833
92 lispref.info-39: 1824937
93 lispref.info-40: 1874341
94 lispref.info-41: 1924225
95 lispref.info-42: 1973216
96 lispref.info-43: 2017108
97 lispref.info-44: 2055444
98 \1f
99 Tag Table:
100 (Indirect)
101 Node: Top\7f2366
102 Node: Copying\7f48385
103 Node: Introduction\7f67543
104 Node: Caveats\7f69134
105 Node: Lisp History\7f70865
106 Node: Conventions\7f72121
107 Node: Some Terms\7f72936
108 Node: nil and t\7f73657
109 Node: Evaluation Notation\7f75334
110 Node: Printing Notation\7f76247
111 Node: Error Messages\7f77121
112 Node: Buffer Text Notation\7f77562
113 Node: Format of Descriptions\7f78437
114 Node: A Sample Function Description\7f79291
115 Node: A Sample Variable Description\7f83277
116 Node: Acknowledgements\7f84185
117 Node: Lisp Data Types\7f86163
118 Node: Printed Representation\7f88718
119 Node: Comments\7f90760
120 Node: Primitive Types\7f91657
121 Node: Programming Types\7f93316
122 Node: Integer Type\7f95268
123 Node: Floating Point Type\7f96305
124 Node: Character Type\7f96924
125 Node: Symbol Type\7f104830
126 Node: Sequence Type\7f107525
127 Node: Cons Cell Type\7f109044
128 Node: Dotted Pair Notation\7f113528
129 Node: Association List Type\7f115649
130 Node: Array Type\7f116532
131 Node: String Type\7f117998
132 Node: Vector Type\7f120679
133 Node: Bit Vector Type\7f121451
134 Node: Function Type\7f122313
135 Node: Macro Type\7f123426
136 Node: Primitive Function Type\7f124123
137 Node: Compiled-Function Type\7f125649
138 Node: Autoload Type\7f126203
139 Node: Char Table Type\7f127217
140 Node: Hash Table Type\7f127391
141 Node: Range Table Type\7f128546
142 Node: Weak List Type\7f129399
143 Node: Editing Types\7f129549
144 Node: Buffer Type\7f131176
145 Node: Marker Type\7f133203
146 Node: Extent Type\7f133927
147 Node: Window Type\7f135195
148 Node: Frame Type\7f136606
149 Node: Device Type\7f137401
150 Node: Console Type\7f138227
151 Node: Window Configuration Type\7f139428
152 Node: Event Type\7f140126
153 Node: Process Type\7f140290
154 Node: Stream Type\7f141325
155 Node: Keymap Type\7f142448
156 Node: Syntax Table Type\7f142986
157 Node: Display Table Type\7f144009
158 Node: Database Type\7f144448
159 Node: Charset Type\7f144614
160 Node: Coding System Type\7f144778
161 Node: ToolTalk Message Type\7f144962
162 Node: ToolTalk Pattern Type\7f145161
163 Node: Window-System Types\7f145333
164 Node: Face Type\7f146479
165 Node: Glyph Type\7f146610
166 Node: Specifier Type\7f146766
167 Node: Font Instance Type\7f146939
168 Node: Color Instance Type\7f147129
169 Node: Image Instance Type\7f147326
170 Node: Toolbar Button Type\7f147524
171 Node: Subwindow Type\7f147717
172 Node: X Resource Type\7f147896
173 Node: Type Predicates\7f148049
174 Node: Equality Predicates\7f157178
175 Node: Numbers\7f161983
176 Node: Integer Basics\7f163438
177 Node: Float Basics\7f165787
178 Node: Predicates on Numbers\7f167529
179 Node: Comparison of Numbers\7f169162
180 Node: Numeric Conversions\7f172983
181 Node: Arithmetic Operations\7f174449
182 Node: Rounding Operations\7f179914
183 Node: Bitwise Operations\7f181019
184 Node: Math Functions\7f190065
185 Node: Random Numbers\7f192381
186 Node: Strings and Characters\7f194147
187 Node: String Basics\7f195600
188 Node: Predicates for Strings\7f198018
189 Node: Creating Strings\7f198781
190 Node: Predicates for Characters\7f204098
191 Node: Character Codes\7f205169
192 Node: Text Comparison\7f206582
193 Node: String Conversion\7f209944
194 Node: Modifying Strings\7f213620
195 Node: String Properties\7f214261
196 Node: Formatting Strings\7f214904
197 Node: Character Case\7f224522
198 Node: Case Tables\7f227668
199 Node: Char Tables\7f231566
200 Node: Char Table Types\7f232958
201 Node: Working With Char Tables\7f234533
202 Node: Lists\7f236482
203 Node: Cons Cells\7f237605
204 Node: Lists as Boxes\7f238941
205 Node: List-related Predicates\7f241583
206 Node: List Elements\7f243285
207 Node: Building Lists\7f248314
208 Node: Modifying Lists\7f254306
209 Node: Setcar\7f255118
210 Node: Setcdr\7f257539
211 Node: Rearrangement\7f260050
212 Node: Sets And Lists\7f265636
213 Node: Association Lists\7f269864
214 Ref: Association Lists-Footnote-1\7f279159
215 Node: Property Lists\7f279364
216 Node: Working With Normal Plists\7f280912
217 Node: Working With Lax Plists\7f283180
218 Node: Converting Plists To/From Alists\7f285420
219 Node: Weak Lists\7f286768
220 Node: Sequences Arrays Vectors\7f288932
221 Node: Sequence Functions\7f291568
222 Node: Arrays\7f295227
223 Node: Array Functions\7f298291
224 Node: Vectors\7f300824
225 Node: Vector Functions\7f302322
226 Node: Bit Vectors\7f304893
227 Node: Bit Vector Functions\7f305738
228 Node: Symbols\7f307988
229 Node: Symbol Components\7f309037
230 Node: Definitions\7f313210
231 Node: Creating Symbols\7f315435
232 Node: Symbol Properties\7f322469
233 Node: Plists and Alists\7f323985
234 Node: Symbol Plists\7f325734
235 Node: Other Plists\7f327543
236 Node: Evaluation\7f329321
237 Node: Intro Eval\7f330126
238 Ref: Intro Eval-Footnote-1\7f333479
239 Node: Eval\7f333614
240 Node: Forms\7f338032
241 Node: Self-Evaluating Forms\7f339191
242 Node: Symbol Forms\7f340704
243 Node: Classifying Lists\7f341621
244 Node: Function Indirection\7f342377
245 Node: Function Forms\7f345488
246 Node: Macro Forms\7f346485
247 Node: Special Forms\7f348085
248 Node: Autoloading\7f350394
249 Node: Quoting\7f350892
250 Node: Control Structures\7f352253
251 Node: Sequencing\7f353873
252 Node: Conditionals\7f356738
253 Node: Combining Conditions\7f360161
254 Node: Iteration\7f363431
255 Node: Nonlocal Exits\7f365210
256 Node: Catch and Throw\7f365912
257 Node: Examples of Catch\7f369751
258 Node: Errors\7f371770
259 Node: Signaling Errors\7f373259
260 Node: Processing of Errors\7f376335
261 Node: Handling Errors\7f377664
262 Node: Error Symbols\7f384580
263 Node: Cleanups\7f388026
264 Node: Variables\7f391804
265 Node: Global Variables\7f393573
266 Node: Constant Variables\7f394649
267 Node: Local Variables\7f395275
268 Node: Void Variables\7f400212
269 Node: Defining Variables\7f403728
270 Node: Accessing Variables\7f410892
271 Node: Setting Variables\7f412317
272 Node: Variable Scoping\7f416836
273 Node: Scope\7f418435
274 Node: Extent\7f419960
275 Node: Impl of Scope\7f421439
276 Node: Using Scoping\7f423402
277 Node: Buffer-Local Variables\7f424924
278 Node: Intro to Buffer-Local\7f425760
279 Node: Creating Buffer-Local\7f428303
280 Node: Default Value\7f433522
281 Node: Variable Aliases\7f436665
282 Node: Functions\7f438450
283 Node: What Is a Function\7f439544
284 Node: Lambda Expressions\7f443590
285 Node: Lambda Components\7f444500
286 Node: Simple Lambda\7f446332
287 Node: Argument List\7f447989
288 Node: Function Documentation\7f451717
289 Node: Function Names\7f453659
290 Node: Defining Functions\7f456232
291 Node: Calling Functions\7f459272
292 Node: Mapping Functions\7f463121
293 Node: Anonymous Functions\7f465809
294 Node: Function Cells\7f469054
295 Node: Inline Functions\7f473864
296 Node: Related Topics\7f475674
297 Node: Macros\7f476727
298 Node: Simple Macro\7f478011
299 Node: Expansion\7f478746
300 Node: Compiling Macros\7f481750
301 Node: Defining Macros\7f483586
302 Node: Backquote\7f484903
303 Node: Problems with Macros\7f487300
304 Node: Argument Evaluation\7f487995
305 Node: Surprising Local Vars\7f490910
306 Node: Eval During Expansion\7f492978
307 Node: Repeated Expansion\7f494671
308 Node: Customization\7f496587
309 Node: Common Keywords\7f497056
310 Node: Group Definitions\7f499901
311 Node: Variable Definitions\7f502093
312 Node: Customization Types\7f507076
313 Node: Simple Types\7f508511
314 Node: Composite Types\7f510668
315 Node: Splicing into Lists\7f515358
316 Node: Type Keywords\7f517193
317 Node: Loading\7f520713
318 Node: How Programs Do Loading\7f522388
319 Node: Autoload\7f531515
320 Node: Repeated Loading\7f537594
321 Node: Named Features\7f539707
322 Node: Unloading\7f546139
323 Node: Hooks for Loading\7f548295
324 Node: Byte Compilation\7f549012
325 Node: Speed of Byte-Code\7f550929
326 Node: Compilation Functions\7f552136
327 Node: Docs and Compilation\7f558523
328 Node: Dynamic Loading\7f561176
329 Node: Eval During Compile\7f563540
330 Node: Compiled-Function Objects\7f564805
331 Node: Disassembly\7f569603
332 Node: Debugging\7f576857
333 Node: Debugger\7f578269
334 Node: Error Debugging\7f579414
335 Node: Infinite Loops\7f582167
336 Node: Function Debugging\7f583411
337 Node: Explicit Debug\7f586201
338 Node: Using Debugger\7f586972
339 Node: Debugger Commands\7f588834
340 Node: Invoking the Debugger\7f593151
341 Node: Internals of Debugger\7f597066
342 Node: Syntax Errors\7f601953
343 Node: Excess Open\7f603201
344 Node: Excess Close\7f605076
345 Node: Compilation Errors\7f606497
346 Node: Edebug\7f607785
347 Node: Using Edebug\7f609893
348 Node: Instrumenting\7f612590
349 Node: Edebug Execution Modes\7f616079
350 Node: Jumping\7f619189
351 Node: Edebug Misc\7f621532
352 Node: Breakpoints\7f622921
353 Node: Global Break Condition\7f625727
354 Node: Embedded Breakpoints\7f626682
355 Node: Trapping Errors\7f627637
356 Node: Edebug Views\7f629713
357 Node: Edebug Eval\7f631678
358 Node: Eval List\7f632855
359 Node: Reading in Edebug\7f636240
360 Node: Printing in Edebug\7f637039
361 Node: Tracing\7f638754
362 Node: Coverage Testing\7f640640
363 Node: The Outside Context\7f642681
364 Node: Checking Whether to Stop\7f643630
365 Node: Edebug Display Update\7f644277
366 Node: Edebug Recursive Edit\7f646300
367 Node: Instrumenting Macro Calls\7f647955
368 Node: Specification List\7f650437
369 Node: Backtracking\7f659848
370 Node: Debugging Backquote\7f661786
371 Node: Specification Examples\7f665492
372 Node: Edebug Options\7f667559
373 Node: Read and Print\7f672896
374 Node: Streams Intro\7f673873
375 Node: Input Streams\7f675891
376 Node: Input Functions\7f680792
377 Node: Output Streams\7f682852
378 Node: Output Functions\7f686903
379 Node: Output Variables\7f691203
380 Node: Minibuffers\7f696002
381 Node: Intro to Minibuffers\7f697154
382 Node: Text from Minibuffer\7f699342
383 Node: Object from Minibuffer\7f704217
384 Node: Minibuffer History\7f707444
385 Node: Completion\7f710423
386 Node: Basic Completion\7f712398
387 Node: Minibuffer Completion\7f717427
388 Node: Completion Commands\7f721004
389 Node: High-Level Completion\7f725647
390 Node: Reading File Names\7f729671
391 Node: Programmed Completion\7f733355
392 Node: Yes-or-No Queries\7f735737
393 Node: Multiple Queries\7f741474
394 Node: Reading a Password\7f745541
395 Node: Minibuffer Misc\7f746878
396 Node: Command Loop\7f751748
397 Node: Command Overview\7f753092
398 Node: Defining Commands\7f756370
399 Node: Using Interactive\7f757118
400 Node: Interactive Codes\7f761891
401 Node: Interactive Examples\7f767683
402 Node: Interactive Call\7f768997
403 Node: Command Loop Info\7f774398
404 Node: Events\7f779377
405 Node: Event Types\7f780837
406 Node: Event Contents\7f782760
407 Node: Event Predicates\7f787236
408 Node: Accessing Mouse Event Positions\7f788561
409 Node: Frame-Level Event Position Info\7f789260
410 Node: Window-Level Event Position Info\7f790300
411 Node: Event Text Position Info\7f792064
412 Node: Event Glyph Position Info\7f794556
413 Node: Event Toolbar Position Info\7f795879
414 Node: Other Event Position Info\7f796550
415 Node: Accessing Other Event Info\7f796959
416 Node: Working With Events\7f798579
417 Node: Converting Events\7f804567
418 Node: Reading Input\7f807520
419 Node: Key Sequence Input\7f808522
420 Node: Reading One Event\7f810476
421 Node: Dispatching an Event\7f813237
422 Node: Quoted Character Input\7f813688
423 Node: Peeking and Discarding\7f815036
424 Node: Waiting\7f818940
425 Node: Quitting\7f821248
426 Node: Prefix Command Arguments\7f825656
427 Node: Recursive Editing\7f830743
428 Node: Disabling Commands\7f835539
429 Node: Command History\7f837607
430 Node: Keyboard Macros\7f839344
431 Node: Keymaps\7f841561
432 Node: Keymap Terminology\7f843138
433 Node: Format of Keymaps\7f846067
434 Node: Creating Keymaps\7f846478
435 Node: Inheritance and Keymaps\7f848557
436 Node: Key Sequences\7f850929
437 Node: Prefix Keys\7f855499
438 Node: Active Keymaps\7f859084
439 Node: Key Lookup\7f868299
440 Node: Functions for Key Lookup\7f873462
441 Node: Changing Key Bindings\7f879159
442 Node: Key Binding Commands\7f886056
443 Node: Scanning Keymaps\7f888121
444 Node: Other Keymap Functions\7f896632
445 Node: Menus\7f897254
446 Node: Menu Format\7f897796
447 Node: Menubar Format\7f906381
448 Node: Menubar\7f907006
449 Node: Modifying Menus\7f910119
450 Node: Menu Filters\7f915133
451 Node: Pop-Up Menus\7f917029
452 Node: Menu Accelerators\7f919234
453 Node: Creating Menu Accelerators\7f919956
454 Node: Keyboard Menu Traversal\7f921274
455 Node: Menu Accelerator Functions\7f922001
456 Node: Buffers Menu\7f925036
457 Node: Dialog Boxes\7f926330
458 Node: Dialog Box Format\7f926497
459 Node: Dialog Box Functions\7f927867
460 Node: Toolbar\7f928264
461 Node: Toolbar Intro\7f928589
462 Node: Toolbar Descriptor Format\7f930999
463 Node: Specifying the Toolbar\7f935493
464 Node: Other Toolbar Variables\7f939098
465 Node: Scrollbars\7f943525
466 Node: Drag and Drop\7f943661
467 Node: Supported Protocols\7f944737
468 Node: OffiX DND\7f945240
469 Node: CDE dt\7f946247
470 Node: MSWindows OLE\7f946838
471 Node: Loose ends\7f947009
472 Node: Drop Interface\7f947401
473 Node: Drag Interface\7f948423
474 Node: Modes\7f948597
475 Node: Major Modes\7f949548
476 Node: Major Mode Conventions\7f952463
477 Node: Example Major Modes\7f958418
478 Node: Auto Major Mode\7f966451
479 Node: Mode Help\7f973899
480 Node: Derived Modes\7f975000
481 Node: Minor Modes\7f977191
482 Node: Minor Mode Conventions\7f978493
483 Node: Keymaps and Minor Modes\7f981356
484 Node: Modeline Format\7f982191
485 Node: Modeline Data\7f983959
486 Node: Modeline Variables\7f988229
487 Node: %-Constructs\7f992945
488 Node: Hooks\7f995856
489 Node: Documentation\7f1002618
490 Node: Documentation Basics\7f1004041
491 Node: Accessing Documentation\7f1007091
492 Node: Keys in Documentation\7f1013370
493 Node: Describing Characters\7f1016849
494 Node: Help Functions\7f1019198
495 Node: Obsoleteness\7f1025649
496 Node: Files\7f1028643
497 Node: Visiting Files\7f1030568
498 Node: Visiting Functions\7f1032073
499 Node: Subroutines of Visiting\7f1037120
500 Node: Saving Buffers\7f1039193
501 Node: Reading from Files\7f1045286
502 Node: Writing to Files\7f1047443
503 Node: File Locks\7f1050160
504 Node: Information about Files\7f1053213
505 Node: Testing Accessibility\7f1053974
506 Node: Kinds of Files\7f1057714
507 Node: Truenames\7f1059395
508 Node: File Attributes\7f1060397
509 Node: Changing File Attributes\7f1065536
510 Node: File Names\7f1070942
511 Node: File Name Components\7f1072551
512 Node: Directory Names\7f1075652
513 Node: Relative File Names\7f1079105
514 Node: File Name Expansion\7f1080183
515 Node: Unique File Names\7f1084090
516 Node: File Name Completion\7f1085705
517 Node: User Name Completion\7f1088366
518 Node: Contents of Directories\7f1089706
519 Node: Create/Delete Dirs\7f1093019
520 Node: Magic File Names\7f1094125
521 Node: Partial Files\7f1099755
522 Node: Intro to Partial Files\7f1099983
523 Node: Creating a Partial File\7f1101223
524 Node: Detached Partial Files\7f1102158
525 Node: Format Conversion\7f1103280
526 Node: Files and MS-DOS\7f1109796
527 Node: Backups and Auto-Saving\7f1111860
528 Node: Backup Files\7f1112535
529 Node: Making Backups\7f1113932
530 Node: Rename or Copy\7f1116681
531 Node: Numbered Backups\7f1119174
532 Node: Backup Names\7f1121418
533 Node: Auto-Saving\7f1124710
534 Node: Reverting\7f1132852
535 Node: Buffers\7f1136010
536 Node: Buffer Basics\7f1137427
537 Node: Current Buffer\7f1139480
538 Node: Buffer Names\7f1144168
539 Node: Buffer File Name\7f1147373
540 Node: Buffer Modification\7f1151492
541 Node: Modification Time\7f1153685
542 Node: Read Only Buffers\7f1157060
543 Node: The Buffer List\7f1159478
544 Node: Creating Buffers\7f1164308
545 Node: Killing Buffers\7f1166454
546 Node: Indirect Buffers\7f1170185
547 Node: Windows\7f1172757
548 Node: Basic Windows\7f1174235
549 Node: Splitting Windows\7f1177333
550 Node: Deleting Windows\7f1184222
551 Node: Selecting Windows\7f1186902
552 Node: Cyclic Window Ordering\7f1190031
553 Node: Buffers and Windows\7f1194655
554 Node: Displaying Buffers\7f1196496
555 Node: Choosing Window\7f1201672
556 Node: Window Point\7f1209388
557 Node: Window Start\7f1211434
558 Node: Vertical Scrolling\7f1215924
559 Node: Horizontal Scrolling\7f1222061
560 Node: Size of Window\7f1225570
561 Node: Position of Window\7f1230288
562 Node: Resizing Windows\7f1232528
563 Node: Window Configurations\7f1237957
564 Node: Frames\7f1241382
565 Node: Creating Frames\7f1243151
566 Node: Frame Properties\7f1244492
567 Node: Property Access\7f1245308
568 Node: Initial Properties\7f1246157
569 Node: X Frame Properties\7f1248643
570 Node: Size and Position\7f1253277
571 Node: Frame Name\7f1255273
572 Node: Frame Titles\7f1256187
573 Node: Deleting Frames\7f1258011
574 Node: Finding All Frames\7f1258611
575 Node: Frames and Windows\7f1260605
576 Node: Minibuffers and Frames\7f1262310
577 Node: Input Focus\7f1263228
578 Node: Visibility of Frames\7f1266305
579 Node: Raising and Lowering\7f1268224
580 Node: Frame Configurations\7f1270600
581 Node: Frame Hooks\7f1271194
582 Node: Consoles and Devices\7f1272999
583 Node: Basic Console Functions\7f1275743
584 Node: Basic Device Functions\7f1276166
585 Node: Console Types and Device Classes\7f1276882
586 Node: Connecting to a Console or Device\7f1279079
587 Node: The Selected Console and Device\7f1281242
588 Node: Console and Device I/O\7f1282268
589 Node: Positions\7f1283032
590 Node: Point\7f1284001
591 Node: Motion\7f1287091
592 Node: Character Motion\7f1287858
593 Node: Word Motion\7f1290095
594 Node: Buffer End Motion\7f1291596
595 Node: Text Lines\7f1293093
596 Node: Screen Lines\7f1297688
597 Node: List Motion\7f1301751
598 Node: Skipping Characters\7f1305159
599 Node: Excursions\7f1307378
600 Node: Narrowing\7f1310410
601 Node: Markers\7f1315735
602 Node: Overview of Markers\7f1316641
603 Node: Predicates on Markers\7f1321333
604 Node: Creating Markers\7f1322579
605 Node: Information from Markers\7f1326616
606 Node: Changing Markers\7f1327714
607 Node: The Mark\7f1329092
608 Node: The Region\7f1337586
609 Node: Text\7f1343273
610 Node: Near Point\7f1345972
611 Node: Buffer Contents\7f1350159
612 Node: Comparing Text\7f1351565
613 Node: Insertion\7f1352973
614 Node: Commands for Insertion\7f1356815
615 Node: Deletion\7f1359771
616 Node: User-Level Deletion\7f1363366
617 Node: The Kill Ring\7f1367527
618 Node: Kill Ring Concepts\7f1369701
619 Node: Kill Functions\7f1370755
620 Node: Yank Commands\7f1372660
621 Node: Low-Level Kill Ring\7f1374531
622 Node: Internals of Kill Ring\7f1377317
623 Node: Undo\7f1380097
624 Node: Maintaining Undo\7f1384426
625 Node: Filling\7f1387046
626 Node: Margins\7f1393040
627 Node: Auto Filling\7f1396969
628 Node: Sorting\7f1398150
629 Node: Columns\7f1407450
630 Node: Indentation\7f1409966
631 Node: Primitive Indent\7f1410745
632 Node: Mode-Specific Indent\7f1411989
633 Node: Region Indent\7f1414500
634 Node: Relative Indent\7f1417448
635 Node: Indent Tabs\7f1419830
636 Node: Motion by Indent\7f1421151
637 Node: Case Changes\7f1421930
638 Node: Text Properties\7f1425181
639 Node: Examining Properties\7f1426994
640 Node: Changing Properties\7f1428861
641 Node: Property Search\7f1432452
642 Node: Special Properties\7f1437163
643 Node: Saving Properties\7f1437444
644 Node: Substitution\7f1440586
645 Node: Registers\7f1443856
646 Node: Transposition\7f1446399
647 Node: Change Hooks\7f1447293
648 Node: Transformations\7f1449333
649 Node: Searching and Matching\7f1453718
650 Node: String Search\7f1454849
651 Node: Regular Expressions\7f1459573
652 Node: Syntax of Regexps\7f1460940
653 Node: Regexp Example\7f1475319
654 Node: Regexp Search\7f1477489
655 Node: POSIX Regexps\7f1483577
656 Node: Search and Replace\7f1485412
657 Node: Match Data\7f1488777
658 Node: Simple Match Data\7f1489907
659 Node: Replacing Match\7f1494172
660 Node: Entire Match Data\7f1496506
661 Node: Saving Match Data\7f1498497
662 Node: Searching and Case\7f1499878
663 Node: Standard Regexps\7f1501912
664 Node: Syntax Tables\7f1504110
665 Node: Syntax Basics\7f1505224
666 Node: Syntax Descriptors\7f1508196
667 Node: Syntax Class Table\7f1510046
668 Node: Syntax Flags\7f1516084
669 Node: Syntax Table Functions\7f1519301
670 Node: Motion and Syntax\7f1523165
671 Node: Parsing Expressions\7f1524617
672 Node: Standard Syntax Tables\7f1530686
673 Node: Syntax Table Internals\7f1531530
674 Node: Abbrevs\7f1532556
675 Node: Abbrev Mode\7f1534359
676 Node: Abbrev Tables\7f1535079
677 Node: Defining Abbrevs\7f1536612
678 Node: Abbrev Files\7f1538517
679 Node: Abbrev Expansion\7f1540290
680 Node: Standard Abbrev Tables\7f1544921
681 Node: Extents\7f1546080
682 Node: Intro to Extents\7f1547323
683 Node: Creating and Modifying Extents\7f1551317
684 Node: Extent Endpoints\7f1552824
685 Node: Finding Extents\7f1556087
686 Node: Mapping Over Extents\7f1559836
687 Node: Extent Properties\7f1565953
688 Node: Detached Extents\7f1576097
689 Node: Extent Parents\7f1577956
690 Node: Duplicable Extents\7f1579651
691 Node: Extents and Events\7f1582872
692 Node: Atomic Extents\7f1584779
693 Node: Specifiers\7f1585226
694 Node: Introduction to Specifiers\7f1587033
695 Node: Specifiers In-Depth\7f1589343
696 Node: Specifier Instancing\7f1594257
697 Node: Specifier Types\7f1597519
698 Node: Adding Specifications\7f1602593
699 Node: Retrieving Specifications\7f1611955
700 Node: Specifier Tag Functions\7f1615690
701 Node: Specifier Instancing Functions\7f1618924
702 Node: Specifier Example\7f1622331
703 Node: Creating Specifiers\7f1625437
704 Node: Specifier Validation Functions\7f1627686
705 Node: Other Specification Functions\7f1630070
706 Node: Faces and Window-System Objects\7f1633889
707 Node: Faces\7f1634213
708 Node: Merging Faces\7f1635830
709 Node: Basic Face Functions\7f1637791
710 Node: Face Properties\7f1639889
711 Node: Face Convenience Functions\7f1649448
712 Node: Other Face Display Functions\7f1652578
713 Node: Fonts\7f1653391
714 Node: Font Specifiers\7f1654092
715 Node: Font Instances\7f1654333
716 Node: Font Instance Names\7f1655300
717 Node: Font Instance Size\7f1656141
718 Node: Font Instance Characteristics\7f1657427
719 Node: Font Convenience Functions\7f1658596
720 Node: Colors\7f1659886
721 Node: Color Specifiers\7f1660326
722 Node: Color Instances\7f1660553
723 Node: Color Instance Properties\7f1661297
724 Node: Color Convenience Functions\7f1661923
725 Node: Glyphs\7f1662976
726 Node: Glyph Functions\7f1664568
727 Node: Creating Glyphs\7f1664975
728 Node: Glyph Properties\7f1666562
729 Node: Glyph Convenience Functions\7f1675729
730 Node: Glyph Dimensions\7f1679676
731 Node: Images\7f1680756
732 Node: Image Specifiers\7f1681205
733 Node: Image Instantiator Conversion\7f1692627
734 Node: Image Instances\7f1693992
735 Node: Image Instance Types\7f1694743
736 Node: Image Instance Functions\7f1697398
737 Node: Glyph Types\7f1701967
738 Node: Mouse Pointer\7f1703739
739 Node: Redisplay Glyphs\7f1706742
740 Node: Subwindows\7f1707775
741 Node: Annotations\7f1708018
742 Node: Annotation Basics\7f1709034
743 Node: Annotation Primitives\7f1712972
744 Node: Annotation Properties\7f1714301
745 Node: Locating Annotations\7f1717341
746 Node: Margin Primitives\7f1718178
747 Node: Annotation Hooks\7f1720072
748 Node: Display\7f1720732
749 Node: Refresh Screen\7f1721710
750 Node: Truncation\7f1723621
751 Node: The Echo Area\7f1726146
752 Node: Warnings\7f1732581
753 Node: Invisible Text\7f1737017
754 Node: Selective Display\7f1739596
755 Node: Overlay Arrow\7f1743722
756 Node: Temporary Displays\7f1745075
757 Node: Blinking\7f1749196
758 Node: Usual Display\7f1751381
759 Node: Display Tables\7f1753930
760 Node: Display Table Format\7f1754734
761 Node: Active Display Table\7f1756176
762 Node: Character Descriptors\7f1757368
763 Node: Beeping\7f1758125
764 Node: Hash Tables\7f1762891
765 Node: Introduction to Hash Tables\7f1763499
766 Node: Working With Hash Tables\7f1769522
767 Node: Weak Hash Tables\7f1770639
768 Node: Range Tables\7f1772438
769 Node: Introduction to Range Tables\7f1773127
770 Node: Working With Range Tables\7f1773558
771 Node: Databases\7f1774443
772 Node: Connecting to a Database\7f1774742
773 Node: Working With a Database\7f1775833
774 Node: Other Database Functions\7f1776691
775 Node: Processes\7f1777265
776 Node: Subprocess Creation\7f1779489
777 Node: Synchronous Processes\7f1782778
778 Node: MS-DOS Subprocesses\7f1789496
779 Node: Asynchronous Processes\7f1790570
780 Node: Deleting Processes\7f1794283
781 Node: Process Information\7f1796154
782 Node: Input to Processes\7f1800080
783 Node: Signals to Processes\7f1802370
784 Node: Output from Processes\7f1806790
785 Node: Process Buffers\7f1807602
786 Node: Filter Functions\7f1810469
787 Node: Accepting Output\7f1816039
788 Node: Sentinels\7f1817566
789 Node: Process Window Size\7f1821056
790 Node: Transaction Queues\7f1821405
791 Node: Network\7f1823103
792 Node: System Interface\7f1824937
793 Node: Starting Up\7f1826207
794 Node: Start-up Summary\7f1826801
795 Node: Init File\7f1830355
796 Node: Terminal-Specific\7f1832736
797 Node: Command Line Arguments\7f1835895
798 Node: Getting Out\7f1839384
799 Node: Killing XEmacs\7f1839953
800 Node: Suspending XEmacs\7f1841622
801 Node: System Environment\7f1844964
802 Node: User Identification\7f1851631
803 Node: Time of Day\7f1855160
804 Node: Time Conversion\7f1857947
805 Node: Timers\7f1862987
806 Node: Terminal Input\7f1865160
807 Node: Input Modes\7f1865663
808 Node: Translating Input\7f1868076
809 Node: Recording Input\7f1872241
810 Node: Terminal Output\7f1874341
811 Node: Flow Control\7f1877964
812 Node: Batch Mode\7f1881756
813 Node: X-Windows\7f1883138
814 Node: X Selections\7f1883950
815 Node: X Server\7f1886160
816 Node: Resources\7f1886561
817 Node: Server Data\7f1891702
818 Node: Grabs\7f1892909
819 Node: X Miscellaneous\7f1894490
820 Node: ToolTalk Support\7f1896875
821 Node: XEmacs ToolTalk API Summary\7f1897092
822 Node: Sending Messages\7f1898392
823 Node: Example of Sending Messages\7f1898643
824 Node: Elisp Interface for Sending Messages\7f1899705
825 Node: Receiving Messages\7f1906098
826 Node: Example of Receiving Messages\7f1906321
827 Node: Elisp Interface for Receiving Messages\7f1907157
828 Node: LDAP Support\7f1910982
829 Node: Building XEmacs with LDAP support\7f1911478
830 Node: XEmacs LDAP API\7f1912456
831 Node: LDAP Variables\7f1913186
832 Node: The High-Level LDAP API\7f1915662
833 Node: The Low-Level LDAP API\7f1916767
834 Node: The LDAP Lisp Object\7f1917041
835 Node: Opening and Closing a LDAP Connection\7f1917594
836 Node: Searching on a LDAP Server (Low-level)\7f1919377
837 Node: Syntax of Search Filters\7f1920770
838 Node: Internationalization\7f1922068
839 Node: I18N Levels 1 and 2\7f1922405
840 Node: I18N Level 3\7f1923111
841 Node: Level 3 Basics\7f1923392
842 Node: Level 3 Primitives\7f1924225
843 Node: Dynamic Messaging\7f1925831
844 Node: Domain Specification\7f1926294
845 Node: Documentation String Extraction\7f1928197
846 Node: I18N Level 4\7f1929115
847 Node: MULE\7f1929307
848 Node: Internationalization Terminology\7f1930418
849 Node: Charsets\7f1938957
850 Node: Charset Properties\7f1939653
851 Node: Basic Charset Functions\7f1944339
852 Node: Charset Property Functions\7f1946520
853 Node: Predefined Charsets\7f1948563
854 Node: MULE Characters\7f1951483
855 Node: Composite Characters\7f1952330
856 Node: ISO 2022\7f1953584
857 Node: Coding Systems\7f1959306
858 Node: Coding System Types\7f1961228
859 Node: EOL Conversion\7f1963047
860 Node: Coding System Properties\7f1964230
861 Node: Basic Coding System Functions\7f1968082
862 Node: Coding System Property Functions\7f1969986
863 Node: Encoding and Decoding Text\7f1970544
864 Node: Detection of Textual Encoding\7f1971680
865 Node: Big5 and Shift-JIS Functions\7f1973216
866 Node: CCL\7f1974304
867 Node: CCL Syntax\7f1977408
868 Node: CCL Statements\7f1978996
869 Node: CCL Expressions\7f1983644
870 Node: Calling CCL\7f1986183
871 Node: CCL Examples\7f1989172
872 Node: Category Tables\7f1989309
873 Node: Tips\7f1991668
874 Node: Style Tips\7f1992309
875 Node: Compilation Tips\7f2001828
876 Node: Documentation Tips\7f2003742
877 Node: Comment Tips\7f2009251
878 Node: Library Headers\7f2012253
879 Node: Building XEmacs and Object Allocation\7f2016225
880 Node: Building XEmacs\7f2017108
881 Node: Pure Storage\7f2023443
882 Node: Garbage Collection\7f2026231
883 Node: Standard Errors\7f2037370
884 Node: Standard Buffer-Local Variables\7f2041579
885 Node: Standard Keymaps\7f2044212
886 Node: Standard Hooks\7f2047944
887 Node: Index\7f2055444
888 \1f
889 End Tag Table