XEmacs 21.4.15
[chise/xemacs-chise.git.1] / info / lispref.info
index f7da7ad..774cfdb 100644 (file)
@@ -1,4 +1,4 @@
-This is ../info/lispref.info, produced by makeinfo version 4.0 from
+This is ../info/lispref.info, produced by makeinfo version 4.6 from
 lispref/lispref.texi.
 
 INFO-DIR-SECTION XEmacs Editor
@@ -52,866 +52,849 @@ Foundation instead of in the original English.
 \1f
 Indirect:
 lispref.info-1: 2366
-lispref.info-2: 48665
-lispref.info-3: 97204
-lispref.info-4: 147044
-lispref.info-5: 195878
-lispref.info-6: 243565
-lispref.info-7: 291843
-lispref.info-8: 340452
-lispref.info-9: 388779
-lispref.info-10: 438231
-lispref.info-11: 486459
-lispref.info-12: 536230
-lispref.info-13: 584130
-lispref.info-14: 632353
-lispref.info-15: 680607
-lispref.info-16: 726799
-lispref.info-17: 775533
-lispref.info-18: 825531
-lispref.info-19: 875222
-lispref.info-20: 924063
-lispref.info-21: 973600
-lispref.info-22: 1021181
-lispref.info-23: 1067505
-lispref.info-24: 1116678
-lispref.info-25: 1165730
-lispref.info-26: 1215205
-lispref.info-27: 1260832
-lispref.info-28: 1310121
-lispref.info-29: 1357971
-lispref.info-30: 1406195
-lispref.info-31: 1455872
-lispref.info-32: 1504421
-lispref.info-33: 1553719
-lispref.info-34: 1595052
-lispref.info-35: 1641357
-lispref.info-36: 1690574
-lispref.info-37: 1727545
-lispref.info-38: 1776475
-lispref.info-39: 1825715
-lispref.info-40: 1874374
-lispref.info-41: 1922471
-lispref.info-42: 1970588
-lispref.info-43: 2018981
-lispref.info-44: 2067685
-lispref.info-45: 2117245
-lispref.info-46: 2159831
-lispref.info-47: 2189044
+lispref.info-2: 299153
+lispref.info-3: 596434
+lispref.info-4: 894447
+lispref.info-5: 1194382
+lispref.info-6: 1492927
+lispref.info-7: 1792530
+lispref.info-8: 2092512
+lispref.info-9: 2304231
 \1f
 Tag Table:
 (Indirect)
 Node: Top\7f2366
