XEmacs 21.2.33 "Melpomene".
[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: 48665
56 lispref.info-3: 97204
57 lispref.info-4: 147044
58 lispref.info-5: 195878
59 lispref.info-6: 243565
60 lispref.info-7: 291843
61 lispref.info-8: 340452
62 lispref.info-9: 388779
63 lispref.info-10: 438231
64 lispref.info-11: 486459
65 lispref.info-12: 536231
66 lispref.info-13: 584130
67 lispref.info-14: 632353
68 lispref.info-15: 680607
69 lispref.info-16: 726799
70 lispref.info-17: 775532
71 lispref.info-18: 825530
72 lispref.info-19: 875221
73 lispref.info-20: 924062
74 lispref.info-21: 972870
75 lispref.info-22: 1019178
76 lispref.info-23: 1068608
77 lispref.info-24: 1117447
78 lispref.info-25: 1162793
79 lispref.info-26: 1210215
80 lispref.info-27: 1255841
81 lispref.info-28: 1305126
82 lispref.info-29: 1352976
83 lispref.info-30: 1401200
84 lispref.info-31: 1450877
85 lispref.info-32: 1499202
86 lispref.info-33: 1548500
87 lispref.info-34: 1589835
88 lispref.info-35: 1636140
89 lispref.info-36: 1685471
90 lispref.info-37: 1733879
91 lispref.info-38: 1782970
92 lispref.info-39: 1832447
93 lispref.info-40: 1880005
94 lispref.info-41: 1924826
95 lispref.info-42: 1962038
96 lispref.info-43: 2006636
97 lispref.info-44: 2053069
98 lispref.info-45: 2093862
99 lispref.info-46: 2143132
100 lispref.info-47: 2156997
101 \1f
102 Tag Table:
103 (Indirect)
104 Node: Top\7f2366
105 Node: Copying\7f48665
106 Node: Introduction\7f67823
107 Node: Caveats\7f69414
108 Node: Lisp History\7f71145
109 Node: Conventions\7f72401
110 Node: Some Terms\7f73216
111 Node: nil and t\7f73937
112 Node: Evaluation Notation\7f75614
113 Node: Printing Notation\7f76527
114 Node: Error Messages\7f77401
115 Node: Buffer Text Notation\7f77842
116 Node: Format of Descriptions\7f78717
117 Node: A Sample Function Description\7f79571
118 Node: A Sample Variable Description\7f83557
119 Node: Acknowledgements\7f84465
120 Node: Lisp Data Types\7f86443
121 Node: Printed Representation\7f88998
122 Node: Comments\7f91040
123 Node: Primitive Types\7f91937
124 Node: Programming Types\7f93596
125 Node: Integer Type\7f95548
126 Node: Floating Point Type\7f96585
127 Node: Character Type\7f97204
128 Node: Symbol Type\7f105108
129 Node: Sequence Type\7f107803
130 Node: Cons Cell Type\7f109322
131 Node: Dotted Pair Notation\7f113806
132 Node: Association List Type\7f115927
133 Node: Array Type\7f116810
134 Node: String Type\7f118276
135 Node: Vector Type\7f120957
136 Node: Bit Vector Type\7f121729
137 Node: Function Type\7f122591
138 Node: Macro Type\7f123704
139 Node: Primitive Function Type\7f124401
140 Node: Compiled-Function Type\7f125927
141 Node: Autoload Type\7f126481
142 Node: Char Table Type\7f127495
143 Node: Hash Table Type\7f127669
144 Node: Range Table Type\7f128824
145 Node: Weak List Type\7f129677
146 Node: Editing Types\7f129827
147 Node: Buffer Type\7f131454
148 Node: Marker Type\7f133481
149 Node: Extent Type\7f134205
150 Node: Window Type\7f135473
151 Node: Frame Type\7f136884
152 Node: Device Type\7f137679
153 Node: Console Type\7f138505
154 Node: Window Configuration Type\7f139706
155 Node: Event Type\7f140404
156 Node: Process Type\7f140568
157 Node: Stream Type\7f141603
158 Node: Keymap Type\7f142726
159 Node: Syntax Table Type\7f143264
160 Node: Display Table Type\7f144287
161 Node: Database Type\7f144726
162 Node: Charset Type\7f144892
163 Node: Coding System Type\7f145056
164 Node: ToolTalk Message Type\7f145240
165 Node: ToolTalk Pattern Type\7f145439
166 Node: Window-System Types\7f145611
167 Node: Face Type\7f146757
168 Node: Glyph Type\7f146888
169 Node: Specifier Type\7f147044
170 Node: Font Instance Type\7f147217
171 Node: Color Instance Type\7f147407
172 Node: Image Instance Type\7f147604
173 Node: Toolbar Button Type\7f147802
174 Node: Subwindow Type\7f147995
175 Node: X Resource Type\7f148174
176 Node: Type Predicates\7f148327
177 Node: Equality Predicates\7f157456
178 Node: Numbers\7f162261
179 Node: Integer Basics\7f163716
180 Node: Float Basics\7f166065
181 Node: Predicates on Numbers\7f167807
182 Node: Comparison of Numbers\7f169440
183 Node: Numeric Conversions\7f173261
184 Node: Arithmetic Operations\7f174727
185 Node: Rounding Operations\7f180192
186 Node: Bitwise Operations\7f181297
187 Node: Math Functions\7f190343
188 Node: Random Numbers\7f192659
189 Node: Strings and Characters\7f194425
190 Node: String Basics\7f195878
191 Node: Predicates for Strings\7f198296
192 Node: Creating Strings\7f199059
193 Node: Predicates for Characters\7f204376
194 Node: Character Codes\7f205447
195 Node: Text Comparison\7f206860
196 Node: String Conversion\7f210222
197 Node: Modifying Strings\7f213898
198 Node: String Properties\7f214539
199 Node: Formatting Strings\7f215184
200 Node: Character Case\7f224802
201 Node: Case Tables\7f227948
202 Node: Char Tables\7f231846
203 Node: Char Table Types\7f233238
204 Node: Working With Char Tables\7f234813
205 Node: Lists\7f236762
206 Node: Cons Cells\7f237885
207 Node: Lists as Boxes\7f239221
208 Node: List-related Predicates\7f241863
209 Node: List Elements\7f243565
210 Node: Building Lists\7f248594
211 Node: Modifying Lists\7f254586
212 Node: Setcar\7f255398
213 Node: Setcdr\7f257819
214 Node: Rearrangement\7f260330
215 Node: Sets And Lists\7f265916
216 Node: Association Lists\7f270144
217 Ref: Association Lists-Footnote-1\7f279435
218 Node: Property Lists\7f279640
219 Node: Working With Normal Plists\7f281188
220 Node: Working With Lax Plists\7f283456
221 Node: Converting Plists To/From Alists\7f285696
222 Node: Weak Lists\7f287044
223 Node: Sequences Arrays Vectors\7f289207
224 Node: Sequence Functions\7f291843
225 Node: Arrays\7f295502
226 Node: Array Functions\7f298566
227 Node: Vectors\7f301099
228 Node: Vector Functions\7f302597
229 Node: Bit Vectors\7f305168
230 Node: Bit Vector Functions\7f306013
231 Node: Symbols\7f308263
232 Node: Symbol Components\7f309312
233 Node: Definitions\7f313485
234 Node: Creating Symbols\7f315710
235 Node: Symbol Properties\7f322744
236 Node: Plists and Alists\7f324271
237 Node: Object Plists\7f326020
238 Node: Other Plists\7f328780
239 Node: Evaluation\7f330582
240 Node: Intro Eval\7f331387
241 Ref: Intro Eval-Footnote-1\7f334740
242 Node: Eval\7f334875
243 Node: Forms\7f339293
244 Node: Self-Evaluating Forms\7f340452
245 Node: Symbol Forms\7f341965
246 Node: Classifying Lists\7f342882
247 Node: Function Indirection\7f343638
248 Node: Function Forms\7f346749
249 Node: Macro Forms\7f347746
250 Node: Special Forms\7f349346
251 Node: Autoloading\7f351655
252 Node: Quoting\7f352153
253 Node: Control Structures\7f353514
254 Node: Sequencing\7f355134
255 Node: Conditionals\7f357999
256 Node: Combining Conditions\7f361422
257 Node: Iteration\7f364692
258 Node: Nonlocal Exits\7f366471
259 Node: Catch and Throw\7f367173
260 Node: Examples of Catch\7f371012
261 Node: Errors\7f373031
262 Node: Signaling Errors\7f374520
263 Node: Processing of Errors\7f379259
264 Node: Handling Errors\7f381538
265 Node: Error Symbols\7f388779
266 Node: Cleanups\7f392735
267 Node: Variables\7f396513
268 Node: Global Variables\7f398282
269 Node: Constant Variables\7f399358
270 Node: Local Variables\7f399984
271 Node: Void Variables\7f404921
272 Node: Defining Variables\7f408437
273 Node: Accessing Variables\7f415601
274 Node: Setting Variables\7f417026
275 Node: Variable Scoping\7f421545
276 Node: Scope\7f423144
277 Node: Extent\7f424669
278 Node: Impl of Scope\7f426148
279 Node: Using Scoping\7f428111
280 Node: Buffer-Local Variables\7f429633
281 Node: Intro to Buffer-Local\7f430469
282 Node: Creating Buffer-Local\7f433012
283 Node: Default Value\7f438231
284 Node: Variable Aliases\7f441374
285 Node: Functions\7f443159
286 Node: What Is a Function\7f444253
287 Node: Lambda Expressions\7f448299
288 Node: Lambda Components\7f449209
289 Node: Simple Lambda\7f451041
290 Node: Argument List\7f452698
291 Node: Function Documentation\7f456426
292 Node: Function Names\7f458368
293 Node: Defining Functions\7f460941
294 Node: Calling Functions\7f463981
295 Node: Mapping Functions\7f467830
296 Node: Anonymous Functions\7f470518
297 Node: Function Cells\7f473763
298 Node: Inline Functions\7f478573
299 Node: Related Topics\7f480383
300 Node: Macros\7f481436
301 Node: Simple Macro\7f482720
302 Node: Expansion\7f483455
303 Node: Compiling Macros\7f486459
304 Node: Defining Macros\7f488295
305 Node: Backquote\7f489612
306 Node: Problems with Macros\7f492009
307 Node: Argument Evaluation\7f492704
308 Node: Surprising Local Vars\7f495619
309 Node: Eval During Expansion\7f497687
310 Node: Repeated Expansion\7f499380
311 Node: Customization\7f501296
312 Node: Common Keywords\7f501765
313 Node: Group Definitions\7f504610
314 Node: Variable Definitions\7f506802
315 Node: Customization Types\7f511792
316 Node: Simple Types\7f513227
317 Node: Composite Types\7f515384
318 Node: Splicing into Lists\7f520074
319 Node: Type Keywords\7f521909
320 Node: Loading\7f525429
321 Node: How Programs Do Loading\7f527104
322 Node: Autoload\7f536231
323 Node: Repeated Loading\7f542310
324 Node: Named Features\7f544423
325 Node: Unloading\7f550855
326 Node: Hooks for Loading\7f553011
327 Node: Byte Compilation\7f553728
328 Node: Speed of Byte-Code\7f555645
329 Node: Compilation Functions\7f556852
330 Node: Docs and Compilation\7f563239
331 Node: Dynamic Loading\7f565892
332 Node: Eval During Compile\7f568256
333 Node: Compiled-Function Objects\7f569521
334 Node: Disassembly\7f574319
335 Node: Debugging\7f581573
336 Node: Debugger\7f582985
337 Node: Error Debugging\7f584130
338 Node: Infinite Loops\7f586883
339 Node: Function Debugging\7f588127
340 Node: Explicit Debug\7f590917
341 Node: Using Debugger\7f591688
342 Node: Debugger Commands\7f593550
343 Node: Invoking the Debugger\7f597867
344 Node: Internals of Debugger\7f601782
345 Node: Syntax Errors\7f606669
346 Node: Excess Open\7f607917
347 Node: Excess Close\7f609792
348 Node: Compilation Errors\7f611213
349 Node: Edebug\7f612501
350 Node: Using Edebug\7f614609
351 Node: Instrumenting\7f617306
352 Node: Edebug Execution Modes\7f620795
353 Node: Jumping\7f623905
354 Node: Edebug Misc\7f626248
355 Node: Breakpoints\7f627637
356 Node: Global Break Condition\7f630443
357 Node: Embedded Breakpoints\7f631398
358 Node: Trapping Errors\7f632353
359 Node: Edebug Views\7f634429
360 Node: Edebug Eval\7f636394
361 Node: Eval List\7f637571
362 Node: Reading in Edebug\7f640956
363 Node: Printing in Edebug\7f641755
364 Node: Tracing\7f643470
365 Node: Coverage Testing\7f645356
366 Node: The Outside Context\7f647397
367 Node: Checking Whether to Stop\7f648346
368 Node: Edebug Display Update\7f648993
369 Node: Edebug Recursive Edit\7f651016
370 Node: Instrumenting Macro Calls\7f652671
371 Node: Specification List\7f655153
372 Node: Backtracking\7f664564
373 Node: Debugging Backquote\7f666502
374 Node: Specification Examples\7f670208
375 Node: Edebug Options\7f672275
376 Node: Read and Print\7f677612
377 Node: Streams Intro\7f678589
378 Node: Input Streams\7f680607
379 Node: Input Functions\7f685508
380 Node: Output Streams\7f687568
381 Node: Output Functions\7f691619
382 Node: Output Variables\7f695919
383 Node: Minibuffers\7f700718
384 Node: Intro to Minibuffers\7f701870
385 Node: Text from Minibuffer\7f704058
386 Node: Object from Minibuffer\7f709144
387 Node: Minibuffer History\7f713239
388 Node: Completion\7f716218
389 Node: Basic Completion\7f718193
390 Node: Minibuffer Completion\7f723222
391 Node: Completion Commands\7f726799
392 Node: High-Level Completion\7f731456
393 Node: Reading File Names\7f736198
394 Node: Programmed Completion\7f739890
395 Node: Yes-or-No Queries\7f742272
396 Node: Multiple Queries\7f748009
397 Node: Reading a Password\7f752076
398 Node: Minibuffer Misc\7f753413
399 Node: Command Loop\7f758283
400 Node: Command Overview\7f759627
401 Node: Defining Commands\7f762905
402 Node: Using Interactive\7f763653
403 Node: Interactive Codes\7f768426
404 Node: Interactive Examples\7f774218
405 Node: Interactive Call\7f775532
406 Node: Command Loop Info\7f780933
407 Node: Events\7f785912
408 Node: Event Types\7f787372
409 Node: Event Contents\7f789295
410 Node: Event Predicates\7f793771
411 Node: Accessing Mouse Event Positions\7f795096
412 Node: Frame-Level Event Position Info\7f795795
413 Node: Window-Level Event Position Info\7f796835
414 Node: Event Text Position Info\7f798599
415 Node: Event Glyph Position Info\7f801091
416 Node: Event Toolbar Position Info\7f802414
417 Node: Other Event Position Info\7f803085
418 Node: Accessing Other Event Info\7f803494
419 Node: Working With Events\7f805114
420 Node: Converting Events\7f811102
421 Node: Reading Input\7f814054
422 Node: Key Sequence Input\7f815056
423 Node: Reading One Event\7f817010
424 Node: Dispatching an Event\7f819827
425 Node: Quoted Character Input\7f820278
426 Node: Peeking and Discarding\7f821626
427 Node: Waiting\7f825530
428 Node: Quitting\7f827838
429 Node: Prefix Command Arguments\7f832246
430 Node: Recursive Editing\7f837333
431 Node: Disabling Commands\7f842129
432 Node: Command History\7f844197
433 Node: Keyboard Macros\7f845934
434 Node: Keymaps\7f848151
435 Node: Keymap Terminology\7f849728
436 Node: Format of Keymaps\7f852657
437 Node: Creating Keymaps\7f853068
438 Node: Inheritance and Keymaps\7f855147
439 Node: Key Sequences\7f857519
440 Node: Prefix Keys\7f862315
441 Node: Active Keymaps\7f865900
442 Node: Key Lookup\7f875221
443 Node: Functions for Key Lookup\7f880384
444 Node: Changing Key Bindings\7f886081
445 Node: Key Binding Commands\7f892978
446 Node: Scanning Keymaps\7f895043
447 Node: Other Keymap Functions\7f903554
448 Node: Menus\7f904176
449 Node: Menu Format\7f904768
450 Node: Menubar Format\7f913414
451 Node: Menubar\7f914039
452 Node: Modifying Menus\7f917152
453 Node: Menu Filters\7f922166
454 Node: Pop-Up Menus\7f924062
455 Node: Menu Accelerators\7f926267
456 Node: Creating Menu Accelerators\7f927023
457 Node: Keyboard Menu Traversal\7f928383
458 Node: Menu Accelerator Functions\7f929110
459 Node: Buffers Menu\7f932187
460 Node: Dialog Boxes\7f933481
461 Node: Dialog Box Format\7f933648
462 Node: Dialog Box Functions\7f935073
463 Node: Toolbar\7f935470
464 Node: Toolbar Intro\7f935791
465 Node: Toolbar Descriptor Format\7f938200
466 Node: Specifying the Toolbar\7f942694
467 Node: Other Toolbar Variables\7f946299
468 Node: Gutter\7f950725
469 Node: Gutter Intro\7f951201
470 Node: Gutter Descriptor Format\7f953198
471 Node: Specifying a Gutter\7f957652
472 Node: Other Gutter Variables\7f961185
473 Node: Common Gutter Widgets\7f965570
474 Node: Buffer Tabs\7f966562
475 Node: Progress Bars\7f966703
476 Node: Scrollbars\7f966848
477 Node: Drag and Drop\7f966983
478 Node: Supported Protocols\7f968059
479 Node: OffiX DND\7f968562
480 Node: CDE dt\7f969569
481 Node: MSWindows OLE\7f970160
482 Node: Loose ends\7f970331
483 Node: Drop Interface\7f970723
484 Node: Drag Interface\7f971745
485 Node: Modes\7f971919
486 Node: Major Modes\7f972870
487 Node: Major Mode Conventions\7f975785
488 Node: Example Major Modes\7f981740
489 Node: Auto Major Mode\7f989773
490 Node: Mode Help\7f997221
491 Node: Derived Modes\7f998322
492 Node: Minor Modes\7f1000513
493 Node: Minor Mode Conventions\7f1001815
494 Node: Keymaps and Minor Modes\7f1004678
495 Node: Modeline Format\7f1005513
496 Node: Modeline Data\7f1007281
497 Node: Modeline Variables\7f1011551
498 Node: %-Constructs\7f1016267
499 Node: Hooks\7f1019178
500 Node: Documentation\7f1025940
501 Node: Documentation Basics\7f1027363
502 Node: Accessing Documentation\7f1030413
503 Node: Keys in Documentation\7f1036692
504 Node: Describing Characters\7f1040171
505 Node: Help Functions\7f1042520
506 Node: Obsoleteness\7f1048971
507 Node: Files\7f1051965
508 Node: Visiting Files\7f1053890
509 Node: Visiting Functions\7f1055395
510 Node: Subroutines of Visiting\7f1060442
511 Node: Saving Buffers\7f1062515
512 Node: Reading from Files\7f1068608
513 Node: Writing to Files\7f1070765
514 Node: File Locks\7f1073482
515 Node: Information about Files\7f1076535
516 Node: Testing Accessibility\7f1077296
517 Node: Kinds of Files\7f1081036
518 Node: Truenames\7f1082717
519 Node: File Attributes\7f1083719
520 Node: Changing File Attributes\7f1088858
521 Node: File Names\7f1094264
522 Node: File Name Components\7f1095873
523 Node: Directory Names\7f1098974
524 Node: Relative File Names\7f1102427
525 Node: File Name Expansion\7f1103505
526 Node: Unique File Names\7f1107412
527 Node: File Name Completion\7f1109027
528 Node: User Name Completion\7f1111688
529 Node: Contents of Directories\7f1113028
530 Node: Create/Delete Dirs\7f1116341
531 Node: Magic File Names\7f1117447
532 Node: Partial Files\7f1123077
533 Node: Intro to Partial Files\7f1123305
534 Node: Creating a Partial File\7f1124545
535 Node: Detached Partial Files\7f1125480
536 Node: Format Conversion\7f1126602
537 Node: Files and MS-DOS\7f1133118
538 Node: Backups and Auto-Saving\7f1135182
539 Node: Backup Files\7f1135857
540 Node: Making Backups\7f1137254
541 Node: Rename or Copy\7f1140003
542 Node: Numbered Backups\7f1142496
543 Node: Backup Names\7f1144731
544 Node: Auto-Saving\7f1148023
545 Node: Reverting\7f1156165
546 Node: Buffers\7f1159323
547 Node: Buffer Basics\7f1160740
548 Node: Current Buffer\7f1162793
549 Node: Buffer Names\7f1167481
550 Node: Buffer File Name\7f1170686
551 Node: Buffer Modification\7f1174805
552 Node: Modification Time\7f1176998
553 Node: Read Only Buffers\7f1180373
554 Node: The Buffer List\7f1182791
555 Node: Creating Buffers\7f1187621
556 Node: Killing Buffers\7f1189767
557 Node: Indirect Buffers\7f1193498
558 Node: Windows\7f1196070
559 Node: Basic Windows\7f1197548
560 Node: Splitting Windows\7f1200646
561 Node: Deleting Windows\7f1207535
562 Node: Selecting Windows\7f1210215
563 Node: Cyclic Window Ordering\7f1213344
564 Node: Buffers and Windows\7f1217968
565 Node: Displaying Buffers\7f1219809
566 Node: Choosing Window\7f1224985
567 Node: Window Point\7f1232701
568 Node: Window Start\7f1234747
569 Node: Vertical Scrolling\7f1239237
570 Node: Horizontal Scrolling\7f1245374
571 Node: Size of Window\7f1248883
572 Node: Position of Window\7f1253601
573 Node: Resizing Windows\7f1255841
574 Node: Window Configurations\7f1261270
575 Node: Frames\7f1264695
576 Node: Creating Frames\7f1267036
577 Node: Frame Properties\7f1268377
578 Node: Property Access\7f1269193
579 Node: Initial Properties\7f1270042
580 Node: X Frame Properties\7f1272528
581 Node: Size and Position\7f1277162
582 Node: Frame Name\7f1279158
583 Node: Frame Titles\7f1280072
584 Node: Deleting Frames\7f1281896
585 Node: Finding All Frames\7f1282496
586 Node: Frames and Windows\7f1284490
587 Node: Minibuffers and Frames\7f1286195
588 Node: Input Focus\7f1287113
589 Node: Visibility of Frames\7f1290190
590 Node: Raising and Lowering\7f1292109
591 Node: Frame Configurations\7f1294485
592 Node: Frame Hooks\7f1295079
593 Node: Consoles and Devices\7f1296884
594 Node: Basic Console Functions\7f1299627
595 Node: Basic Device Functions\7f1300050
596 Node: Console Types and Device Classes\7f1300766
597 Node: Connecting to a Console or Device\7f1302963
598 Node: The Selected Console and Device\7f1305126
599 Node: Console and Device I/O\7f1306152
600 Node: Positions\7f1306916
601 Node: Point\7f1307885
602 Node: Motion\7f1310975
603 Node: Character Motion\7f1311742
604 Node: Word Motion\7f1313979
605 Node: Buffer End Motion\7f1315480
606 Node: Text Lines\7f1316977
607 Node: Screen Lines\7f1321572
608 Node: List Motion\7f1325635
609 Node: Skipping Characters\7f1329043
610 Node: Excursions\7f1331262
611 Node: Narrowing\7f1334294
612 Node: Markers\7f1339619
613 Node: Overview of Markers\7f1340525
614 Node: Predicates on Markers\7f1345217
615 Node: Creating Markers\7f1346463
616 Node: Information from Markers\7f1350500
617 Node: Changing Markers\7f1351598
618 Node: The Mark\7f1352976
619 Node: The Region\7f1361470
620 Node: Text\7f1367156
621 Node: Near Point\7f1369855
622 Node: Buffer Contents\7f1374042
623 Node: Comparing Text\7f1375448
624 Node: Insertion\7f1376856
625 Node: Commands for Insertion\7f1380698
626 Node: Deletion\7f1383654
627 Node: User-Level Deletion\7f1387249
628 Node: The Kill Ring\7f1391410
629 Node: Kill Ring Concepts\7f1393584
630 Node: Kill Functions\7f1394638
631 Node: Yank Commands\7f1396543
632 Node: Low-Level Kill Ring\7f1398414
633 Node: Internals of Kill Ring\7f1401200
634 Node: Undo\7f1403980
635 Node: Maintaining Undo\7f1408309
636 Node: Filling\7f1410929
637 Node: Margins\7f1416923
638 Node: Auto Filling\7f1420852
639 Node: Sorting\7f1422033
640 Node: Columns\7f1431333
641 Node: Indentation\7f1433849
642 Node: Primitive Indent\7f1434628
643 Node: Mode-Specific Indent\7f1435872
644 Node: Region Indent\7f1438383
645 Node: Relative Indent\7f1441331
646 Node: Indent Tabs\7f1443713
647 Node: Motion by Indent\7f1445034
648 Node: Case Changes\7f1445813
649 Node: Text Properties\7f1449064
650 Node: Examining Properties\7f1450877
651 Node: Changing Properties\7f1452744
652 Node: Property Search\7f1456335
653 Node: Special Properties\7f1461046
654 Node: Saving Properties\7f1461327
655 Node: Substitution\7f1464469
656 Node: Registers\7f1467739
657 Node: Transposition\7f1470282
658 Node: Change Hooks\7f1471176
659 Node: Transformations\7f1473216
660 Node: Searching and Matching\7f1477601
661 Node: String Search\7f1478732
662 Node: Regular Expressions\7f1483456
663 Node: Syntax of Regexps\7f1484823
664 Node: Regexp Example\7f1499202
665 Node: Regexp Search\7f1501372
666 Node: POSIX Regexps\7f1507460
667 Node: Search and Replace\7f1509295
668 Node: Match Data\7f1512660
669 Node: Simple Match Data\7f1513790
670 Node: Replacing Match\7f1518055
671 Node: Entire Match Data\7f1520389
672 Node: Saving Match Data\7f1522380
673 Node: Searching and Case\7f1523761
674 Node: Standard Regexps\7f1525795
675 Node: Syntax Tables\7f1527993
676 Node: Syntax Basics\7f1529107
677 Node: Syntax Descriptors\7f1532079
678 Node: Syntax Class Table\7f1533929
679 Node: Syntax Flags\7f1539967
680 Node: Syntax Table Functions\7f1543184
681 Node: Motion and Syntax\7f1547048
682 Node: Parsing Expressions\7f1548500
683 Node: Standard Syntax Tables\7f1554569
684 Node: Syntax Table Internals\7f1555413
685 Node: Abbrevs\7f1556439
686 Node: Abbrev Mode\7f1558242
687 Node: Abbrev Tables\7f1558962
688 Node: Defining Abbrevs\7f1560495
689 Node: Abbrev Files\7f1562400
690 Node: Abbrev Expansion\7f1564173
691 Node: Standard Abbrev Tables\7f1568804
692 Node: Extents\7f1569963
693 Node: Intro to Extents\7f1571206
694 Node: Creating and Modifying Extents\7f1575200
695 Node: Extent Endpoints\7f1576707
696 Node: Finding Extents\7f1579970
697 Node: Mapping Over Extents\7f1583718
698 Node: Extent Properties\7f1589835
699 Node: Detached Extents\7f1599979
700 Node: Extent Parents\7f1601838
701 Node: Duplicable Extents\7f1603532
702 Node: Extents and Events\7f1606753
703 Node: Atomic Extents\7f1608660
704 Node: Specifiers\7f1609107
705 Node: Introduction to Specifiers\7f1611220
706 Node: Specifiers In-Depth\7f1613530
707 Node: Specifier Instancing\7f1618442
708 Node: Specifier Types\7f1621704
709 Node: Adding Specifications\7f1626778
710 Node: Retrieving Specifications\7f1636140
711 Node: Specifier Tag Functions\7f1639875
712 Node: Specifier Instancing Functions\7f1643109
713 Node: Specifier Example\7f1646516
714 Node: Creating Specifiers\7f1649672
715 Node: Specifier Validation Functions\7f1651921
716 Node: Other Specification Functions\7f1654305
717 Node: Faces and Window-System Objects\7f1658124
718 Node: Faces\7f1658448
719 Node: Merging Faces\7f1660065
720 Node: Basic Face Functions\7f1662026
721 Node: Face Properties\7f1664124
722 Node: Face Convenience Functions\7f1674366
723 Node: Other Face Display Functions\7f1677496
724 Node: Fonts\7f1678309
725 Node: Font Specifiers\7f1679010
726 Node: Font Instances\7f1679251
727 Node: Font Instance Names\7f1680218
728 Node: Font Instance Size\7f1681059
729 Node: Font Instance Characteristics\7f1682345
730 Node: Font Convenience Functions\7f1683514
731 Node: Colors\7f1684804
732 Node: Color Specifiers\7f1685244
733 Node: Color Instances\7f1685471
734 Node: Color Instance Properties\7f1686215
735 Node: Color Convenience Functions\7f1686841
736 Node: Glyphs\7f1687894
737 Node: Glyph Functions\7f1689486
738 Node: Creating Glyphs\7f1689893
739 Node: Glyph Properties\7f1691480
740 Node: Glyph Convenience Functions\7f1700647
741 Node: Glyph Dimensions\7f1704594
742 Node: Images\7f1705674
743 Node: Image Specifiers\7f1706123
744 Node: Image Instantiator Conversion\7f1717472
745 Node: Image Instances\7f1718837
746 Node: Image Instance Types\7f1719588
747 Node: Image Instance Functions\7f1722243
748 Node: Glyph Types\7f1726812
749 Node: Mouse Pointer\7f1728584
750 Node: Redisplay Glyphs\7f1731587
751 Node: Subwindows\7f1732620
752 Node: Annotations\7f1732863
753 Node: Annotation Basics\7f1733879
754 Node: Annotation Primitives\7f1737817
755 Node: Annotation Properties\7f1739146
756 Node: Locating Annotations\7f1742186
757 Node: Margin Primitives\7f1743023
758 Node: Annotation Hooks\7f1744917
759 Node: Display\7f1745577
760 Node: Refresh Screen\7f1746555
761 Node: Truncation\7f1748466
762 Node: The Echo Area\7f1750991
763 Node: Warnings\7f1757426
764 Node: Invisible Text\7f1761862
765 Node: Selective Display\7f1764441
766 Node: Overlay Arrow\7f1768567
767 Node: Temporary Displays\7f1769920
768 Node: Blinking\7f1774041
769 Node: Usual Display\7f1776226
770 Node: Display Tables\7f1778775
771 Node: Display Table Format\7f1779579
772 Node: Active Display Table\7f1781021
773 Node: Character Descriptors\7f1782213
774 Node: Beeping\7f1782970
775 Node: Hash Tables\7f1787736
776 Node: Introduction to Hash Tables\7f1788344
777 Node: Working With Hash Tables\7f1794367
778 Node: Weak Hash Tables\7f1795484
779 Node: Range Tables\7f1797283
780 Node: Introduction to Range Tables\7f1797972
781 Node: Working With Range Tables\7f1798403
782 Node: Databases\7f1799288
783 Node: Connecting to a Database\7f1799587
784 Node: Working With a Database\7f1800678
785 Node: Other Database Functions\7f1801536
786 Node: Processes\7f1802110
787 Node: Subprocess Creation\7f1804334
788 Node: Synchronous Processes\7f1807623
789 Node: MS-DOS Subprocesses\7f1814341
790 Node: Asynchronous Processes\7f1815415
791 Node: Deleting Processes\7f1819128
792 Node: Process Information\7f1820999
793 Node: Input to Processes\7f1824925
794 Node: Signals to Processes\7f1827215
795 Node: Output from Processes\7f1831635
796 Node: Process Buffers\7f1832447
797 Node: Filter Functions\7f1835314
798 Node: Accepting Output\7f1840884
799 Node: Sentinels\7f1842411
800 Node: Process Window Size\7f1845901
801 Node: Transaction Queues\7f1846250
802 Node: Network\7f1847948
803 Node: System Interface\7f1849782
804 Node: Starting Up\7f1851052
805 Node: Start-up Summary\7f1851646
806 Node: Init File\7f1855200
807 Node: Terminal-Specific\7f1857581
808 Node: Command Line Arguments\7f1860740
809 Node: Getting Out\7f1864229
810 Node: Killing XEmacs\7f1864798
811 Node: Suspending XEmacs\7f1866467
812 Node: System Environment\7f1869809
813 Node: User Identification\7f1876476
814 Node: Time of Day\7f1880005
815 Node: Time Conversion\7f1882792
816 Node: Timers\7f1887832
817 Node: Terminal Input\7f1890005
818 Node: Input Modes\7f1890508
819 Node: Translating Input\7f1892921
820 Node: Recording Input\7f1897086
821 Node: Terminal Output\7f1899186
822 Node: Flow Control\7f1902809
823 Node: Batch Mode\7f1906601
824 Node: X-Windows\7f1907983
825 Node: X Selections\7f1908854
826 Node: X Server\7f1911064
827 Node: Resources\7f1911515
828 Node: Server Data\7f1916824
829 Node: Grabs\7f1918031
830 Node: X Miscellaneous\7f1919611
831 Node: ToolTalk Support\7f1921996
832 Node: XEmacs ToolTalk API Summary\7f1922213
833 Node: Sending Messages\7f1923513
834 Node: Example of Sending Messages\7f1923764
835 Node: Elisp Interface for Sending Messages\7f1924826
836 Node: Receiving Messages\7f1931218
837 Node: Example of Receiving Messages\7f1931441
838 Node: Elisp Interface for Receiving Messages\7f1932277
839 Node: LDAP Support\7f1936102
840 Node: Building XEmacs with LDAP support\7f1936596
841 Node: XEmacs LDAP API\7f1937573
842 Node: LDAP Variables\7f1938625
843 Node: The High-Level LDAP API\7f1941225
844 Node: The Low-Level LDAP API\7f1944688
845 Node: The LDAP Lisp Object\7f1945519
846 Node: Opening and Closing a LDAP Connection\7f1946072
847 Node: Low-level Operations on a LDAP Server\7f1947872
848 Node: LDAP Internationalization\7f1950566
849 Node: LDAP Internationalization Variables\7f1951471
850 Node: Encoder/Decoder Functions\7f1953200
851 Node: Syntax of Search Filters\7f1954239
852 Node: PostgreSQL Support\7f1955537
853 Node: Building XEmacs with PostgreSQL support\7f1955932
854 Node: XEmacs PostgreSQL libpq API\7f1957199
855 Node: libpq Lisp Variables\7f1959074
856 Node: libpq Lisp Symbols and DataTypes\7f1962038
857 Node: Synchronous Interface Functions\7f1975278
858 Node: Asynchronous Interface Functions\7f1979769
859 Node: Large Object Support\7f1983270
860 Node: Other libpq Functions\7f1983897
861 Node: Unimplemented libpq Functions\7f1986932
862 Node: XEmacs PostgreSQL libpq Examples\7f1992251
863 Node: Internationalization\7f1998342
864 Node: I18N Levels 1 and 2\7f1998685
865 Node: I18N Level 3\7f1999391
866 Node: Level 3 Basics\7f1999672
867 Node: Level 3 Primitives\7f2000505
868 Node: Dynamic Messaging\7f2002111
869 Node: Domain Specification\7f2002574
870 Node: Documentation String Extraction\7f2004477
871 Node: I18N Level 4\7f2005395
872 Node: MULE\7f2005587
873 Node: Internationalization Terminology\7f2006636
874 Node: Charsets\7f2018835
875 Node: Charset Properties\7f2019531
876 Node: Basic Charset Functions\7f2024246
877 Node: Charset Property Functions\7f2026427
878 Node: Predefined Charsets\7f2028469
879 Node: MULE Characters\7f2031389
880 Node: Composite Characters\7f2032236
881 Node: Coding Systems\7f2033496
882 Node: Coding System Types\7f2035636
883 Node: ISO 2022\7f2039620
884 Node: EOL Conversion\7f2051897
885 Node: Coding System Properties\7f2053069
886 Node: Basic Coding System Functions\7f2057386
887 Node: Coding System Property Functions\7f2059420
888 Node: Encoding and Decoding Text\7f2059978
889 Node: Detection of Textual Encoding\7f2061114
890 Node: Big5 and Shift-JIS Functions\7f2062650
891 Node: Predefined Coding Systems\7f2063776
892 Node: CCL\7f2075870
893 Node: CCL Syntax\7f2078974
894 Node: CCL Statements\7f2080550
895 Node: CCL Expressions\7f2085198
896 Node: Calling CCL\7f2087737
897 Node: CCL Examples\7f2090726
898 Node: Category Tables\7f2090863
899 Node: Tips\7f2093221
900 Node: Style Tips\7f2093862
901 Node: Compilation Tips\7f2103381
902 Node: Documentation Tips\7f2105295
903 Node: Comment Tips\7f2110804
904 Node: Library Headers\7f2113806
905 Node: Building XEmacs and Object Allocation\7f2117778
906 Node: Building XEmacs\7f2118661
907 Node: Pure Storage\7f2124996
908 Node: Garbage Collection\7f2127784
909 Node: Standard Errors\7f2138923
910 Node: Standard Buffer-Local Variables\7f2143132
911 Node: Standard Keymaps\7f2145765
912 Node: Standard Hooks\7f2149497
913 Node: Index\7f2156997
914 \1f
915 End Tag Table