XEmacs 21.4.19 (Constant Variable).
[chise/xemacs-chise.git] / info / lispref.info
index 774cfdb..42c4238 100644 (file)
@@ -1,4 +1,4 @@
-This is ../info/lispref.info, produced by makeinfo version 4.6 from
+This is ../info/lispref.info, produced by makeinfo version 4.8 from
 lispref/lispref.texi.
 
 INFO-DIR-SECTION XEmacs Editor
@@ -52,849 +52,868 @@ Foundation instead of in the original English.
 \1f
 Indirect:
 lispref.info-1: 2366
-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
+lispref.info-2: 300947
+lispref.info-3: 599882
+lispref.info-4: 898613
+lispref.info-5: 1197772
+lispref.info-6: 1495060
+lispref.info-7: 1791353
+lispref.info-8: 2090812
+lispref.info-9: 2361347
 \1f
 Tag Table:
 (Indirect)
 Node: Top\7f2366
-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
+Node: Copying\7f50785
+Node: Introduction\7f69909
+Node: Caveats\7f71495
+Node: Lisp History\7f73179
+Node: Conventions\7f74440
+Node: Some Terms\7f75260
+Node: nil and t\7f75990
+Node: Evaluation Notation\7f77676
+Node: Printing Notation\7f78599
+Node: Error Messages\7f79481
+Node: Buffer Text Notation\7f79931
+Node: Format of Descriptions\7f80810
+Node: A Sample Function Description\7f81673
+Node: A Sample Variable Description\7f85674
+Node: Acknowledgements\7f86596
+Node: Packaging\7f88579
+Node: Package Overview\7f90330
+Node: The User View\7f92514
+Node: The Library Maintainer View\7f98981
+Node: Infrastructure\7f100901
+Node: Control Files\7f104857
+Node: Obtaining\7f106937
+Node: The Package Release Engineer View\7f107463
+Node: Package Terminology\7f108206
+Node: Building Packages\7f111066
+Node: Makefile Targets\7f112295
+Node: Local.rules File\7f114172
+Node: Creating Packages\7f121107
+Node: package-info.in\7f121645
+Node: Makefile\7f126504
+Node: Documenting Packages\7f140268
+Node: Issues\7f141561
+Node: Lisp Data Types\7f141684
+Node: Printed Representation\7f144237
+Node: Comments\7f146286
+Node: Primitive Types\7f147188
+Node: Programming Types\7f148852
+Node: Integer Type\7f150809
+Node: Floating Point Type\7f151855
+Node: Character Type\7f152483
+Node: Symbol Type\7f160396
+Node: Sequence Type\7f163100
+Node: Cons Cell Type\7f164628
+Node: Dotted Pair Notation\7f169121
+Node: Association List Type\7f171255
+Node: Array Type\7f172151
+Node: String Type\7f173626
+Node: Vector Type\7f176318
+Node: Bit Vector Type\7f177099
+Node: Function Type\7f177972
+Node: Macro Type\7f179096
+Node: Primitive Function Type\7f179804
+Node: Compiled-Function Type\7f181341
+Node: Autoload Type\7f181906
+Node: Char Table Type\7f182931
+Node: Hash Table Type\7f183116
+Node: Range Table Type\7f184281
+Node: Weak List Type\7f185145
+Node: Editing Types\7f185306
+Node: Buffer Type\7f186938
+Node: Marker Type\7f188974
+Node: Extent Type\7f189706
+Node: Window Type\7f190983
+Node: Frame Type\7f192403
+Node: Device Type\7f193207
+Node: Console Type\7f194042
+Node: Window Configuration Type\7f195252
+Node: Event Type\7f195959
+Node: Process Type\7f196132
+Node: Stream Type\7f197178
+Node: Keymap Type\7f198312
+Node: Syntax Table Type\7f198861
+Node: Display Table Type\7f199894
+Node: Database Type\7f200345
+Node: Charset Type\7f200522
+Node: Coding System Type\7f200697
+Node: ToolTalk Message Type\7f200892
+Node: ToolTalk Pattern Type\7f201102
+Node: Window-System Types\7f201285
+Node: Face Type\7f202436
+Node: Glyph Type\7f202576
+Node: Specifier Type\7f202741
+Node: Font Instance Type\7f202923
+Node: Color Instance Type\7f203122
+Node: Image Instance Type\7f203328
+Node: Toolbar Button Type\7f203535
+Node: Subwindow Type\7f203737
+Node: X Resource Type\7f203925
+Node: Type Predicates\7f204087
+Node: Equality Predicates\7f213222
+Node: Numbers\7f217921
+Node: Integer Basics\7f219377
+Node: Float Basics\7f221733
+Node: Predicates on Numbers\7f223481
+Node: Comparison of Numbers\7f225124
+Node: Numeric Conversions\7f228958
+Node: Arithmetic Operations\7f230434
+Node: Rounding Operations\7f236587
+Node: Bitwise Operations\7f237709
+Node: Math Functions\7f246666
+Node: Random Numbers\7f249224
+Node: Strings and Characters\7f250998
+Node: String Basics\7f252454
+Node: Predicates for Strings\7f254879
+Node: Creating Strings\7f255651
+Node: Predicates for Characters\7f261003
+Node: Character Codes\7f262086
+Node: Text Comparison\7f263520
+Node: String Conversion\7f266981
+Node: Modifying Strings\7f270662
+Node: String Properties\7f271311
+Node: Formatting Strings\7f271963
+Node: Character Case\7f281556
+Node: Case Tables\7f285082
+Node: Char Tables\7f289070
+Node: Char Table Types\7f290473
+Node: Working With Char Tables\7f292074
+Node: Lists\7f294115
+Node: Cons Cells\7f295241
+Node: Lists as Boxes\7f296584
+Node: List-related Predicates\7f299233
+Node: List Elements\7f300947
+Node: Building Lists\7f306017
+Node: Modifying Lists\7f312010
+Node: Setcar\7f312829
+Node: Setcdr\7f315262
+Node: Rearrangement\7f317795
+Node: Sets And Lists\7f323365
+Node: Association Lists\7f327604
+Ref: Association Lists-Footnote-1\7f336851
+Node: Property Lists\7f337056
+Node: Working With Normal Plists\7f338613
+Node: Working With Lax Plists\7f340971
+Node: Converting Plists To/From Alists\7f343269
+Node: Weak Lists\7f344635
+Node: Sequences Arrays Vectors\7f346812
+Node: Sequence Functions\7f349451
+Node: Arrays\7f353081
+Node: Array Functions\7f356152
+Node: Vectors\7f358636
+Node: Vector Functions\7f360141
+Node: Bit Vectors\7f362723
+Node: Bit Vector Functions\7f363575
+Node: Symbols\7f365886
+Node: Symbol Components\7f366952
+Node: Definitions\7f371142
+Node: Creating Symbols\7f373387
+Node: Symbol Properties\7f380425
+Node: Plists and Alists\7f381959
+Node: Object Plists\7f383719
+Node: Other Plists\7f386496
+Node: Evaluation\7f388310
+Node: Intro Eval\7f389118
+Ref: Intro Eval-Footnote-1\7f392491
+Node: Eval\7f392626
+Node: Forms\7f397059
+Node: Self-Evaluating Forms\7f398226
+Node: Symbol Forms\7f399750
+Node: Classifying Lists\7f400678
+Node: Function Indirection\7f401445
+Node: Function Forms\7f404556
+Node: Macro Forms\7f405564
+Node: Special Forms\7f407175
+Node: Autoloading\7f409495
+Node: Quoting\7f410004
+Node: Control Structures\7f411373
+Node: Sequencing\7f412997
+Node: Conditionals\7f415872
+Node: Combining Conditions\7f419304
+Node: Iteration\7f422584
+Node: Nonlocal Exits\7f424371
+Node: Catch and Throw\7f425079
+Node: Examples of Catch\7f428931
+Node: Errors\7f430951
+Node: Signaling Errors\7f432451
+Node: Processing of Errors\7f441173
+Node: Handling Errors\7f443468
+Node: Error Symbols\7f450693
+Node: Cleanups\7f454665
+Node: Variables\7f458455
+Node: Global Variables\7f460241
+Node: Constant Variables\7f461324
+Node: Local Variables\7f461957
+Node: Void Variables\7f466918
+Node: Defining Variables\7f470423
+Node: Accessing Variables\7f477597
+Node: Setting Variables\7f479000
+Node: Variable Scoping\7f483499
+Node: Scope\7f485105
+Node: Extent\7f486637
+Node: Impl of Scope\7f488127
+Node: Using Scoping\7f490101
+Node: Buffer-Local Variables\7f491634
+Node: Intro to Buffer-Local\7f492477
+Node: Creating Buffer-Local\7f495031
+Node: Default Value\7f500940
+Node: Variable Aliases\7f504078
+Node: Functions and Commands\7f505941
+Node: What Is a Function\7f507077
+Node: Lambda Expressions\7f511649
+Node: Lambda Components\7f512579
+Node: Simple Lambda\7f514418
+Node: Argument List\7f516086
+Node: Function Documentation\7f519825
+Node: Function Names\7f521778
+Node: Defining Functions\7f524371
+Node: Calling Functions\7f527414
+Node: Mapping Functions\7f531276
+Node: Anonymous Functions\7f533948
+Node: Function Cells\7f537214
+Node: Inline Functions\7f542036
+Node: Related Topics\7f543866
+Node: Macros\7f544941
+Node: Simple Macro\7f546241
+Node: Expansion\7f546983
+Node: Compiling Macros\7f549965
+Node: Defining Macros\7f551808
+Node: Backquote\7f553133
+Node: Problems with Macros\7f555532
+Node: Argument Evaluation\7f556233
+Node: Surprising Local Vars\7f559149
+Node: Eval During Expansion\7f561225
+Node: Repeated Expansion\7f562929
+Node: Customization\7f564851
+Node: Common Keywords\7f565323
+Node: Group Definitions\7f568174
+Node: Variable Definitions\7f570375
+Node: Customization Types\7f575373
+Node: Simple Types\7f576815
+Node: Composite Types\7f578983
+Node: Splicing into Lists\7f583684
+Node: Type Keywords\7f585530
+Node: Loading\7f589062
+Node: How Programs Do Loading\7f590740
+Node: Autoload\7f599882
+Node: Repeated Loading\7f605960
+Node: Named Features\7f608070
+Node: Unloading\7f614473
+Node: Hooks for Loading\7f616638
+Node: Byte Compilation\7f617366
+Node: Speed of Byte-Code\7f619436
+Node: Compilation Functions\7f620635
+Node: Compilation Options\7f627394
+Node: Docs and Compilation\7f637342
+Node: Dynamic Loading\7f640018
+Node: Eval During Compile\7f642406
+Node: Compiled-Function Objects\7f643680
+Node: Disassembly\7f648496
+Node: Different Behavior\7f655605
+Node: Debugging\7f656957
+Node: Debugger\7f658372
+Node: Error Debugging\7f659524
+Node: Infinite Loops\7f662291
+Node: Function Debugging\7f663547
+Node: Explicit Debug\7f666340
+Node: Using Debugger\7f667122
+Node: Debugger Commands\7f668995
+Node: Invoking the Debugger\7f673323
+Node: Internals of Debugger\7f677235
+Node: Syntax Errors\7f682119
+Node: Excess Open\7f683374
+Node: Excess Close\7f685260
+Node: Compilation Errors\7f686692
+Node: Edebug\7f687987
+Node: Using Edebug\7f690102
+Node: Instrumenting\7f692810
+Node: Edebug Execution Modes\7f696310
+Node: Jumping\7f699431
+Node: Edebug Misc\7f701786
+Node: Breakpoints\7f703186
+Node: Global Break Condition\7f706003
+Node: Embedded Breakpoints\7f706973
+Node: Trapping Errors\7f707943
+Node: Edebug Views\7f710030
+Node: Edebug Eval\7f712007
+Node: Eval List\7f713195
+Node: Reading in Edebug\7f716593
+Node: Printing in Edebug\7f717405
+Node: Tracing\7f719133
+Node: Coverage Testing\7f721034
+Node: The Outside Context\7f723089
+Node: Checking Whether to Stop\7f724051
+Node: Edebug Display Update\7f724715
+Node: Edebug Recursive Edit\7f726755
+Node: Instrumenting Macro Calls\7f728427
+Node: Specification List\7f730917
+Node: Backtracking\7f740347
+Node: Debugging Backquote\7f742302
+Node: Specification Examples\7f746015
+Node: Edebug Options\7f748084
+Node: Read and Print\7f753452
+Node: Streams Intro\7f754432
+Node: Input Streams\7f756457
+Node: Input Functions\7f761340
+Node: Output Streams\7f763400
+Node: Output Functions\7f767413
+Node: Output Variables\7f771726
+Node: Minibuffers\7f776535
+Node: Intro to Minibuffers\7f777690
+Node: Text from Minibuffer\7f779885
+Node: Object from Minibuffer\7f784989
+Node: Minibuffer History\7f789053
+Node: Completion\7f792048
+Node: Basic Completion\7f794030
+Node: Minibuffer Completion\7f798907
+Node: Completion Commands\7f802476
+Node: High-Level Completion\7f807155
+Node: Reading File Names\7f811858
+Node: Programmed Completion\7f815513
+Node: Yes-or-No Queries\7f817906
+Node: Multiple Queries\7f823575
+Node: Reading a Password\7f827650
+Node: Minibuffer Misc\7f829003
+Node: Command Loop\7f833908
+Node: Command Overview\7f835255
+Node: Defining Commands\7f838541
+Node: Using Interactive\7f839296
+Node: Interactive Codes\7f844084
+Node: Interactive Examples\7f849887
+Node: Interactive Call\7f851197
+Node: Command Loop Info\7f856583
+Node: Events\7f861576
+Node: Event Types\7f863045
+Node: Event Contents\7f864979
+Node: Event Predicates\7f869468
+Node: Accessing Mouse Event Positions\7f870808
+Node: Frame-Level Event Position Info\7f871518
+Node: Window-Level Event Position Info\7f872576
+Node: Event Text Position Info\7f874359
+Node: Event Glyph Position Info\7f876872
+Node: Event Toolbar Position Info\7f878214
+Node: Other Event Position Info\7f878905
+Node: Accessing Other Event Info\7f879333
+Node: Working With Events\7f880973
+Node: Converting Events\7f886918
+Node: Reading Input\7f890331
+Node: Key Sequence Input\7f891340
+Node: Reading One Event\7f893967
+Node: Dispatching an Event\7f896806
+Node: Quoted Character Input\7f897272
+Node: Peeking and Discarding\7f898613
+Node: Waiting\7f902535
+Node: Quitting\7f904858
+Node: Prefix Command Arguments\7f909276
+Node: Recursive Editing\7f914321
+Node: Disabling Commands\7f919129
+Node: Command History\7f921209
+Node: Keyboard Macros\7f922956
+Node: Keymaps\7f925186
+Node: Keymap Terminology\7f926766
+Node: Format of Keymaps\7f929702
+Node: Creating Keymaps\7f930121
+Node: Inheritance and Keymaps\7f932203
+Node: Key Sequences\7f934586
+Node: Prefix Keys\7f939390
+Node: Active Keymaps\7f942978
+Node: Key Lookup\7f952359
+Node: Functions for Key Lookup\7f957529
+Node: Changing Key Bindings\7f963234
+Node: Key Binding Commands\7f970358
+Node: Scanning Keymaps\7f972436
+Node: Other Keymap Functions\7f981020
+Node: Menus\7f981656
+Node: Menu Format\7f982254
+Node: Menubar Format\7f990908
+Node: Menubar\7f991540
+Node: Modifying Menus\7f994671
+Node: Menu Filters\7f1000031
+Node: Pop-Up Menus\7f1001937
+Node: Menu Accelerators\7f1004285
+Node: Creating Menu Accelerators\7f1005048
+Node: Keyboard Menu Traversal\7f1006419
+Node: Menu Accelerator Functions\7f1007158
+Node: Buffers Menu\7f1010272
+Node: Dialog Boxes\7f1011577
+Node: Dialog Box Format\7f1011750
+Node: Dialog Box Functions\7f1013182
+Node: Toolbar\7f1013590
+Node: Toolbar Intro\7f1014031
+Node: Creating Toolbar\7f1016439
+Node: Toolbar Descriptor Format\7f1017367
+Node: Specifying the Toolbar\7f1021873
+Node: Other Toolbar Variables\7f1025495
+Node: Gutter\7f1029943
+Node: Gutter Intro\7f1030535
+Node: Creating Gutter\7f1032545
+Node: Gutter Descriptor Format\7f1035445
+Node: Specifying a Gutter\7f1039911
+Node: Other Gutter Variables\7f1043461
+Node: Common Gutter Widgets\7f1047868
+Node: Buffer Tabs\7f1048867
+Node: Progress Bars\7f1049019
+Node: Scrollbars\7f1049175
+Node: Drag and Drop\7f1049313
+Node: Supported Protocols\7f1050392
+Node: OffiX DND\7f1050902
+Node: CDE dt\7f1051920
+Node: MSWindows OLE\7f1052522
+Node: Loose ends\7f1052704
+Node: Drop Interface\7f1053107
+Node: Drag Interface\7f1054137
+Node: Modes\7f1054318
+Node: Major Modes\7f1055272
+Node: Major Mode Conventions\7f1058749
+Node: Example Major Modes\7f1065249
+Node: Auto Major Mode\7f1073264
+Node: Mode Help\7f1080737
+Node: Derived Modes\7f1081851
+Node: Minor Modes\7f1084156
+Node: Minor Mode Conventions\7f1085465
+Node: Keymaps and Minor Modes\7f1088339
+Node: Modeline Format\7f1089185
+Node: Modeline Data\7f1090961
+Node: Modeline Variables\7f1096126
+Node: %-Constructs\7f1100861
+Node: Hooks\7f1103859
+Node: Documentation\7f1112117
+Node: Documentation Basics\7f1113543
+Node: Accessing Documentation\7f1116601
+Node: Keys in Documentation\7f1122868
+Node: Describing Characters\7f1126339
+Node: Help Functions\7f1128698
+Node: Obsoleteness\7f1135155
+Node: Files\7f1138317
+Node: Visiting Files\7f1140245
+Node: Visiting Functions\7f1141757
+Node: Subroutines of Visiting\7f1146934
+Node: Saving Buffers\7f1149020
+Node: Reading from Files\7f1155130
+Node: Writing to Files\7f1157299
+Node: File Locks\7f1160025
+Node: Information about Files\7f1163103
+Node: Testing Accessibility\7f1163871
+Node: Kinds of Files\7f1167629
+Node: Truenames\7f1169324
+Node: File Attributes\7f1170338
+Node: Changing File Attributes\7f1175451
+Node: File Names\7f1180868
+Node: File Name Components\7f1182447
+Node: Directory Names\7f1184907
+Node: Relative File Names\7f1188152
+Node: File Name Expansion\7f1189133
+Node: Unique File Names\7f1192902
+Node: File Name Completion\7f1194530
+Node: User Name Completion\7f1197772
+Node: Contents of Directories\7f1199193
+Node: Create/Delete Dirs\7f1202516
+Node: Magic File Names\7f1203633
+Node: Partial Files\7f1209295
+Node: Intro to Partial Files\7f1209535
+Node: Creating a Partial File\7f1210788
+Node: Detached Partial Files\7f1211741
+Node: Format Conversion\7f1212876
+Node: Files and MS-DOS\7f1218389
+Node: Backups and Auto-Saving\7f1220468
+Node: Backup Files\7f1221146
+Node: Making Backups\7f1222550
+Node: Rename or Copy\7f1225318
+Node: Numbered Backups\7f1227825
+Node: Backup Names\7f1230076
+Node: Auto-Saving\7f1233373
+Node: Reverting\7f1241559
+Node: Buffers\7f1244907
+Node: Buffer Basics\7f1246326
+Node: Current Buffer\7f1248383
+Node: Buffer Names\7f1253096
+Node: Buffer File Name\7f1256304
+Node: Buffer Modification\7f1260437
+Node: Modification Time\7f1262691
+Node: Read Only Buffers\7f1266078
+Node: The Buffer List\7f1269328
+Node: Creating Buffers\7f1274146
+Node: Killing Buffers\7f1276301
+Node: Indirect Buffers\7f1280127
+Node: Windows\7f1282713
+Node: Basic Windows\7f1284194
+Node: Splitting Windows\7f1287300
+Node: Deleting Windows\7f1292627
+Node: Selecting Windows\7f1296556
+Node: Cyclic Window Ordering\7f1300791
+Node: Buffers and Windows\7f1305957
+Node: Displaying Buffers\7f1307745
+Node: Choosing Window\7f1313095
+Node: Window Point\7f1321038
+Node: Window Start\7f1323117
+Node: Vertical Scrolling\7f1327899
+Node: Horizontal Scrolling\7f1334104
+Node: Size of Window\7f1337646
+Node: Position of Window\7f1342380
+Node: Resizing Windows\7f1344646
+Node: Window Configurations\7f1350102
+Node: Frames\7f1353604
+Node: Creating Frames\7f1355949
+Node: Frame Properties\7f1357297
+Node: Property Access\7f1358120
+Node: Initial Properties\7f1359042
+Node: X Frame Properties\7f1361542
+Node: Size and Position\7f1366187
+Node: Frame Name\7f1368202
+Node: Frame Titles\7f1369129
+Node: Deleting Frames\7f1370963
+Node: Finding All Frames\7f1371946
+Node: Frames and Windows\7f1375189
+Node: Minibuffers and Frames\7f1377985
+Node: Input Focus\7f1378911
+Node: Visibility of Frames\7f1382028
+Node: Raising and Lowering\7f1384032
+Node: Frame Configurations\7f1386423
+Node: Frame Hooks\7f1387491
+Node: Consoles and Devices\7f1389311
+Node: Basic Console Functions\7f1392059
+Node: Basic Device Functions\7f1392494
+Node: Console Types and Device Classes\7f1393354
+Node: Connecting to a Console or Device\7f1395634
+Node: The Selected Console and Device\7f1397837
+Node: Console and Device I/O\7f1398877
+Node: Positions\7f1399655
+Node: Point\7f1400628
+Node: Motion\7f1403731
+Node: Character Motion\7f1404505
+Node: Word Motion\7f1406757
+Node: Buffer End Motion\7f1408161
+Node: Text Lines\7f1409711
+Node: Screen Lines\7f1414636
+Node: List Motion\7f1418713
+Node: Skipping Characters\7f1422196
+Node: Excursions\7f1424408
+Node: Narrowing\7f1427460
+Node: Markers\7f1432782
+Node: Overview of Markers\7f1433691
+Node: Predicates on Markers\7f1438365
+Node: Creating Markers\7f1439623
+Node: Information from Markers\7f1443715
+Node: Changing Markers\7f1444812
+Node: The Mark\7f1446349
+Node: The Region\7f1454871
+Node: Text\7f1460605
+Node: Near Point\7f1463307
+Node: Buffer Contents\7f1467499
+Node: Comparing Text\7f1468894
+Node: Insertion\7f1470310
+Node: Commands for Insertion\7f1474212
+Node: Deletion\7f1477118
+Node: User-Level Deletion\7f1480780
+Node: The Kill Ring\7f1484892
+Node: Kill Ring Concepts\7f1487073
+Node: Kill Functions\7f1488138
+Node: Yank Commands\7f1490074
+Node: Low-Level Kill Ring\7f1491958
+Node: Internals of Kill Ring\7f1495060
+Node: Undo\7f1497854
+Node: Maintaining Undo\7f1502201
+Node: Filling\7f1504833
+Node: Margins\7f1510846
+Node: Auto Filling\7f1514892
+Node: Sorting\7f1516083
+Node: Columns\7f1525414
+Node: Indentation\7f1528506
+Node: Primitive Indent\7f1529294
+Node: Mode-Specific Indent\7f1530635
+Node: Region Indent\7f1533185
+Node: Relative Indent\7f1536149
+Node: Indent Tabs\7f1538546
+Node: Motion by Indent\7f1539882
+Node: Case Changes\7f1540677
+Node: Text Properties\7f1544025
+Node: Examining Properties\7f1545890
+Node: Changing Properties\7f1547790
+Node: Property Search\7f1551398
+Node: Special Properties\7f1556156
+Node: Saving Properties\7f1556450
+Node: Fields\7f1559622
+Node: Substitution\7f1565314
+Node: Registers\7f1568555
+Node: Transposition\7f1571151
+Node: Change Hooks\7f1572055
+Node: Transformations\7f1574109
+Node: Searching and Matching\7f1579196
+Node: String Search\7f1580330
+Node: Regular Expressions\7f1585282
+Node: Syntax of Regexps\7f1586656
+Node: Regexp Example\7f1602189
+Node: Regexp Search\7f1604370
+Node: POSIX Regexps\7f1610650
+Node: Search and Replace\7f1612738
+Node: Match Data\7f1616115
+Node: Simple Match Data\7f1617252
+Node: Replacing Match\7f1621501
+Node: Entire Match Data\7f1624194
+Node: Saving Match Data\7f1626445
+Node: Searching and Case\7f1627845
+Node: Standard Regexps\7f1629889
+Node: Syntax Tables\7f1632098
+Node: Syntax Basics\7f1633215
+Node: Syntax Descriptors\7f1636202
+Node: Syntax Class Table\7f1638059
+Node: Syntax Flags\7f1644266
+Node: Syntax Table Functions\7f1648676
+Node: Motion and Syntax\7f1652927
+Node: Parsing Expressions\7f1654389
+Node: Standard Syntax Tables\7f1660499
+Node: Syntax Table Internals\7f1661354
+Node: Abbrevs\7f1662387
+Node: Abbrev Mode\7f1664194
+Node: Abbrev Tables\7f1664923
+Node: Defining Abbrevs\7f1666474
+Node: Abbrev Files\7f1668405
+Node: Abbrev Expansion\7f1670200
+Node: Standard Abbrev Tables\7f1674829
+Node: Extents\7f1676001
+Node: Intro to Extents\7f1677247
+Node: Creating and Modifying Extents\7f1681246
+Node: Extent Endpoints\7f1682841
+Node: Finding Extents\7f1686115
+Node: Mapping Over Extents\7f1690248
+Node: Extent Properties\7f1696382
+Node: Detached Extents\7f1706635
+Node: Extent Parents\7f1708505
+Node: Duplicable Extents\7f1710210
+Node: Extents and Events\7f1713438
+Node: Atomic Extents\7f1715411
+Node: Specifiers\7f1715867
+Node: Introduction to Specifiers\7f1718003
+Node: Simple Specifier Usage\7f1722194
+Node: Specifiers In-Depth\7f1728607
+Node: Specifier Instancing\7f1735251
+Node: Specifier Types\7f1738520
+Node: Adding Specifications\7f1743611
+Node: Retrieving Specifications\7f1755119
+Node: Specifier Tag Functions\7f1758877
+Node: Specifier Instancing Functions\7f1762126
+Node: Specifier Examples\7f1766994
+Node: Creating Specifiers\7f1774585
+Node: Specifier Validation Functions\7f1778947
+Node: Other Specification Functions\7f1781356
+Node: Faces and Window-System Objects\7f1785264
+Node: Faces\7f1785594
+Node: Merging Faces\7f1787218
+Node: Basic Face Functions\7f1789190
+Node: Face Properties\7f1791353
+Node: Face Convenience Functions\7f1801686
+Node: Other Face Display Functions\7f1805445
+Node: Fonts\7f1806274
+Node: Font Specifiers\7f1806982
+Node: Font Instances\7f1808183
+Node: Font Instance Names\7f1809166
+Node: Font Instance Size\7f1810024
+Node: Font Instance Characteristics\7f1811327
+Node: Font Convenience Functions\7f1812525
+Node: Colors\7f1813832
+Node: Color Specifiers\7f1814282
+Node: Color Instances\7f1816659
+Node: Color Instance Properties\7f1817415
+Node: Color Convenience Functions\7f1818057
+Node: Glyphs\7f1819126
+Node: Glyph Intro\7f1820202
+Node: Images\7f1823219
+Node: Image Specifiers\7f1823582
+Node: Image Instantiator Conversion\7f1833189
+Node: Image Instantiator Formats\7f1834733
+Node: Image Instances\7f1849205
+Node: Image Instance Types\7f1849965
+Node: Image Instance Functions\7f1852955
+Node: Using Glyphs\7f1860449
+Node: Creating Glyphs\7f1864588
+Node: Buffer Glyphs\7f1869820
+Node: Redisplay Glyphs\7f1871256
+Node: Frame Glyphs\7f1873902
+Node: External Glyphs\7f1876050
+Node: Native GUI Widgets\7f1880930
+Node: Introduction to Widgets\7f1881596
+Node: Lisp API to Native Widgets\7f1882613
+Node: Layouts\7f1884217
+Node: Primitive Widgets\7f1887753
+Node: Subwindows\7f1888460
+Node: Manipulating Glyphs\7f1888723
+Node: Glyph Properties\7f1889417
+Node: Glyph Convenience Functions\7f1898751
+Node: Glyph Dimensions\7f1902724
+Node: Glyph Types\7f1903846
+Node: Glyph Examples\7f1905636
+Node: Annotations\7f1913901
+Node: Annotation Basics\7f1914920
+Node: Annotation Primitives\7f1918865
+Node: Annotation Properties\7f1920217
+Node: Locating Annotations\7f1923296
+Node: Margin Primitives\7f1924147
+Node: Annotation Hooks\7f1926054
+Node: Display\7f1926721
+Node: Refresh Screen\7f1927702
+Node: Truncation\7f1929907
+Node: The Echo Area\7f1932442
+Node: Warnings\7f1938872
+Node: Invisible Text\7f1943261
+Node: Selective Display\7f1945983
+Node: Overlay Arrow\7f1950078
+Node: Temporary Displays\7f1951440
+Node: Blinking\7f1955502
+Node: Usual Display\7f1957698
+Node: Display Tables\7f1960259
+Node: Display Table Format\7f1961072
+Node: Active Display Table\7f1962528
+Node: Character Descriptors\7f1966537
+Node: Beeping\7f1967307
+Node: Hash Tables\7f1972093
+Node: Introduction to Hash Tables\7f1972708
+Node: Working With Hash Tables\7f1979282
+Node: Weak Hash Tables\7f1980414
+Node: Range Tables\7f1982438
+Node: Introduction to Range Tables\7f1983131
+Node: Working With Range Tables\7f1983589
+Node: Databases\7f1984563
+Node: Connecting to a Database\7f1984869
+Node: Working With a Database\7f1985989
+Node: Other Database Functions\7f1986877
+Node: Processes\7f1987460
+Node: Subprocess Creation\7f1989688
+Node: Synchronous Processes\7f1993150
+Node: MS-DOS Subprocesses\7f1999821
+Node: Asynchronous Processes\7f2000904
+Node: Deleting Processes\7f2005231
+Node: Process Information\7f2007112
+Node: Input to Processes\7f2011222
+Node: Signals to Processes\7f2013907
+Node: Output from Processes\7f2018736
+Node: Process Buffers\7f2019555
+Node: Filter Functions\7f2022449
+Node: Accepting Output\7f2028053
+Node: Sentinels\7f2029592
+Node: Process Window Size\7f2033094
+Node: Transaction Queues\7f2033456
+Node: Network\7f2035166
+Node: System Interface\7f2037810
+Node: Starting Up\7f2039083
+Node: Start-up Summary\7f2039684
+Node: Init File\7f2043255
+Node: Terminal-Specific\7f2045651
+Node: Command Line Arguments\7f2048824
+Node: Getting Out\7f2052329
+Node: Killing XEmacs\7f2052905
+Node: Suspending XEmacs\7f2054587
+Node: System Environment\7f2057950
+Node: User Identification\7f2064131
+Node: Time of Day\7f2067678
+Node: Time Conversion\7f2070475
+Node: Timers\7f2075727
+Node: Terminal Input\7f2077909
+Node: Input Modes\7f2078419
+Node: Translating Input\7f2080894
+Node: Recording Input\7f2085062
+Node: Terminal Output\7f2087180
+Node: Flow Control\7f2090812
+Node: Batch Mode\7f2094785
+Node: X-Windows\7f2096177
+Node: X Selections\7f2097052
+Node: X Server\7f2099815
+Node: Resources\7f2100273
+Node: Server Data\7f2105600
+Node: Grabs\7f2106821
+Node: X Miscellaneous\7f2108419
+Node: ToolTalk Support\7f2110821
+Node: XEmacs ToolTalk API Summary\7f2111044
+Node: Sending Messages\7f2112351
+Node: Example of Sending Messages\7f2112612
+Node: Elisp Interface for Sending Messages\7f2113675
+Node: Receiving Messages\7f2120303
+Node: Example of Receiving Messages\7f2120536
+Node: Elisp Interface for Receiving Messages\7f2121373
+Node: LDAP Support\7f2125262
+Node: Building XEmacs with LDAP support\7f2125759
+Node: XEmacs LDAP API\7f2126743
+Node: LDAP Variables\7f2127802
+Node: The High-Level LDAP API\7f2130421
+Node: The Low-Level LDAP API\7f2133919
+Node: The LDAP Lisp Object\7f2134761
+Node: Opening and Closing a LDAP Connection\7f2135334
+Node: Low-level Operations on a LDAP Server\7f2137169
+Node: LDAP Internationalization\7f2139912
+Node: LDAP Internationalization Variables\7f2140829
+Node: Encoder/Decoder Functions\7f2142584
+Node: Syntax of Search Filters\7f2143653
+Node: PostgreSQL Support\7f2144957
+Node: Building XEmacs with PostgreSQL support\7f2145355
+Node: XEmacs PostgreSQL libpq API\7f2146709
+Node: libpq Lisp Variables\7f2148595
+Node: libpq Lisp Symbols and DataTypes\7f2151618
+Node: Synchronous Interface Functions\7f2164913
+Node: Asynchronous Interface Functions\7f2169436
+Node: Large Object Support\7f2172967
+Node: Other libpq Functions\7f2173610
+Node: Unimplemented libpq Functions\7f2176667
+Node: XEmacs PostgreSQL libpq Examples\7f2182029
+Node: Internationalization\7f2188122
+Node: I18N Levels 1 and 2\7f2188471
+Node: I18N Level 3\7f2189184
+Node: Level 3 Basics\7f2189475
+Node: Level 3 Primitives\7f2190320
+Node: Dynamic Messaging\7f2191945
+Node: Domain Specification\7f2192419
+Node: Documentation String Extraction\7f2194103
+Node: I18N Level 4\7f2195032
+Node: MULE\7f2195231
+Node: Internationalization Terminology\7f2196283
+Node: Charsets\7f2208489
+Node: Charset Properties\7f2209193
+Node: Basic Charset Functions\7f2213919
+Node: Charset Property Functions\7f2216121
+Node: Predefined Charsets\7f2218363
+Node: MULE Characters\7f2221294
+Node: Composite Characters\7f2222184
+Node: Coding Systems\7f2223462
+Node: Coding System Types\7f2225610
+Node: ISO 2022\7f2229605
+Node: EOL Conversion\7f2241871
+Node: Coding System Properties\7f2243057
+Node: Basic Coding System Functions\7f2247394
+Node: Coding System Property Functions\7f2249450
+Node: Encoding and Decoding Text\7f2250025
+Node: Detection of Textual Encoding\7f2251177
+Node: Big5 and Shift-JIS Functions\7f2252733
+Node: Predefined Coding Systems\7f2253900
+Node: CCL\7f2266006
+Node: CCL Syntax\7f2269129
+Node: CCL Statements\7f2270716
+Node: CCL Expressions\7f2275360
+Node: Calling CCL\7f2277910
+Node: CCL Example\7f2280930
+Node: Four bits to ASCII\7f2283432
+Node: URI Encoding constants\7f2285024
+Node: Numeric to ASCII-hexadecimal conversion\7f2286064
+Node: Characters to be preserved\7f2287435
+Ref: Characters to be preserved-Footnote-1\7f2288972
+Node: The program to decode to internal format\7f2289103
+Node: The program to encode from internal format\7f2291816
+Node: The actual coding system\7f2293507
+Node: Category Tables\7f2294891
+Node: Tips\7f2297264
+Node: Style Tips\7f2297925
+Node: Compilation Tips\7f2307808
+Node: Documentation Tips\7f2309717
+Node: Comment Tips\7f2315231
+Node: Library Headers\7f2318240
+Node: Building XEmacs and Object Allocation\7f2322201
+Node: Building XEmacs\7f2323103
+Node: Pure Storage\7f2329693
+Node: Garbage Collection\7f2332344
+Node: Standard Errors\7f2343191
+Node: Standard Buffer-Local Variables\7f2347419
+Node: Standard Keymaps\7f2350073
+Node: Standard Hooks\7f2353827
+Node: Index\7f2361347
 \1f
 End Tag Table