-Node: Copying\7f48665
-Node: Introduction\7f67823
-Node: Caveats\7f69414
-Node: Lisp History\7f71145
-Node: Conventions\7f72401
-Node: Some Terms\7f73216
-Node: nil and t\7f73937
-Node: Evaluation Notation\7f75614
-Node: Printing Notation\7f76527
-Node: Error Messages\7f77401
-Node: Buffer Text Notation\7f77842
-Node: Format of Descriptions\7f78717
-Node: A Sample Function Description\7f79571
-Node: A Sample Variable Description\7f83557
-Node: Acknowledgements\7f84465
-Node: Lisp Data Types\7f86443
-Node: Printed Representation\7f88998
-Node: Comments\7f91040
-Node: Primitive Types\7f91937
-Node: Programming Types\7f93596
-Node: Integer Type\7f95548
-Node: Floating Point Type\7f96585
-Node: Character Type\7f97204
-Node: Symbol Type\7f105108
-Node: Sequence Type\7f107803
-Node: Cons Cell Type\7f109322
-Node: Dotted Pair Notation\7f113806
-Node: Association List Type\7f115927
-Node: Array Type\7f116810
-Node: String Type\7f118276
-Node: Vector Type\7f120957
-Node: Bit Vector Type\7f121729
-Node: Function Type\7f122591
-Node: Macro Type\7f123704
-Node: Primitive Function Type\7f124401
-Node: Compiled-Function Type\7f125927
-Node: Autoload Type\7f126481
-Node: Char Table Type\7f127495
-Node: Hash Table Type\7f127669
-Node: Range Table Type\7f128824
-Node: Weak List Type\7f129677
-Node: Editing Types\7f129827
-Node: Buffer Type\7f131454
-Node: Marker Type\7f133481
-Node: Extent Type\7f134205
-Node: Window Type\7f135473
-Node: Frame Type\7f136884
-Node: Device Type\7f137679
-Node: Console Type\7f138505
-Node: Window Configuration Type\7f139706
-Node: Event Type\7f140404
-Node: Process Type\7f140568
-Node: Stream Type\7f141603
-Node: Keymap Type\7f142726
-Node: Syntax Table Type\7f143264
-Node: Display Table Type\7f144287
-Node: Database Type\7f144726
-Node: Charset Type\7f144892
-Node: Coding System Type\7f145056
-Node: ToolTalk Message Type\7f145240
-Node: ToolTalk Pattern Type\7f145439
-Node: Window-System Types\7f145611
-Node: Face Type\7f146757
-Node: Glyph Type\7f146888
-Node: Specifier Type\7f147044
-Node: Font Instance Type\7f147217
-Node: Color Instance Type\7f147407
-Node: Image Instance Type\7f147604
-Node: Toolbar Button Type\7f147802
-Node: Subwindow Type\7f147995
-Node: X Resource Type\7f148174
-Node: Type Predicates\7f148327
-Node: Equality Predicates\7f157456
-Node: Numbers\7f162261
-Node: Integer Basics\7f163716
-Node: Float Basics\7f166065
-Node: Predicates on Numbers\7f167807
-Node: Comparison of Numbers\7f169440
-Node: Numeric Conversions\7f173261
-Node: Arithmetic Operations\7f174727
-Node: Rounding Operations\7f180192
-Node: Bitwise Operations\7f181297
-Node: Math Functions\7f190343
-Node: Random Numbers\7f192659
-Node: Strings and Characters\7f194425
-Node: String Basics\7f195878
-Node: Predicates for Strings\7f198296
-Node: Creating Strings\7f199059
-Node: Predicates for Characters\7f204376
-Node: Character Codes\7f205447
-Node: Text Comparison\7f206860
-Node: String Conversion\7f210222
-Node: Modifying Strings\7f213898
-Node: String Properties\7f214539
-Node: Formatting Strings\7f215184
-Node: Character Case\7f224802
-Node: Case Tables\7f227948
-Node: Char Tables\7f231846
-Node: Char Table Types\7f233238
-Node: Working With Char Tables\7f234813
-Node: Lists\7f236762
-Node: Cons Cells\7f237885
-Node: Lists as Boxes\7f239221
-Node: List-related Predicates\7f241863
-Node: List Elements\7f243565
-Node: Building Lists\7f248594
-Node: Modifying Lists\7f254586
-Node: Setcar\7f255398
-Node: Setcdr\7f257819
-Node: Rearrangement\7f260330
-Node: Sets And Lists\7f265916
-Node: Association Lists\7f270144
-Ref: Association Lists-Footnote-1\7f279435
-Node: Property Lists\7f279640
-Node: Working With Normal Plists\7f281188
-Node: Working With Lax Plists\7f283456
-Node: Converting Plists To/From Alists\7f285696
-Node: Weak Lists\7f287044
-Node: Sequences Arrays Vectors\7f289207
-Node: Sequence Functions\7f291843
-Node: Arrays\7f295502
-Node: Array Functions\7f298566
-Node: Vectors\7f301099
-Node: Vector Functions\7f302597
-Node: Bit Vectors\7f305168
-Node: Bit Vector Functions\7f306013
-Node: Symbols\7f308263
-Node: Symbol Components\7f309312
-Node: Definitions\7f313485
-Node: Creating Symbols\7f315710
-Node: Symbol Properties\7f322744
-Node: Plists and Alists\7f324271
-Node: Object Plists\7f326020
-Node: Other Plists\7f328780
-Node: Evaluation\7f330582
-Node: Intro Eval\7f331387
-Ref: Intro Eval-Footnote-1\7f334740
-Node: Eval\7f334875
-Node: Forms\7f339293
-Node: Self-Evaluating Forms\7f340452
-Node: Symbol Forms\7f341965
-Node: Classifying Lists\7f342882
-Node: Function Indirection\7f343638
-Node: Function Forms\7f346749
-Node: Macro Forms\7f347746
-Node: Special Forms\7f349346
-Node: Autoloading\7f351655
-Node: Quoting\7f352153
-Node: Control Structures\7f353514
-Node: Sequencing\7f355134
-Node: Conditionals\7f357999
-Node: Combining Conditions\7f361422
-Node: Iteration\7f364692
-Node: Nonlocal Exits\7f366471
-Node: Catch and Throw\7f367173
-Node: Examples of Catch\7f371012
-Node: Errors\7f373031
-Node: Signaling Errors\7f374520
-Node: Processing of Errors\7f379259
-Node: Handling Errors\7f381538
-Node: Error Symbols\7f388779
-Node: Cleanups\7f392735
-Node: Variables\7f396513
-Node: Global Variables\7f398282
-Node: Constant Variables\7f399358
-Node: Local Variables\7f399984
-Node: Void Variables\7f404921
-Node: Defining Variables\7f408437
-Node: Accessing Variables\7f415601
-Node: Setting Variables\7f417026
-Node: Variable Scoping\7f421545
-Node: Scope\7f423144
-Node: Extent\7f424669
-Node: Impl of Scope\7f426148
-Node: Using Scoping\7f428111
-Node: Buffer-Local Variables\7f429633
-Node: Intro to Buffer-Local\7f430469
-Node: Creating Buffer-Local\7f433012
-Node: Default Value\7f438231
-Node: Variable Aliases\7f441374
-Node: Functions\7f443159
-Node: What Is a Function\7f444253
-Node: Lambda Expressions\7f448299
-Node: Lambda Components\7f449209
-Node: Simple Lambda\7f451041
-Node: Argument List\7f452698
-Node: Function Documentation\7f456426
-Node: Function Names\7f458368
-Node: Defining Functions\7f460941
-Node: Calling Functions\7f463981
-Node: Mapping Functions\7f467830
-Node: Anonymous Functions\7f470518
-Node: Function Cells\7f473763
-Node: Inline Functions\7f478573
-Node: Related Topics\7f480383
-Node: Macros\7f481436
-Node: Simple Macro\7f482720
-Node: Expansion\7f483455
-Node: Compiling Macros\7f486459
-Node: Defining Macros\7f488295
-Node: Backquote\7f489612
-Node: Problems with Macros\7f492009
-Node: Argument Evaluation\7f492704
-Node: Surprising Local Vars\7f495619
-Node: Eval During Expansion\7f497687
-Node: Repeated Expansion\7f499380
-Node: Customization\7f501296
-Node: Common Keywords\7f501765
-Node: Group Definitions\7f504610
-Node: Variable Definitions\7f506802
-Node: Customization Types\7f511792
-Node: Simple Types\7f513227
-Node: Composite Types\7f515384
-Node: Splicing into Lists\7f520074
-Node: Type Keywords\7f521909
-Node: Loading\7f525429
-Node: How Programs Do Loading\7f527104
-Node: Autoload\7f536230
-Node: Repeated Loading\7f542309
-Node: Named Features\7f544422
-Node: Unloading\7f550854
-Node: Hooks for Loading\7f553010
-Node: Byte Compilation\7f553727
-Node: Speed of Byte-Code\7f555644
-Node: Compilation Functions\7f556851
-Node: Docs and Compilation\7f563239
-Node: Dynamic Loading\7f565892
-Node: Eval During Compile\7f568256
-Node: Compiled-Function Objects\7f569521
-Node: Disassembly\7f574319
-Node: Debugging\7f581573
-Node: Debugger\7f582985
-Node: Error Debugging\7f584130
-Node: Infinite Loops\7f586883
-Node: Function Debugging\7f588127
-Node: Explicit Debug\7f590917
-Node: Using Debugger\7f591688
-Node: Debugger Commands\7f593550
-Node: Invoking the Debugger\7f597867
-Node: Internals of Debugger\7f601782
-Node: Syntax Errors\7f606669
-Node: Excess Open\7f607917
-Node: Excess Close\7f609792
-Node: Compilation Errors\7f611213
-Node: Edebug\7f612501
-Node: Using Edebug\7f614609
-Node: Instrumenting\7f617306
-Node: Edebug Execution Modes\7f620795
-Node: Jumping\7f623905
-Node: Edebug Misc\7f626248
-Node: Breakpoints\7f627637
-Node: Global Break Condition\7f630443
-Node: Embedded Breakpoints\7f631398
-Node: Trapping Errors\7f632353
-Node: Edebug Views\7f634429
-Node: Edebug Eval\7f636394
-Node: Eval List\7f637571
-Node: Reading in Edebug\7f640956
-Node: Printing in Edebug\7f641755
-Node: Tracing\7f643470
-Node: Coverage Testing\7f645356
-Node: The Outside Context\7f647397
-Node: Checking Whether to Stop\7f648346
-Node: Edebug Display Update\7f648993
-Node: Edebug Recursive Edit\7f651016
-Node: Instrumenting Macro Calls\7f652671
-Node: Specification List\7f655153
-Node: Backtracking\7f664564
-Node: Debugging Backquote\7f666502
-Node: Specification Examples\7f670208
-Node: Edebug Options\7f672275
-Node: Read and Print\7f677612
-Node: Streams Intro\7f678589
-Node: Input Streams\7f680607
-Node: Input Functions\7f685508
-Node: Output Streams\7f687568
-Node: Output Functions\7f691619
-Node: Output Variables\7f695919
-Node: Minibuffers\7f700718
-Node: Intro to Minibuffers\7f701870
-Node: Text from Minibuffer\7f704058
-Node: Object from Minibuffer\7f709144
-Node: Minibuffer History\7f713239
-Node: Completion\7f716218
-Node: Basic Completion\7f718193
-Node: Minibuffer Completion\7f723222
-Node: Completion Commands\7f726799
-Node: High-Level Completion\7f731456
-Node: Reading File Names\7f736199
-Node: Programmed Completion\7f739891
-Node: Yes-or-No Queries\7f742273
-Node: Multiple Queries\7f748010
-Node: Reading a Password\7f752077
-Node: Minibuffer Misc\7f753414
-Node: Command Loop\7f758284
-Node: Command Overview\7f759628
-Node: Defining Commands\7f762906
-Node: Using Interactive\7f763654
-Node: Interactive Codes\7f768427
-Node: Interactive Examples\7f774219
-Node: Interactive Call\7f775533
-Node: Command Loop Info\7f780934
-Node: Events\7f785913
-Node: Event Types\7f787373
-Node: Event Contents\7f789296
-Node: Event Predicates\7f793772
-Node: Accessing Mouse Event Positions\7f795097
-Node: Frame-Level Event Position Info\7f795796
-Node: Window-Level Event Position Info\7f796836
-Node: Event Text Position Info\7f798600
-Node: Event Glyph Position Info\7f801092
-Node: Event Toolbar Position Info\7f802415
-Node: Other Event Position Info\7f803086
-Node: Accessing Other Event Info\7f803495
-Node: Working With Events\7f805115
-Node: Converting Events\7f811103
-Node: Reading Input\7f814055
-Node: Key Sequence Input\7f815057
-Node: Reading One Event\7f817011
-Node: Dispatching an Event\7f819828
-Node: Quoted Character Input\7f820279
-Node: Peeking and Discarding\7f821627
-Node: Waiting\7f825531
-Node: Quitting\7f827839
-Node: Prefix Command Arguments\7f832247
-Node: Recursive Editing\7f837334
-Node: Disabling Commands\7f842130
-Node: Command History\7f844198
-Node: Keyboard Macros\7f845935
-Node: Keymaps\7f848152
-Node: Keymap Terminology\7f849729
-Node: Format of Keymaps\7f852658
-Node: Creating Keymaps\7f853069
-Node: Inheritance and Keymaps\7f855148
-Node: Key Sequences\7f857520
-Node: Prefix Keys\7f862316
-Node: Active Keymaps\7f865901
-Node: Key Lookup\7f875222
-Node: Functions for Key Lookup\7f880385
-Node: Changing Key Bindings\7f886082
-Node: Key Binding Commands\7f892979
-Node: Scanning Keymaps\7f895044
-Node: Other Keymap Functions\7f903555
-Node: Menus\7f904177
-Node: Menu Format\7f904769
-Node: Menubar Format\7f913415
-Node: Menubar\7f914040
-Node: Modifying Menus\7f917153
-Node: Menu Filters\7f922167
-Node: Pop-Up Menus\7f924063
-Node: Menu Accelerators\7f926268
-Node: Creating Menu Accelerators\7f927024
-Node: Keyboard Menu Traversal\7f928384
-Node: Menu Accelerator Functions\7f929111
-Node: Buffers Menu\7f932188
-Node: Dialog Boxes\7f933482
-Node: Dialog Box Format\7f933649
-Node: Dialog Box Functions\7f935074
-Node: Toolbar\7f935471
-Node: Toolbar Intro\7f935906
-Node: Creating Toolbar\7f938306
-Node: Toolbar Descriptor Format\7f939223
-Node: Specifying the Toolbar\7f943720
-Node: Other Toolbar Variables\7f947325
-Node: Gutter\7f951751
-Node: Gutter Intro\7f952340
-Node: Creating Gutter\7f954343
-Node: Gutter Descriptor Format\7f957226
-Node: Specifying a Gutter\7f961683
-Node: Other Gutter Variables\7f965216
-Node: Common Gutter Widgets\7f969601
-Node: Buffer Tabs\7f970593
-Node: Progress Bars\7f970734
-Node: Scrollbars\7f970879
-Node: Drag and Drop\7f971014
-Node: Supported Protocols\7f972090
-Node: OffiX DND\7f972593
-Node: CDE dt\7f973600
-Node: MSWindows OLE\7f974191
-Node: Loose ends\7f974362
-Node: Drop Interface\7f974754
-Node: Drag Interface\7f975776
-Node: Modes\7f975950
-Node: Major Modes\7f976901
-Node: Major Mode Conventions\7f979816
-Node: Example Major Modes\7f985771
-Node: Auto Major Mode\7f993804
-Node: Mode Help\7f1001252
-Node: Derived Modes\7f1002353
-Node: Minor Modes\7f1004544
-Node: Minor Mode Conventions\7f1005846
-Node: Keymaps and Minor Modes\7f1008709
-Node: Modeline Format\7f1009544
-Node: Modeline Data\7f1011312
-Node: Modeline Variables\7f1016465
-Node: %-Constructs\7f1021181
-Node: Hooks\7f1024168
-Node: Documentation\7f1030930
-Node: Documentation Basics\7f1032353
-Node: Accessing Documentation\7f1035403
-Node: Keys in Documentation\7f1041682
-Node: Describing Characters\7f1045161
-Node: Help Functions\7f1047510
-Node: Obsoleteness\7f1053961
-Node: Files\7f1056955
-Node: Visiting Files\7f1058880
-Node: Visiting Functions\7f1060385
-Node: Subroutines of Visiting\7f1065432
-Node: Saving Buffers\7f1067505
-Node: Reading from Files\7f1073598
-Node: Writing to Files\7f1075755
-Node: File Locks\7f1078472
-Node: Information about Files\7f1081525
-Node: Testing Accessibility\7f1082286
-Node: Kinds of Files\7f1086026
-Node: Truenames\7f1087707
-Node: File Attributes\7f1088709
-Node: Changing File Attributes\7f1093848
-Node: File Names\7f1099254
-Node: File Name Components\7f1100863
-Node: Directory Names\7f1103964
-Node: Relative File Names\7f1107417
-Node: File Name Expansion\7f1108495
-Node: Unique File Names\7f1112402
-Node: File Name Completion\7f1114017
-Node: User Name Completion\7f1116678
-Node: Contents of Directories\7f1118018
-Node: Create/Delete Dirs\7f1121331
-Node: Magic File Names\7f1122437
-Node: Partial Files\7f1128067
-Node: Intro to Partial Files\7f1128295
-Node: Creating a Partial File\7f1129535
-Node: Detached Partial Files\7f1130470
-Node: Format Conversion\7f1131592
-Node: Files and MS-DOS\7f1138108
-Node: Backups and Auto-Saving\7f1140172
-Node: Backup Files\7f1140847
-Node: Making Backups\7f1142244
-Node: Rename or Copy\7f1144993
-Node: Numbered Backups\7f1147486
-Node: Backup Names\7f1149721
-Node: Auto-Saving\7f1153013
-Node: Reverting\7f1161155
-Node: Buffers\7f1164313
-Node: Buffer Basics\7f1165730
-Node: Current Buffer\7f1167783
-Node: Buffer Names\7f1172471
-Node: Buffer File Name\7f1175676
-Node: Buffer Modification\7f1179795
-Node: Modification Time\7f1181988
-Node: Read Only Buffers\7f1185363
-Node: The Buffer List\7f1187781
-Node: Creating Buffers\7f1192611
-Node: Killing Buffers\7f1194757
-Node: Indirect Buffers\7f1198488
-Node: Windows\7f1201060
-Node: Basic Windows\7f1202538
-Node: Splitting Windows\7f1205636
-Node: Deleting Windows\7f1212525
-Node: Selecting Windows\7f1215205
-Node: Cyclic Window Ordering\7f1218334
-Node: Buffers and Windows\7f1222958
-Node: Displaying Buffers\7f1224799
-Node: Choosing Window\7f1229975
-Node: Window Point\7f1237691
-Node: Window Start\7f1239738
-Node: Vertical Scrolling\7f1244228
-Node: Horizontal Scrolling\7f1250365
-Node: Size of Window\7f1253874
-Node: Position of Window\7f1258592
-Node: Resizing Windows\7f1260832
-Node: Window Configurations\7f1266261
-Node: Frames\7f1269686
-Node: Creating Frames\7f1272027
-Node: Frame Properties\7f1273368
-Node: Property Access\7f1274184
-Node: Initial Properties\7f1275033
-Node: X Frame Properties\7f1277519
-Node: Size and Position\7f1282153
-Node: Frame Name\7f1284149
-Node: Frame Titles\7f1285063
-Node: Deleting Frames\7f1286887
-Node: Finding All Frames\7f1287487
-Node: Frames and Windows\7f1289481
-Node: Minibuffers and Frames\7f1291186
-Node: Input Focus\7f1292104
-Node: Visibility of Frames\7f1295181
-Node: Raising and Lowering\7f1297100
-Node: Frame Configurations\7f1299476
-Node: Frame Hooks\7f1300070
-Node: Consoles and Devices\7f1301875
-Node: Basic Console Functions\7f1304618
-Node: Basic Device Functions\7f1305041
-Node: Console Types and Device Classes\7f1305757
-Node: Connecting to a Console or Device\7f1307958
-Node: The Selected Console and Device\7f1310121
-Node: Console and Device I/O\7f1311147
-Node: Positions\7f1311911
-Node: Point\7f1312880
-Node: Motion\7f1315970
-Node: Character Motion\7f1316737
-Node: Word Motion\7f1318974
-Node: Buffer End Motion\7f1320475
-Node: Text Lines\7f1321972
-Node: Screen Lines\7f1326567
-Node: List Motion\7f1330630
-Node: Skipping Characters\7f1334038
-Node: Excursions\7f1336257
-Node: Narrowing\7f1339289
-Node: Markers\7f1344614
-Node: Overview of Markers\7f1345520
-Node: Predicates on Markers\7f1350212
-Node: Creating Markers\7f1351458
-Node: Information from Markers\7f1355495
-Node: Changing Markers\7f1356593
-Node: The Mark\7f1357971
-Node: The Region\7f1366465
-Node: Text\7f1372151
-Node: Near Point\7f1374850
-Node: Buffer Contents\7f1379037
-Node: Comparing Text\7f1380443
-Node: Insertion\7f1381851
-Node: Commands for Insertion\7f1385693
-Node: Deletion\7f1388649
-Node: User-Level Deletion\7f1392244
-Node: The Kill Ring\7f1396405
-Node: Kill Ring Concepts\7f1398579
-Node: Kill Functions\7f1399633
-Node: Yank Commands\7f1401538
-Node: Low-Level Kill Ring\7f1403409
-Node: Internals of Kill Ring\7f1406195
-Node: Undo\7f1408975
-Node: Maintaining Undo\7f1413304
-Node: Filling\7f1415924
-Node: Margins\7f1421918
-Node: Auto Filling\7f1425847
-Node: Sorting\7f1427028
-Node: Columns\7f1436328
-Node: Indentation\7f1438844
-Node: Primitive Indent\7f1439623
-Node: Mode-Specific Indent\7f1440867
-Node: Region Indent\7f1443378
-Node: Relative Indent\7f1446326
-Node: Indent Tabs\7f1448708
-Node: Motion by Indent\7f1450029
-Node: Case Changes\7f1450808
-Node: Text Properties\7f1454059
-Node: Examining Properties\7f1455872
-Node: Changing Properties\7f1457739
-Node: Property Search\7f1461330
-Node: Special Properties\7f1466041
-Node: Saving Properties\7f1466322
-Node: Substitution\7f1469464
-Node: Registers\7f1472734
-Node: Transposition\7f1475277
-Node: Change Hooks\7f1476171
-Node: Transformations\7f1478211
-Node: Searching and Matching\7f1482596
-Node: String Search\7f1483727
-Node: Regular Expressions\7f1488451
-Node: Syntax of Regexps\7f1489818
-Node: Regexp Example\7f1504421
-Node: Regexp Search\7f1506591
-Node: POSIX Regexps\7f1512679
-Node: Search and Replace\7f1514514
-Node: Match Data\7f1517879
-Node: Simple Match Data\7f1519009
-Node: Replacing Match\7f1523274
-Node: Entire Match Data\7f1525608
-Node: Saving Match Data\7f1527599
-Node: Searching and Case\7f1528980
-Node: Standard Regexps\7f1531014
-Node: Syntax Tables\7f1533212
-Node: Syntax Basics\7f1534326
-Node: Syntax Descriptors\7f1537298
-Node: Syntax Class Table\7f1539148
-Node: Syntax Flags\7f1545186
-Node: Syntax Table Functions\7f1548403
-Node: Motion and Syntax\7f1552267
-Node: Parsing Expressions\7f1553719
-Node: Standard Syntax Tables\7f1559788
-Node: Syntax Table Internals\7f1560632
-Node: Abbrevs\7f1561658
-Node: Abbrev Mode\7f1563461
-Node: Abbrev Tables\7f1564181
-Node: Defining Abbrevs\7f1565714
-Node: Abbrev Files\7f1567619
-Node: Abbrev Expansion\7f1569392
-Node: Standard Abbrev Tables\7f1574023
-Node: Extents\7f1575182
-Node: Intro to Extents\7f1576425
-Node: Creating and Modifying Extents\7f1580417
-Node: Extent Endpoints\7f1581924
-Node: Finding Extents\7f1585187
-Node: Mapping Over Extents\7f1588935
-Node: Extent Properties\7f1595052
-Node: Detached Extents\7f1605196
-Node: Extent Parents\7f1607055
-Node: Duplicable Extents\7f1608749
-Node: Extents and Events\7f1611970
-Node: Atomic Extents\7f1613877
-Node: Specifiers\7f1614324
-Node: Introduction to Specifiers\7f1616437
-Node: Specifiers In-Depth\7f1618747
-Node: Specifier Instancing\7f1623659
-Node: Specifier Types\7f1626921
-Node: Adding Specifications\7f1631995
-Node: Retrieving Specifications\7f1641357
-Node: Specifier Tag Functions\7f1645092
-Node: Specifier Instancing Functions\7f1648326
-Node: Specifier Example\7f1651733
-Node: Creating Specifiers\7f1654889
-Node: Specifier Validation Functions\7f1659206
-Node: Other Specification Functions\7f1661590
-Node: Faces and Window-System Objects\7f1665409
-Node: Faces\7f1665733
-Node: Merging Faces\7f1667350
-Node: Basic Face Functions\7f1669311
-Node: Face Properties\7f1671409
-Node: Face Convenience Functions\7f1681651
-Node: Other Face Display Functions\7f1684781
-Node: Fonts\7f1685594
-Node: Font Specifiers\7f1686295
-Node: Font Instances\7f1687480
-Node: Font Instance Names\7f1688447
-Node: Font Instance Size\7f1689288
-Node: Font Instance Characteristics\7f1690574
-Node: Font Convenience Functions\7f1691743
-Node: Colors\7f1693033
-Node: Color Specifiers\7f1693473
-Node: Color Instances\7f1695831
-Node: Color Instance Properties\7f1696575
-Node: Color Convenience Functions\7f1697201
-Node: Glyphs\7f1698254
-Node: Glyph Functions\7f1699855
-Node: Creating Glyphs\7f1700262
-Node: Glyph Properties\7f1712902
-Node: Glyph Convenience Functions\7f1722069
-Node: Glyph Dimensions\7f1726016
-Node: Images\7f1727096
-Node: Image Specifiers\7f1727545
-Node: Image Instantiator Conversion\7f1742891
-Node: Image Instances\7f1744256
-Node: Image Instance Types\7f1745007
-Node: Image Instance Functions\7f1747770
-Node: Glyph Types\7f1754821
-Node: Mouse Pointer\7f1756593
-Node: Redisplay Glyphs\7f1759596
-Node: Subwindows\7f1760629
-Node: Annotations\7f1760872
-Node: Annotation Basics\7f1761888
-Node: Annotation Primitives\7f1765826
-Node: Annotation Properties\7f1767155
-Node: Locating Annotations\7f1770195
-Node: Margin Primitives\7f1771032
-Node: Annotation Hooks\7f1772926
-Node: Display\7f1773586
-Node: Refresh Screen\7f1774564
-Node: Truncation\7f1776475
-Node: The Echo Area\7f1779000
-Node: Warnings\7f1785435
-Node: Invisible Text\7f1789871
-Node: Selective Display\7f1792450
-Node: Overlay Arrow\7f1796576
-Node: Temporary Displays\7f1797929
-Node: Blinking\7f1802050
-Node: Usual Display\7f1804235
-Node: Display Tables\7f1806784
-Node: Display Table Format\7f1807588
-Node: Active Display Table\7f1809030
-Node: Character Descriptors\7f1813025
-Node: Beeping\7f1813782
-Node: Hash Tables\7f1818548
-Node: Introduction to Hash Tables\7f1819156
-Node: Working With Hash Tables\7f1825715
-Node: Weak Hash Tables\7f1826832
-Node: Range Tables\7f1828849
-Node: Introduction to Range Tables\7f1829538
-Node: Working With Range Tables\7f1829969
-Node: Databases\7f1830854
-Node: Connecting to a Database\7f1831153
-Node: Working With a Database\7f1832245
-Node: Other Database Functions\7f1833103
-Node: Processes\7f1833677
-Node: Subprocess Creation\7f1835901
-Node: Synchronous Processes\7f1839190
-Node: MS-DOS Subprocesses\7f1845908
-Node: Asynchronous Processes\7f1846982
-Node: Deleting Processes\7f1850695
-Node: Process Information\7f1852566
-Node: Input to Processes\7f1856492
-Node: Signals to Processes\7f1858782
-Node: Output from Processes\7f1863598
-Node: Process Buffers\7f1864410
-Node: Filter Functions\7f1867277
-Node: Accepting Output\7f1872847
-Node: Sentinels\7f1874374
-Node: Process Window Size\7f1877864
-Node: Transaction Queues\7f1878213
-Node: Network\7f1879911
-Node: System Interface\7f1881745
-Node: Starting Up\7f1883015
-Node: Start-up Summary\7f1883609
-Node: Init File\7f1887163
-Node: Terminal-Specific\7f1889544
-Node: Command Line Arguments\7f1892703
-Node: Getting Out\7f1896192
-Node: Killing XEmacs\7f1896761
-Node: Suspending XEmacs\7f1898430
-Node: System Environment\7f1901772
-Node: User Identification\7f1908439
-Node: Time of Day\7f1911968
-Node: Time Conversion\7f1914755
-Node: Timers\7f1919795
-Node: Terminal Input\7f1921968
-Node: Input Modes\7f1922471
-Node: Translating Input\7f1924884
-Node: Recording Input\7f1929049
-Node: Terminal Output\7f1931149
-Node: Flow Control\7f1934772
-Node: Batch Mode\7f1938564
-Node: X-Windows\7f1939946
-Node: X Selections\7f1940817
-Node: X Server\7f1943027
-Node: Resources\7f1943478
-Node: Server Data\7f1948787
-Node: Grabs\7f1949994
-Node: X Miscellaneous\7f1951574
-Node: ToolTalk Support\7f1953959
-Node: XEmacs ToolTalk API Summary\7f1954176
-Node: Sending Messages\7f1955476
-Node: Example of Sending Messages\7f1955727
-Node: Elisp Interface for Sending Messages\7f1956789
-Node: Receiving Messages\7f1963181
-Node: Example of Receiving Messages\7f1963404
-Node: Elisp Interface for Receiving Messages\7f1964240
-Node: LDAP Support\7f1968065
-Node: Building XEmacs with LDAP support\7f1968559
-Node: XEmacs LDAP API\7f1969536
-Node: LDAP Variables\7f1970588
-Node: The High-Level LDAP API\7f1973188
-Node: The Low-Level LDAP API\7f1976651
-Node: The LDAP Lisp Object\7f1977482
-Node: Opening and Closing a LDAP Connection\7f1978035
-Node: Low-level Operations on a LDAP Server\7f1979835
-Node: LDAP Internationalization\7f1982529
-Node: LDAP Internationalization Variables\7f1983434
-Node: Encoder/Decoder Functions\7f1985163
-Node: Syntax of Search Filters\7f1986202
-Node: PostgreSQL Support\7f1987500
-Node: Building XEmacs with PostgreSQL support\7f1987895
-Node: XEmacs PostgreSQL libpq API\7f1989242
-Node: libpq Lisp Variables\7f1991121
-Node: libpq Lisp Symbols and DataTypes\7f1994085
-Node: Synchronous Interface Functions\7f2007325
-Node: Asynchronous Interface Functions\7f2011816
-Node: Large Object Support\7f2015319
-Node: Other libpq Functions\7f2015946
-Node: Unimplemented libpq Functions\7f2018981
-Node: XEmacs PostgreSQL libpq Examples\7f2024300
-Node: Internationalization\7f2030391
-Node: I18N Levels 1 and 2\7f2030734
-Node: I18N Level 3\7f2031440
-Node: Level 3 Basics\7f2031721
-Node: Level 3 Primitives\7f2032554
-Node: Dynamic Messaging\7f2034160
-Node: Domain Specification\7f2034623
-Node: Documentation String Extraction\7f2036526
-Node: I18N Level 4\7f2037444
-Node: MULE\7f2037636
-Node: Internationalization Terminology\7f2038685
-Node: Charsets\7f2050884
-Node: Charset Properties\7f2051580
-Node: Basic Charset Functions\7f2056295
-Node: Charset Property Functions\7f2058476
-Node: Predefined Charsets\7f2060518
-Node: MULE Characters\7f2063438
-Node: Composite Characters\7f2064285
-Node: Coding Systems\7f2065545
-Node: Coding System Types\7f2067685
-Node: ISO 2022\7f2071669
-Node: EOL Conversion\7f2083944
-Node: Coding System Properties\7f2085116
-Node: Basic Coding System Functions\7f2089433
-Node: Coding System Property Functions\7f2091467
-Node: Encoding and Decoding Text\7f2092025
-Node: Detection of Textual Encoding\7f2093161
-Node: Big5 and Shift-JIS Functions\7f2094697
-Node: Predefined Coding Systems\7f2095823
-Node: CCL\7f2107917
-Node: CCL Syntax\7f2111021
-Node: CCL Statements\7f2112597
-Node: CCL Expressions\7f2117245
-Node: Calling CCL\7f2119784
-Node: CCL Examples\7f2122773
-Node: Category Tables\7f2122910
-Node: Tips\7f2125268
-Node: Style Tips\7f2125909
-Node: Compilation Tips\7f2135428
-Node: Documentation Tips\7f2137342
-Node: Comment Tips\7f2142851
-Node: Library Headers\7f2145853
-Node: Building XEmacs and Object Allocation\7f2149825
-Node: Building XEmacs\7f2150708
-Node: Pure Storage\7f2157043
-Node: Garbage Collection\7f2159831
-Node: Standard Errors\7f2170970
-Node: Standard Buffer-Local Variables\7f2175179
-Node: Standard Keymaps\7f2177812
-Node: Standard Hooks\7f2181544
-Node: Index\7f2189044
+Node: Copying\7f50069
+Node: Introduction\7f69219
+Node: Caveats\7f70801
+Node: Lisp History\7f72477
+Node: Conventions\7f73730
+Node: Some Terms\7f74542
+Node: nil and t\7f75260
+Node: Evaluation Notation\7f76934
+Node: Printing Notation\7f77845
+Node: Error Messages\7f78715
+Node: Buffer Text Notation\7f79153
+Node: Format of Descriptions\7f80025
+Node: A Sample Function Description\7f80876
+Node: A Sample Variable Description\7f84859
+Node: Acknowledgements\7f85764
+Node: Packaging\7f87739
+Node: Package Overview\7f89486
+Node: The User View\7f91666
+Node: The Library Maintainer View\7f98125
+Node: Infrastructure\7f100037
+Node: Control Files\7f103981
+Node: Obtaining\7f106049
+Node: The Package Release Engineer View\7f106563
+Node: Package Terminology\7f107294
+Node: Building Packages\7f110118
+Node: Makefile Targets\7f111327
+Node: Local.rules File\7f113188
+Node: Creating Packages\7f120123
+Node: package-info.in\7f120657
+Node: Makefile\7f125512
+Node: Documenting Packages\7f139309
+Node: Issues\7f140602
+Node: Lisp Data Types\7f140717
+Node: Printed Representation\7f143266
+Node: Comments\7f145305
+Node: Primitive Types\7f146199
+Node: Programming Types\7f147855
+Node: Integer Type\7f149804
+Node: Floating Point Type\7f150838
+Node: Character Type\7f151454
+Node: Symbol Type\7f159355
+Node: Sequence Type\7f162047
+Node: Cons Cell Type\7f163563
+Node: Dotted Pair Notation\7f168044
+Node: Association List Type\7f170162
+Node: Array Type\7f171042
+Node: String Type\7f172505
+Node: Vector Type\7f175183
+Node: Bit Vector Type\7f175952
+Node: Function Type\7f176811
+Node: Macro Type\7f177921
+Node: Primitive Function Type\7f178615
+Node: Compiled-Function Type\7f180138
+Node: Autoload Type\7f180689
+Node: Char Table Type\7f181700
+Node: Hash Table Type\7f181871
+Node: Range Table Type\7f183022
+Node: Weak List Type\7f183872
+Node: Editing Types\7f184019
+Node: Buffer Type\7f185643
+Node: Marker Type\7f187667
+Node: Extent Type\7f188387
+Node: Window Type\7f189652
+Node: Frame Type\7f191060
+Node: Device Type\7f191852
+Node: Console Type\7f192675
+Node: Window Configuration Type\7f193873
+Node: Event Type\7f194568
+Node: Process Type\7f194729
+Node: Stream Type\7f195761
+Node: Keymap Type\7f196881
+Node: Syntax Table Type\7f197416
+Node: Display Table Type\7f198435
+Node: Database Type\7f198872
+Node: Charset Type\7f199035
+Node: Coding System Type\7f199196
+Node: ToolTalk Message Type\7f199377
+Node: ToolTalk Pattern Type\7f199573
+Node: Window-System Types\7f199742
+Node: Face Type\7f200885
+Node: Glyph Type\7f201013
+Node: Specifier Type\7f201166
+Node: Font Instance Type\7f201336
+Node: Color Instance Type\7f201523
+Node: Image Instance Type\7f201717
+Node: Toolbar Button Type\7f201912
+Node: Subwindow Type\7f202102
+Node: X Resource Type\7f202278
+Node: Type Predicates\7f202428
+Node: Equality Predicates\7f211554
+Node: Numbers\7f216362
+Node: Integer Basics\7f217814
+Node: Float Basics\7f220160
+Node: Predicates on Numbers\7f221899
+Node: Comparison of Numbers\7f223529
+Node: Numeric Conversions\7f227347
+Node: Arithmetic Operations\7f228810
+Node: Rounding Operations\7f234946
+Node: Bitwise Operations\7f236056
+Node: Math Functions\7f245099
+Node: Random Numbers\7f247631
+Node: Strings and Characters\7f249394
+Node: String Basics\7f250844
+Node: Predicates for Strings\7f253259
+Node: Creating Strings\7f254019
+Node: Predicates for Characters\7f259357
+Node: Character Codes\7f260428
+Node: Text Comparison\7f261848
+Node: String Conversion\7f265293
+Node: Modifying Strings\7f268960
+Node: String Properties\7f269598
+Node: Formatting Strings\7f270240
+Node: Character Case\7f279855
+Node: Case Tables\7f283406
+Node: Char Tables\7f287373
+Node: Char Table Types\7f288763
+Node: Working With Char Tables\7f290345
+Node: Lists\7f292362
+Node: Cons Cells\7f293482
+Node: Lists as Boxes\7f294815
+Node: List-related Predicates\7f297454
+Node: List Elements\7f299153
+Node: Building Lists\7f304179
+Node: Modifying Lists\7f310167
+Node: Setcar\7f310976
+Node: Setcdr\7f313404
+Node: Rearrangement\7f315922
+Node: Sets And Lists\7f321505
+Node: Association Lists\7f325730
+Ref: Association Lists-Footnote-1\7f335018
+Node: Property Lists\7f335223
+Node: Working With Normal Plists\7f336768
+Node: Working With Lax Plists\7f339105
+Node: Converting Plists To/From Alists\7f341382
+Node: Weak Lists\7f342730
+Node: Sequences Arrays Vectors\7f344890
+Node: Sequence Functions\7f347523
+Node: Arrays\7f351179
+Node: Array Functions\7f354240
+Node: Vectors\7f356770
+Node: Vector Functions\7f358265
+Node: Bit Vectors\7f360833
+Node: Bit Vector Functions\7f361675
+Node: Symbols\7f363971
+Node: Symbol Components\7f365017
+Node: Definitions\7f369197
+Node: Creating Symbols\7f371419
+Node: Symbol Properties\7f378450
+Node: Plists and Alists\7f379974
+Node: Object Plists\7f381720
+Node: Other Plists\7f384477
+Node: Evaluation\7f386273
+Node: Intro Eval\7f387075
+Ref: Intro Eval-Footnote-1\7f390425
+Node: Eval\7f390560
+Node: Forms\7f394976
+Node: Self-Evaluating Forms\7f396133
+Node: Symbol Forms\7f397643
+Node: Classifying Lists\7f398557
+Node: Function Indirection\7f399310
+Node: Function Forms\7f402406
+Node: Macro Forms\7f403400
+Node: Special Forms\7f404997
+Node: Autoloading\7f407303
+Node: Quoting\7f407798
+Node: Control Structures\7f409156
+Node: Sequencing\7f410774
+Node: Conditionals\7f413636
+Node: Combining Conditions\7f417056
+Node: Iteration\7f420323
+Node: Nonlocal Exits\7f422099
+Node: Catch and Throw\7f422797
+Node: Examples of Catch\7f426633
+Node: Errors\7f428649
+Node: Signaling Errors\7f430135
+Node: Processing of Errors\7f438879
+Node: Handling Errors\7f441154
+Node: Error Symbols\7f448390
+Node: Cleanups\7f452343
+Node: Variables\7f456118
+Node: Global Variables\7f457885
+Node: Constant Variables\7f458958
+Node: Local Variables\7f459581
+Node: Void Variables\7f464516
+Node: Defining Variables\7f468029
+Node: Accessing Variables\7f475190
+Node: Setting Variables\7f476612
+Node: Variable Scoping\7f481128
+Node: Scope\7f482724
+Node: Extent\7f484247
+Node: Impl of Scope\7f485723
+Node: Using Scoping\7f487683
+Node: Buffer-Local Variables\7f489202
+Node: Intro to Buffer-Local\7f490035
+Node: Creating Buffer-Local\7f492575
+Node: Default Value\7f498474
+Node: Variable Aliases\7f501614
+Node: Functions\7f503462
+Node: What Is a Function\7f504553
+Node: Lambda Expressions\7f508596
+Node: Lambda Components\7f509503
+Node: Simple Lambda\7f511328
+Node: Argument List\7f512982
+Node: Function Documentation\7f516707
+Node: Function Names\7f518646
+Node: Defining Functions\7f521216
+Node: Calling Functions\7f524253
+Node: Mapping Functions\7f528098
+Node: Anonymous Functions\7f530795
+Node: Function Cells\7f534037
+Node: Inline Functions\7f538852
+Node: Related Topics\7f540659
+Node: Macros\7f541709
+Node: Simple Macro\7f542990
+Node: Expansion\7f543722
+Node: Compiling Macros\7f546723
+Node: Defining Macros\7f548556
+Node: Backquote\7f549870
+Node: Problems with Macros\7f552264
+Node: Argument Evaluation\7f552955
+Node: Surprising Local Vars\7f555867
+Node: Eval During Expansion\7f557929
+Node: Repeated Expansion\7f559619
+Node: Customization\7f561532
+Node: Common Keywords\7f561998
+Node: Group Definitions\7f564839
+Node: Variable Definitions\7f567029
+Node: Customization Types\7f572016
+Node: Simple Types\7f573448
+Node: Composite Types\7f575602
+Node: Splicing into Lists\7f580289
+Node: Type Keywords\7f582121
+Node: Loading\7f585639
+Node: How Programs Do Loading\7f587311
+Node: Autoload\7f596434
+Node: Repeated Loading\7f602501
+Node: Named Features\7f604611
+Node: Unloading\7f611038
+Node: Hooks for Loading\7f613191
+Node: Byte Compilation\7f613908
+Node: Speed of Byte-Code\7f615972
+Node: Compilation Functions\7f617176
+Node: Compilation Options\7f623946
+Node: Docs and Compilation\7f633876
+Node: Dynamic Loading\7f636541
+Node: Eval During Compile\7f638917
+Node: Compiled-Function Objects\7f640179
+Node: Disassembly\7f644977
+Node: Different Behavior\7f652255
+Node: Debugging\7f653597
+Node: Debugger\7f655006
+Node: Error Debugging\7f656148
+Node: Infinite Loops\7f658898
+Node: Function Debugging\7f660139
+Node: Explicit Debug\7f662936
+Node: Using Debugger\7f663704
+Node: Debugger Commands\7f665563
+Node: Invoking the Debugger\7f669877
+Node: Internals of Debugger\7f673789
+Node: Syntax Errors\7f678673
+Node: Excess Open\7f679918
+Node: Excess Close\7f681790
+Node: Compilation Errors\7f683208
+Node: Edebug\7f684493
+Node: Using Edebug\7f686598
+Node: Instrumenting\7f689292
+Node: Edebug Execution Modes\7f692778
+Node: Jumping\7f695885
+Node: Edebug Misc\7f698226
+Node: Breakpoints\7f699612
+Node: Global Break Condition\7f702415
+Node: Embedded Breakpoints\7f703367
+Node: Trapping Errors\7f704319
+Node: Edebug Views\7f706392
+Node: Edebug Eval\7f708355
+Node: Eval List\7f709529
+Node: Reading in Edebug\7f712911
+Node: Printing in Edebug\7f713707
+Node: Tracing\7f715419
+Node: Coverage Testing\7f717304
+Node: The Outside Context\7f719342
+Node: Checking Whether to Stop\7f720288
+Node: Edebug Display Update\7f720932
+Node: Edebug Recursive Edit\7f722952
+Node: Instrumenting Macro Calls\7f724604
+Node: Specification List\7f727082
+Node: Backtracking\7f736492
+Node: Debugging Backquote\7f738427
+Node: Specification Examples\7f742130
+Node: Edebug Options\7f744194
+Node: Read and Print\7f749530
+Node: Streams Intro\7f750504
+Node: Input Streams\7f752519
+Node: Input Functions\7f757417
+Node: Output Streams\7f759474
+Node: Output Functions\7f763522
+Node: Output Variables\7f767819
+Node: Minibuffers\7f772620
+Node: Intro to Minibuffers\7f773769
+Node: Text from Minibuffer\7f775954
+Node: Object from Minibuffer\7f781045
+Node: Minibuffer History\7f785135
+Node: Completion\7f788111
+Node: Basic Completion\7f790083
+Node: Minibuffer Completion\7f794963
+Node: Completion Commands\7f798537
+Node: High-Level Completion\7f803191
+Node: Reading File Names\7f807937
+Node: Programmed Completion\7f811626
+Node: Yes-or-No Queries\7f814005
+Node: Multiple Queries\7f819739
+Node: Reading a Password\7f823803
+Node: Minibuffer Misc\7f825143
+Node: Command Loop\7f830020
+Node: Command Overview\7f831361
+Node: Defining Commands\7f834635
+Node: Using Interactive\7f835380
+Node: Interactive Codes\7f840150
+Node: Interactive Examples\7f845939
+Node: Interactive Call\7f847250
+Node: Command Loop Info\7f852661
+Node: Events\7f857637
+Node: Event Types\7f859095
+Node: Event Contents\7f861015
+Node: Event Predicates\7f865489
+Node: Accessing Mouse Event Positions\7f866804
+Node: Frame-Level Event Position Info\7f867500
+Node: Window-Level Event Position Info\7f868537
+Node: Event Text Position Info\7f870298
+Node: Event Glyph Position Info\7f872787
+Node: Event Toolbar Position Info\7f874107
+Node: Other Event Position Info\7f874778
+Node: Accessing Other Event Info\7f875187
+Node: Working With Events\7f876804
+Node: Converting Events\7f882802
+Node: Reading Input\7f886198
+Node: Key Sequence Input\7f887197
+Node: Reading One Event\7f889829
+Node: Dispatching an Event\7f892650
+Node: Quoted Character Input\7f893101
+Node: Peeking and Discarding\7f894447
+Node: Waiting\7f898349
+Node: Quitting\7f900660
+Node: Prefix Command Arguments\7f905065
+Node: Recursive Editing\7f910149
+Node: Disabling Commands\7f914940
+Node: Command History\7f917005
+Node: Keyboard Macros\7f918739
+Node: Keymaps\7f920953
+Node: Keymap Terminology\7f922527
+Node: Format of Keymaps\7f925453
+Node: Creating Keymaps\7f925861
+Node: Inheritance and Keymaps\7f927938
+Node: Key Sequences\7f930307
+Node: Prefix Keys\7f935100
+Node: Active Keymaps\7f938682
+Node: Key Lookup\7f948050
+Node: Functions for Key Lookup\7f953210
+Node: Changing Key Bindings\7f958908
+Node: Key Binding Commands\7f966067
+Node: Scanning Keymaps\7f968129
+Node: Other Keymap Functions\7f976695
+Node: Menus\7f977317
+Node: Menu Format\7f977909
+Node: Menubar Format\7f986552
+Node: Menubar\7f987174
+Node: Modifying Menus\7f990287
+Node: Menu Filters\7f995628
+Node: Pop-Up Menus\7f997521
+Node: Menu Accelerators\7f999849
+Node: Creating Menu Accelerators\7f1000602
+Node: Keyboard Menu Traversal\7f1001959
+Node: Menu Accelerator Functions\7f1002684
+Node: Buffers Menu\7f1005779
+Node: Dialog Boxes\7f1007070
+Node: Dialog Box Format\7f1007237
+Node: Dialog Box Functions\7f1008659
+Node: Toolbar\7f1009056
+Node: Toolbar Intro\7f1009491
+Node: Creating Toolbar\7f1011889
+Node: Toolbar Descriptor Format\7f1012806
+Node: Specifying the Toolbar\7f1017300
+Node: Other Toolbar Variables\7f1020904
+Node: Gutter\7f1025329
+Node: Gutter Intro\7f1025915
+Node: Creating Gutter\7f1027915
+Node: Gutter Descriptor Format\7f1030802
+Node: Specifying a Gutter\7f1035256
+Node: Other Gutter Variables\7f1038788
+Node: Common Gutter Widgets\7f1043172
+Node: Buffer Tabs\7f1044161
+Node: Progress Bars\7f1044299
+Node: Scrollbars\7f1044441
+Node: Drag and Drop\7f1044573
+Node: Supported Protocols\7f1045646
+Node: OffiX DND\7f1046146
+Node: CDE dt\7f1047150
+Node: MSWindows OLE\7f1047738
+Node: Loose ends\7f1047906
+Node: Drop Interface\7f1048295
+Node: Drag Interface\7f1049315
+Node: Modes\7f1049486
+Node: Major Modes\7f1050434
+Node: Major Mode Conventions\7f1053346
+Node: Example Major Modes\7f1059298
+Node: Auto Major Mode\7f1067329
+Node: Mode Help\7f1074776
+Node: Derived Modes\7f1075874
+Node: Minor Modes\7f1078062
+Node: Minor Mode Conventions\7f1079361
+Node: Keymaps and Minor Modes\7f1082221
+Node: Modeline Format\7f1083053
+Node: Modeline Data\7f1084818
+Node: Modeline Variables\7f1089968
+Node: %-Constructs\7f1094681
+Node: Hooks\7f1097665
+Node: Documentation\7f1104422
+Node: Documentation Basics\7f1105842
+Node: Accessing Documentation\7f1108890
+Node: Keys in Documentation\7f1115171
+Node: Describing Characters\7f1118651
+Node: Help Functions\7f1120997
+Node: Obsoleteness\7f1127444
+Node: Files\7f1130433
+Node: Visiting Files\7f1132355
+Node: Visiting Functions\7f1133857
+Node: Subroutines of Visiting\7f1139013
+Node: Saving Buffers\7f1141083
+Node: Reading from Files\7f1147173
+Node: Writing to Files\7f1149331
+Node: File Locks\7f1152045
+Node: Information about Files\7f1155109
+Node: Testing Accessibility\7f1155867
+Node: Kinds of Files\7f1159604
+Node: Truenames\7f1161282
+Node: File Attributes\7f1162281
+Node: Changing File Attributes\7f1167417
+Node: File Names\7f1172836
+Node: File Name Components\7f1174405
+Node: Directory Names\7f1176847
+Node: Relative File Names\7f1180074
+Node: File Name Expansion\7f1181040
+Node: Unique File Names\7f1184791
+Node: File Name Completion\7f1186403
+Node: User Name Completion\7f1189668
+Node: Contents of Directories\7f1191072
+Node: Create/Delete Dirs\7f1194382
+Node: Magic File Names\7f1195485
+Node: Partial Files\7f1201130
+Node: Intro to Partial Files\7f1201358
+Node: Creating a Partial File\7f1202595
+Node: Detached Partial Files\7f1203531
+Node: Format Conversion\7f1204650
+Node: Files and MS-DOS\7f1210145
+Node: Backups and Auto-Saving\7f1212206
+Node: Backup Files\7f1212878
+Node: Making Backups\7f1214272
+Node: Rename or Copy\7f1217021
+Node: Numbered Backups\7f1219511
+Node: Backup Names\7f1221743
+Node: Auto-Saving\7f1225032
+Node: Reverting\7f1233191
+Node: Buffers\7f1236524
+Node: Buffer Basics\7f1237937
+Node: Current Buffer\7f1239983
+Node: Buffer Names\7f1244684
+Node: Buffer File Name\7f1247888
+Node: Buffer Modification\7f1252004
+Node: Modification Time\7f1254244
+Node: Read Only Buffers\7f1257616
+Node: The Buffer List\7f1260852
+Node: Creating Buffers\7f1265666
+Node: Killing Buffers\7f1267809
+Node: Indirect Buffers\7f1271638
+Node: Windows\7f1274209
+Node: Basic Windows\7f1275684
+Node: Splitting Windows\7f1278779
+Node: Deleting Windows\7f1284102
+Node: Selecting Windows\7f1288017
+Node: Cyclic Window Ordering\7f1292237
+Node: Buffers and Windows\7f1297389
+Node: Displaying Buffers\7f1299164
+Node: Choosing Window\7f1304500
+Node: Window Point\7f1312415
+Node: Window Start\7f1314482
+Node: Vertical Scrolling\7f1319278
+Node: Horizontal Scrolling\7f1325473
+Node: Size of Window\7f1328999
+Node: Position of Window\7f1333714
+Node: Resizing Windows\7f1335964
+Node: Window Configurations\7f1341399
+Node: Frames\7f1344885
+Node: Creating Frames\7f1347223
+Node: Frame Properties\7f1348560
+Node: Property Access\7f1349373
+Node: Initial Properties\7f1350277
+Node: X Frame Properties\7f1352760
+Node: Size and Position\7f1357391
+Node: Frame Name\7f1359386
+Node: Frame Titles\7f1360297
+Node: Deleting Frames\7f1362118
+Node: Finding All Frames\7f1363089
+Node: Frames and Windows\7f1366317
+Node: Minibuffers and Frames\7f1369096
+Node: Input Focus\7f1370011
+Node: Visibility of Frames\7f1373113
+Node: Raising and Lowering\7f1375100
+Node: Frame Configurations\7f1377473
+Node: Frame Hooks\7f1378527
+Node: Consoles and Devices\7f1380329
+Node: Basic Console Functions\7f1383069
+Node: Basic Device Functions\7f1383492
+Node: Console Types and Device Classes\7f1384338
+Node: Connecting to a Console or Device\7f1386602
+Node: The Selected Console and Device\7f1388786
+Node: Console and Device I/O\7f1389812
+Node: Positions\7f1390576
+Node: Point\7f1391543
+Node: Motion\7f1394630
+Node: Character Motion\7f1395394
+Node: Word Motion\7f1397629
+Node: Buffer End Motion\7f1399016
+Node: Text Lines\7f1400550
+Node: Screen Lines\7f1405447
+Node: List Motion\7f1409507
+Node: Skipping Characters\7f1412987
+Node: Excursions\7f1415203
+Node: Narrowing\7f1418240
+Node: Markers\7f1423568
+Node: Overview of Markers\7f1424471
+Node: Predicates on Markers\7f1429160
+Node: Creating Markers\7f1430403
+Node: Information from Markers\7f1434600
+Node: Changing Markers\7f1435695
+Node: The Mark\7f1437220
+Node: The Region\7f1445721
+Node: Text\7f1451433
+Node: Near Point\7f1454129
+Node: Buffer Contents\7f1458313
+Node: Comparing Text\7f1459716
+Node: Insertion\7f1461121
+Node: Commands for Insertion\7f1465028
+Node: Deletion\7f1467919
+Node: User-Level Deletion\7f1471566
+Node: The Kill Ring\7f1475723
+Node: Kill Ring Concepts\7f1477894
+Node: Kill Functions\7f1478945
+Node: Yank Commands\7f1480865
+Node: Low-Level Kill Ring\7f1482733
+Node: Internals of Kill Ring\7f1485816
+Node: Undo\7f1488593
+Node: Maintaining Undo\7f1492927
+Node: Filling\7f1495542
+Node: Margins\7f1501533
+Node: Auto Filling\7f1505556
+Node: Sorting\7f1506734
+Node: Columns\7f1516045
+Node: Indentation\7f1519123
+Node: Primitive Indent\7f1519899
+Node: Mode-Specific Indent\7f1521221
+Node: Region Indent\7f1523750
+Node: Relative Indent\7f1526694
+Node: Indent Tabs\7f1529073
+Node: Motion by Indent\7f1530391
+Node: Case Changes\7f1531167
+Node: Text Properties\7f1534517
+Node: Examining Properties\7f1536327
+Node: Changing Properties\7f1538207
+Node: Property Search\7f1541795
+Node: Special Properties\7f1546511
+Node: Saving Properties\7f1546789
+Node: Substitution\7f1549928
+Node: Registers\7f1553195
+Node: Transposition\7f1555774
+Node: Change Hooks\7f1556665
+Node: Transformations\7f1558702
+Node: Searching and Matching\7f1563802
+Node: String Search\7f1564930
+Node: Regular Expressions\7f1569908
+Node: Syntax of Regexps\7f1571272
+Node: Regexp Example\7f1585872
+Node: Regexp Search\7f1588039
+Node: POSIX Regexps\7f1594373
+Node: Search and Replace\7f1596447
+Node: Match Data\7f1599812
+Node: Simple Match Data\7f1600939
+Node: Replacing Match\7f1605201
+Node: Entire Match Data\7f1607879
+Node: Saving Match Data\7f1610114
+Node: Searching and Case\7f1611499
+Node: Standard Regexps\7f1613530
+Node: Syntax Tables\7f1615725
+Node: Syntax Basics\7f1616836
+Node: Syntax Descriptors\7f1619812
+Node: Syntax Class Table\7f1621659
+Node: Syntax Flags\7f1627838
+Node: Syntax Table Functions\7f1632234
+Node: Motion and Syntax\7f1636529
+Node: Parsing Expressions\7f1637978
+Node: Standard Syntax Tables\7f1644073
+Node: Syntax Table Internals\7f1644914
+Node: Abbrevs\7f1645937
+Node: Abbrev Mode\7f1647738
+Node: Abbrev Tables\7f1648455
+Node: Defining Abbrevs\7f1649991
+Node: Abbrev Files\7f1651909
+Node: Abbrev Expansion\7f1653689
+Node: Standard Abbrev Tables\7f1658317
+Node: Extents\7f1659473
+Node: Intro to Extents\7f1660712
+Node: Creating and Modifying Extents\7f1664701
+Node: Extent Endpoints\7f1666282
+Node: Finding Extents\7f1669542
+Node: Mapping Over Extents\7f1673661
+Node: Extent Properties\7f1679781
+Node: Detached Extents\7f1690001
+Node: Extent Parents\7f1691857
+Node: Duplicable Extents\7f1693548
+Node: Extents and Events\7f1696766
+Node: Atomic Extents\7f1698724
+Node: Specifiers\7f1699168
+Node: Introduction to Specifiers\7f1701297
+Node: Simple Specifier Usage\7f1705478
+Node: Specifiers In-Depth\7f1711896
+Node: Specifier Instancing\7f1718530
+Node: Specifier Types\7f1721789
+Node: Adding Specifications\7f1726860
+Node: Retrieving Specifications\7f1738350
+Node: Specifier Tag Functions\7f1742095
+Node: Specifier Instancing Functions\7f1745326
+Node: Specifier Examples\7f1750181
+Node: Creating Specifiers\7f1757885
+Node: Specifier Validation Functions\7f1762228
+Node: Other Specification Functions\7f1764614
+Node: Faces and Window-System Objects\7f1768496
+Node: Faces\7f1768820
+Node: Merging Faces\7f1770434
+Node: Basic Face Functions\7f1772392
+Node: Face Properties\7f1774537
+Node: Face Convenience Functions\7f1784807
+Node: Other Face Display Functions\7f1788027
+Node: Fonts\7f1788839
+Node: Font Specifiers\7f1789537
+Node: Font Instances\7f1790722
+Node: Font Instance Names\7f1791689
+Node: Font Instance Size\7f1792530
+Node: Font Instance Characteristics\7f1793816
+Node: Font Convenience Functions\7f1794994
+Node: Colors\7f1796284
+Node: Color Specifiers\7f1796724
+Node: Color Instances\7f1799084
+Node: Color Instance Properties\7f1799825
+Node: Color Convenience Functions\7f1800451
+Node: Glyphs\7f1801504
+Node: Glyph Functions\7f1803163
+Node: Creating Glyphs\7f1803570
+Node: Glyph Properties\7f1816210
+Node: Glyph Convenience Functions\7f1825374
+Node: Glyph Dimensions\7f1829318
+Node: Images\7f1830398
+Node: Image Specifiers\7f1830847
+Node: Image Instantiator Conversion\7f1846336
+Node: Image Instances\7f1847701
+Node: Image Instance Types\7f1848449
+Node: Image Instance Functions\7f1851211
+Node: Glyph Types\7f1858268
+Node: Mouse Pointer\7f1860037
+Node: Redisplay Glyphs\7f1863037
+Node: Subwindows\7f1864070
+Node: Glyph Examples\7f1864333
+Node: Annotations\7f1872589
+Node: Annotation Basics\7f1873602
+Node: Annotation Primitives\7f1877537
+Node: Annotation Properties\7f1878876
+Node: Locating Annotations\7f1881916
+Node: Margin Primitives\7f1882753
+Node: Annotation Hooks\7f1884644
+Node: Display\7f1885301
+Node: Refresh Screen\7f1886276
+Node: Truncation\7f1888467
+Node: The Echo Area\7f1890989
+Node: Warnings\7f1897429
+Node: Invisible Text\7f1901862
+Node: Selective Display\7f1904573
+Node: Overlay Arrow\7f1908696
+Node: Temporary Displays\7f1910046
+Node: Blinking\7f1914165
+Node: Usual Display\7f1916346
+Node: Display Tables\7f1918892
+Node: Display Table Format\7f1919693
+Node: Active Display Table\7f1921132
+Node: Character Descriptors\7f1925124
+Node: Beeping\7f1925878
+Node: Hash Tables\7f1930643
+Node: Introduction to Hash Tables\7f1931251
+Node: Working With Hash Tables\7f1937807
+Node: Weak Hash Tables\7f1938924
+Node: Range Tables\7f1940938
+Node: Introduction to Range Tables\7f1941624
+Node: Working With Range Tables\7f1942070
+Node: Databases\7f1943029
+Node: Connecting to a Database\7f1943328
+Node: Working With a Database\7f1944435
+Node: Other Database Functions\7f1945309
+Node: Processes\7f1945878
+Node: Subprocess Creation\7f1948099
+Node: Synchronous Processes\7f1951547
+Node: MS-DOS Subprocesses\7f1958266
+Node: Asynchronous Processes\7f1959337
+Node: Deleting Processes\7f1963691
+Node: Process Information\7f1965559
+Node: Input to Processes\7f1969649
+Node: Signals to Processes\7f1972341
+Node: Output from Processes\7f1977153
+Node: Process Buffers\7f1977962
+Node: Filter Functions\7f1980838
+Node: Accepting Output\7f1986426
+Node: Sentinels\7f1987950
+Node: Process Window Size\7f1991437
+Node: Transaction Queues\7f1991786
+Node: Network\7f1993481
+Node: System Interface\7f1996112
+Node: Starting Up\7f1997379
+Node: Start-up Summary\7f1997970
+Node: Init File\7f2001521
+Node: Terminal-Specific\7f2003899
+Node: Command Line Arguments\7f2007055
+Node: Getting Out\7f2010541
+Node: Killing XEmacs\7f2011107
+Node: Suspending XEmacs\7f2012772
+Node: System Environment\7f2016148
+Node: User Identification\7f2022326
+Node: Time of Day\7f2025855
+Node: Time Conversion\7f2028639
+Node: Timers\7f2033878
+Node: Terminal Input\7f2036048
+Node: Input Modes\7f2036548
+Node: Translating Input\7f2039007
+Node: Recording Input\7f2043169
+Node: Terminal Output\7f2045269
+Node: Flow Control\7f2048887
+Node: Batch Mode\7f2052846
+Node: X-Windows\7f2054224
+Node: X Selections\7f2055093
+Node: X Server\7f2057841
+Node: Resources\7f2058289
+Node: Server Data\7f2063598
+Node: Grabs\7f2064802
+Node: X Miscellaneous\7f2066382
+Node: ToolTalk Support\7f2068767
+Node: XEmacs ToolTalk API Summary\7f2068984
+Node: Sending Messages\7f2070281
+Node: Example of Sending Messages\7f2070532
+Node: Elisp Interface for Sending Messages\7f2071591
+Node: Receiving Messages\7f2078187
+Node: Example of Receiving Messages\7f2078410
+Node: Elisp Interface for Receiving Messages\7f2079243
+Node: LDAP Support\7f2083100
+Node: Building XEmacs with LDAP support\7f2083591
+Node: XEmacs LDAP API\7f2084565
+Node: LDAP Variables\7f2085614
+Node: The High-Level LDAP API\7f2088214
+Node: The Low-Level LDAP API\7f2091684
+Node: The LDAP Lisp Object\7f2092512
+Node: Opening and Closing a LDAP Connection\7f2093064
+Node: Low-level Operations on a LDAP Server\7f2094879
+Node: LDAP Internationalization\7f2097600
+Node: LDAP Internationalization Variables\7f2098502
+Node: Encoder/Decoder Functions\7f2100233
+Node: Syntax of Search Filters\7f2101278
+Node: PostgreSQL Support\7f2102572
+Node: Building XEmacs with PostgreSQL support\7f2102964
+Node: XEmacs PostgreSQL libpq API\7f2104308
+Node: libpq Lisp Variables\7f2106184
+Node: libpq Lisp Symbols and DataTypes\7f2109178
+Node: Synchronous Interface Functions\7f2122435
+Node: Asynchronous Interface Functions\7f2126939
+Node: Large Object Support\7f2130441
+Node: Other libpq Functions\7f2131068
+Node: Unimplemented libpq Functions\7f2134105
+Node: XEmacs PostgreSQL libpq Examples\7f2139424
+Node: Internationalization\7f2145512
+Node: I18N Levels 1 and 2\7f2145855
+Node: I18N Level 3\7f2146558
+Node: Level 3 Basics\7f2146839
+Node: Level 3 Primitives\7f2147670
+Node: Dynamic Messaging\7f2149276
+Node: Domain Specification\7f2149736
+Node: Documentation String Extraction\7f2151403
+Node: I18N Level 4\7f2152318
+Node: MULE\7f2152507
+Node: Internationalization Terminology\7f2153553
+Node: Charsets\7f2165749
+Node: Charset Properties\7f2166442
+Node: Basic Charset Functions\7f2171154
+Node: Charset Property Functions\7f2173335
+Node: Predefined Charsets\7f2175550
+Node: MULE Characters\7f2178467
+Node: Composite Characters\7f2179342
+Node: Coding Systems\7f2180606
+Node: Coding System Types\7f2182743
+Node: ISO 2022\7f2186724
+Node: EOL Conversion\7f2198995
+Node: Coding System Properties\7f2200167
+Node: Basic Coding System Functions\7f2204490
+Node: Coding System Property Functions\7f2206524
+Node: Encoding and Decoding Text\7f2207082
+Node: Detection of Textual Encoding\7f2208218
+Node: Big5 and Shift-JIS Functions\7f2209754
+Node: Predefined Coding Systems\7f2210903
+Node: CCL\7f2222995
+Node: CCL Syntax\7f2226096
+Node: CCL Statements\7f2227669
+Node: CCL Expressions\7f2232299
+Node: Calling CCL\7f2234835
+Node: CCL Examples\7f2237837
+Node: Category Tables\7f2237971
+Node: Tips\7f2240327
+Node: Style Tips\7f2240966
+Node: Compilation Tips\7f2250841
+Node: Documentation Tips\7f2252752
+Node: Comment Tips\7f2258258
+Node: Library Headers\7f2261259
+Node: Building XEmacs and Object Allocation\7f2265227
+Node: Building XEmacs\7f2266107
+Node: Pure Storage\7f2272682
+Node: Garbage Collection\7f2275322
+Node: Standard Errors\7f2286163
+Node: Standard Buffer-Local Variables\7f2290369
+Node: Standard Keymaps\7f2293001
+Node: Standard Hooks\7f2296733
+Node: Index\7f2304231
 \1f
 End Tag Table