X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=info%2Flispref.info;h=774cfdbb9a1dc92e49a75787ad7e2cca127e4399;hp=320da8635f79bec93a3e62a6f2c63eaab0ec6070;hb=79d2db7d65205bc85d471590726d0cf3af5598e0;hpb=a1655b870904de973c366d85ebdc8adde4ef5e1e diff --git a/info/lispref.info b/info/lispref.info index 320da86..774cfdb 100644 --- a/info/lispref.info +++ b/info/lispref.info @@ -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,864 +52,849 @@ Foundation instead of in the original English.  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: 536231 -lispref.info-13: 584130 -lispref.info-14: 632353 -lispref.info-15: 680607 -lispref.info-16: 726799 -lispref.info-17: 775532 -lispref.info-18: 825530 -lispref.info-19: 875221 -lispref.info-20: 924062 -lispref.info-21: 972870 -lispref.info-22: 1019178 -lispref.info-23: 1068608 -lispref.info-24: 1117447 -lispref.info-25: 1162793 -lispref.info-26: 1210215 -lispref.info-27: 1255841 -lispref.info-28: 1305126 -lispref.info-29: 1352976 -lispref.info-30: 1401200 -lispref.info-31: 1450877 -lispref.info-32: 1499202 -lispref.info-33: 1548500 -lispref.info-34: 1589835 -lispref.info-35: 1636140 -lispref.info-36: 1685471 -lispref.info-37: 1733879 -lispref.info-38: 1782970 -lispref.info-39: 1832447 -lispref.info-40: 1880005 -lispref.info-41: 1924826 -lispref.info-42: 1962038 -lispref.info-43: 2006636 -lispref.info-44: 2053069 -lispref.info-45: 2093862 -lispref.info-46: 2143132 -lispref.info-47: 2156997 +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  Tag Table: (Indirect) Node: Top2366 -Node: Copying48665 -Node: Introduction67823 -Node: Caveats69414 -Node: Lisp History71145 -Node: Conventions72401 -Node: Some Terms73216 -Node: nil and t73937 -Node: Evaluation Notation75614 -Node: Printing Notation76527 -Node: Error Messages77401 -Node: Buffer Text Notation77842 -Node: Format of Descriptions78717 -Node: A Sample Function Description79571 -Node: A Sample Variable Description83557 -Node: Acknowledgements84465 -Node: Lisp Data Types86443 -Node: Printed Representation88998 -Node: Comments91040 -Node: Primitive Types91937 -Node: Programming Types93596 -Node: Integer Type95548 -Node: Floating Point Type96585 -Node: Character Type97204 -Node: Symbol Type105108 -Node: Sequence Type107803 -Node: Cons Cell Type109322 -Node: Dotted Pair Notation113806 -Node: Association List Type115927 -Node: Array Type116810 -Node: String Type118276 -Node: Vector Type120957 -Node: Bit Vector Type121729 -Node: Function Type122591 -Node: Macro Type123704 -Node: Primitive Function Type124401 -Node: Compiled-Function Type125927 -Node: Autoload Type126481 -Node: Char Table Type127495 -Node: Hash Table Type127669 -Node: Range Table Type128824 -Node: Weak List Type129677 -Node: Editing Types129827 -Node: Buffer Type131454 -Node: Marker Type133481 -Node: Extent Type134205 -Node: Window Type135473 -Node: Frame Type136884 -Node: Device Type137679 -Node: Console Type138505 -Node: Window Configuration Type139706 -Node: Event Type140404 -Node: Process Type140568 -Node: Stream Type141603 -Node: Keymap Type142726 -Node: Syntax Table Type143264 -Node: Display Table Type144287 -Node: Database Type144726 -Node: Charset Type144892 -Node: Coding System Type145056 -Node: ToolTalk Message Type145240 -Node: ToolTalk Pattern Type145439 -Node: Window-System Types145611 -Node: Face Type146757 -Node: Glyph Type146888 -Node: Specifier Type147044 -Node: Font Instance Type147217 -Node: Color Instance Type147407 -Node: Image Instance Type147604 -Node: Toolbar Button Type147802 -Node: Subwindow Type147995 -Node: X Resource Type148174 -Node: Type Predicates148327 -Node: Equality Predicates157456 -Node: Numbers162261 -Node: Integer Basics163716 -Node: Float Basics166065 -Node: Predicates on Numbers167807 -Node: Comparison of Numbers169440 -Node: Numeric Conversions173261 -Node: Arithmetic Operations174727 -Node: Rounding Operations180192 -Node: Bitwise Operations181297 -Node: Math Functions190343 -Node: Random Numbers192659 -Node: Strings and Characters194425 -Node: String Basics195878 -Node: Predicates for Strings198296 -Node: Creating Strings199059 -Node: Predicates for Characters204376 -Node: Character Codes205447 -Node: Text Comparison206860 -Node: String Conversion210222 -Node: Modifying Strings213898 -Node: String Properties214539 -Node: Formatting Strings215184 -Node: Character Case224802 -Node: Case Tables227948 -Node: Char Tables231846 -Node: Char Table Types233238 -Node: Working With Char Tables234813 -Node: Lists236762 -Node: Cons Cells237885 -Node: Lists as Boxes239221 -Node: List-related Predicates241863 -Node: List Elements243565 -Node: Building Lists248594 -Node: Modifying Lists254586 -Node: Setcar255398 -Node: Setcdr257819 -Node: Rearrangement260330 -Node: Sets And Lists265916 -Node: Association Lists270144 -Ref: Association Lists-Footnote-1279435 -Node: Property Lists279640 -Node: Working With Normal Plists281188 -Node: Working With Lax Plists283456 -Node: Converting Plists To/From Alists285696 -Node: Weak Lists287044 -Node: Sequences Arrays Vectors289207 -Node: Sequence Functions291843 -Node: Arrays295502 -Node: Array Functions298566 -Node: Vectors301099 -Node: Vector Functions302597 -Node: Bit Vectors305168 -Node: Bit Vector Functions306013 -Node: Symbols308263 -Node: Symbol Components309312 -Node: Definitions313485 -Node: Creating Symbols315710 -Node: Symbol Properties322744 -Node: Plists and Alists324271 -Node: Object Plists326020 -Node: Other Plists328780 -Node: Evaluation330582 -Node: Intro Eval331387 -Ref: Intro Eval-Footnote-1334740 -Node: Eval334875 -Node: Forms339293 -Node: Self-Evaluating Forms340452 -Node: Symbol Forms341965 -Node: Classifying Lists342882 -Node: Function Indirection343638 -Node: Function Forms346749 -Node: Macro Forms347746 -Node: Special Forms349346 -Node: Autoloading351655 -Node: Quoting352153 -Node: Control Structures353514 -Node: Sequencing355134 -Node: Conditionals357999 -Node: Combining Conditions361422 -Node: Iteration364692 -Node: Nonlocal Exits366471 -Node: Catch and Throw367173 -Node: Examples of Catch371012 -Node: Errors373031 -Node: Signaling Errors374520 -Node: Processing of Errors379259 -Node: Handling Errors381538 -Node: Error Symbols388779 -Node: Cleanups392735 -Node: Variables396513 -Node: Global Variables398282 -Node: Constant Variables399358 -Node: Local Variables399984 -Node: Void Variables404921 -Node: Defining Variables408437 -Node: Accessing Variables415601 -Node: Setting Variables417026 -Node: Variable Scoping421545 -Node: Scope423144 -Node: Extent424669 -Node: Impl of Scope426148 -Node: Using Scoping428111 -Node: Buffer-Local Variables429633 -Node: Intro to Buffer-Local430469 -Node: Creating Buffer-Local433012 -Node: Default Value438231 -Node: Variable Aliases441374 -Node: Functions443159 -Node: What Is a Function444253 -Node: Lambda Expressions448299 -Node: Lambda Components449209 -Node: Simple Lambda451041 -Node: Argument List452698 -Node: Function Documentation456426 -Node: Function Names458368 -Node: Defining Functions460941 -Node: Calling Functions463981 -Node: Mapping Functions467830 -Node: Anonymous Functions470518 -Node: Function Cells473763 -Node: Inline Functions478573 -Node: Related Topics480383 -Node: Macros481436 -Node: Simple Macro482720 -Node: Expansion483455 -Node: Compiling Macros486459 -Node: Defining Macros488295 -Node: Backquote489612 -Node: Problems with Macros492009 -Node: Argument Evaluation492704 -Node: Surprising Local Vars495619 -Node: Eval During Expansion497687 -Node: Repeated Expansion499380 -Node: Customization501296 -Node: Common Keywords501765 -Node: Group Definitions504610 -Node: Variable Definitions506802 -Node: Customization Types511792 -Node: Simple Types513227 -Node: Composite Types515384 -Node: Splicing into Lists520074 -Node: Type Keywords521909 -Node: Loading525429 -Node: How Programs Do Loading527104 -Node: Autoload536231 -Node: Repeated Loading542310 -Node: Named Features544423 -Node: Unloading550855 -Node: Hooks for Loading553011 -Node: Byte Compilation553728 -Node: Speed of Byte-Code555645 -Node: Compilation Functions556852 -Node: Docs and Compilation563239 -Node: Dynamic Loading565892 -Node: Eval During Compile568256 -Node: Compiled-Function Objects569521 -Node: Disassembly574319 -Node: Debugging581573 -Node: Debugger582985 -Node: Error Debugging584130 -Node: Infinite Loops586883 -Node: Function Debugging588127 -Node: Explicit Debug590917 -Node: Using Debugger591688 -Node: Debugger Commands593550 -Node: Invoking the Debugger597867 -Node: Internals of Debugger601782 -Node: Syntax Errors606669 -Node: Excess Open607917 -Node: Excess Close609792 -Node: Compilation Errors611213 -Node: Edebug612501 -Node: Using Edebug614609 -Node: Instrumenting617306 -Node: Edebug Execution Modes620795 -Node: Jumping623905 -Node: Edebug Misc626248 -Node: Breakpoints627637 -Node: Global Break Condition630443 -Node: Embedded Breakpoints631398 -Node: Trapping Errors632353 -Node: Edebug Views634429 -Node: Edebug Eval636394 -Node: Eval List637571 -Node: Reading in Edebug640956 -Node: Printing in Edebug641755 -Node: Tracing643470 -Node: Coverage Testing645356 -Node: The Outside Context647397 -Node: Checking Whether to Stop648346 -Node: Edebug Display Update648993 -Node: Edebug Recursive Edit651016 -Node: Instrumenting Macro Calls652671 -Node: Specification List655153 -Node: Backtracking664564 -Node: Debugging Backquote666502 -Node: Specification Examples670208 -Node: Edebug Options672275 -Node: Read and Print677612 -Node: Streams Intro678589 -Node: Input Streams680607 -Node: Input Functions685508 -Node: Output Streams687568 -Node: Output Functions691619 -Node: Output Variables695919 -Node: Minibuffers700718 -Node: Intro to Minibuffers701870 -Node: Text from Minibuffer704058 -Node: Object from Minibuffer709144 -Node: Minibuffer History713239 -Node: Completion716218 -Node: Basic Completion718193 -Node: Minibuffer Completion723222 -Node: Completion Commands726799 -Node: High-Level Completion731456 -Node: Reading File Names736198 -Node: Programmed Completion739890 -Node: Yes-or-No Queries742272 -Node: Multiple Queries748009 -Node: Reading a Password752076 -Node: Minibuffer Misc753413 -Node: Command Loop758283 -Node: Command Overview759627 -Node: Defining Commands762905 -Node: Using Interactive763653 -Node: Interactive Codes768426 -Node: Interactive Examples774218 -Node: Interactive Call775532 -Node: Command Loop Info780933 -Node: Events785912 -Node: Event Types787372 -Node: Event Contents789295 -Node: Event Predicates793771 -Node: Accessing Mouse Event Positions795096 -Node: Frame-Level Event Position Info795795 -Node: Window-Level Event Position Info796835 -Node: Event Text Position Info798599 -Node: Event Glyph Position Info801091 -Node: Event Toolbar Position Info802414 -Node: Other Event Position Info803085 -Node: Accessing Other Event Info803494 -Node: Working With Events805114 -Node: Converting Events811102 -Node: Reading Input814054 -Node: Key Sequence Input815056 -Node: Reading One Event817010 -Node: Dispatching an Event819827 -Node: Quoted Character Input820278 -Node: Peeking and Discarding821626 -Node: Waiting825530 -Node: Quitting827838 -Node: Prefix Command Arguments832246 -Node: Recursive Editing837333 -Node: Disabling Commands842129 -Node: Command History844197 -Node: Keyboard Macros845934 -Node: Keymaps848151 -Node: Keymap Terminology849728 -Node: Format of Keymaps852657 -Node: Creating Keymaps853068 -Node: Inheritance and Keymaps855147 -Node: Key Sequences857519 -Node: Prefix Keys862315 -Node: Active Keymaps865900 -Node: Key Lookup875221 -Node: Functions for Key Lookup880384 -Node: Changing Key Bindings886081 -Node: Key Binding Commands892978 -Node: Scanning Keymaps895043 -Node: Other Keymap Functions903554 -Node: Menus904176 -Node: Menu Format904768 -Node: Menubar Format913414 -Node: Menubar914039 -Node: Modifying Menus917152 -Node: Menu Filters922166 -Node: Pop-Up Menus924062 -Node: Menu Accelerators926267 -Node: Creating Menu Accelerators927023 -Node: Keyboard Menu Traversal928383 -Node: Menu Accelerator Functions929110 -Node: Buffers Menu932187 -Node: Dialog Boxes933481 -Node: Dialog Box Format933648 -Node: Dialog Box Functions935073 -Node: Toolbar935470 -Node: Toolbar Intro935791 -Node: Toolbar Descriptor Format938200 -Node: Specifying the Toolbar942694 -Node: Other Toolbar Variables946299 -Node: Gutter950725 -Node: Gutter Intro951201 -Node: Gutter Descriptor Format953198 -Node: Specifying a Gutter957652 -Node: Other Gutter Variables961185 -Node: Common Gutter Widgets965570 -Node: Buffer Tabs966562 -Node: Progress Bars966703 -Node: Scrollbars966848 -Node: Drag and Drop966983 -Node: Supported Protocols968059 -Node: OffiX DND968562 -Node: CDE dt969569 -Node: MSWindows OLE970160 -Node: Loose ends970331 -Node: Drop Interface970723 -Node: Drag Interface971745 -Node: Modes971919 -Node: Major Modes972870 -Node: Major Mode Conventions975785 -Node: Example Major Modes981740 -Node: Auto Major Mode989773 -Node: Mode Help997221 -Node: Derived Modes998322 -Node: Minor Modes1000513 -Node: Minor Mode Conventions1001815 -Node: Keymaps and Minor Modes1004678 -Node: Modeline Format1005513 -Node: Modeline Data1007281 -Node: Modeline Variables1011551 -Node: %-Constructs1016267 -Node: Hooks1019178 -Node: Documentation1025940 -Node: Documentation Basics1027363 -Node: Accessing Documentation1030413 -Node: Keys in Documentation1036692 -Node: Describing Characters1040171 -Node: Help Functions1042520 -Node: Obsoleteness1048971 -Node: Files1051965 -Node: Visiting Files1053890 -Node: Visiting Functions1055395 -Node: Subroutines of Visiting1060442 -Node: Saving Buffers1062515 -Node: Reading from Files1068608 -Node: Writing to Files1070765 -Node: File Locks1073482 -Node: Information about Files1076535 -Node: Testing Accessibility1077296 -Node: Kinds of Files1081036 -Node: Truenames1082717 -Node: File Attributes1083719 -Node: Changing File Attributes1088858 -Node: File Names1094264 -Node: File Name Components1095873 -Node: Directory Names1098974 -Node: Relative File Names1102427 -Node: File Name Expansion1103505 -Node: Unique File Names1107412 -Node: File Name Completion1109027 -Node: User Name Completion1111688 -Node: Contents of Directories1113028 -Node: Create/Delete Dirs1116341 -Node: Magic File Names1117447 -Node: Partial Files1123077 -Node: Intro to Partial Files1123305 -Node: Creating a Partial File1124545 -Node: Detached Partial Files1125480 -Node: Format Conversion1126602 -Node: Files and MS-DOS1133118 -Node: Backups and Auto-Saving1135182 -Node: Backup Files1135857 -Node: Making Backups1137254 -Node: Rename or Copy1140003 -Node: Numbered Backups1142496 -Node: Backup Names1144731 -Node: Auto-Saving1148023 -Node: Reverting1156165 -Node: Buffers1159323 -Node: Buffer Basics1160740 -Node: Current Buffer1162793 -Node: Buffer Names1167481 -Node: Buffer File Name1170686 -Node: Buffer Modification1174805 -Node: Modification Time1176998 -Node: Read Only Buffers1180373 -Node: The Buffer List1182791 -Node: Creating Buffers1187621 -Node: Killing Buffers1189767 -Node: Indirect Buffers1193498 -Node: Windows1196070 -Node: Basic Windows1197548 -Node: Splitting Windows1200646 -Node: Deleting Windows1207535 -Node: Selecting Windows1210215 -Node: Cyclic Window Ordering1213344 -Node: Buffers and Windows1217968 -Node: Displaying Buffers1219809 -Node: Choosing Window1224985 -Node: Window Point1232701 -Node: Window Start1234747 -Node: Vertical Scrolling1239237 -Node: Horizontal Scrolling1245374 -Node: Size of Window1248883 -Node: Position of Window1253601 -Node: Resizing Windows1255841 -Node: Window Configurations1261270 -Node: Frames1264695 -Node: Creating Frames1267036 -Node: Frame Properties1268377 -Node: Property Access1269193 -Node: Initial Properties1270042 -Node: X Frame Properties1272528 -Node: Size and Position1277162 -Node: Frame Name1279158 -Node: Frame Titles1280072 -Node: Deleting Frames1281896 -Node: Finding All Frames1282496 -Node: Frames and Windows1284490 -Node: Minibuffers and Frames1286195 -Node: Input Focus1287113 -Node: Visibility of Frames1290190 -Node: Raising and Lowering1292109 -Node: Frame Configurations1294485 -Node: Frame Hooks1295079 -Node: Consoles and Devices1296884 -Node: Basic Console Functions1299627 -Node: Basic Device Functions1300050 -Node: Console Types and Device Classes1300766 -Node: Connecting to a Console or Device1302963 -Node: The Selected Console and Device1305126 -Node: Console and Device I/O1306152 -Node: Positions1306916 -Node: Point1307885 -Node: Motion1310975 -Node: Character Motion1311742 -Node: Word Motion1313979 -Node: Buffer End Motion1315480 -Node: Text Lines1316977 -Node: Screen Lines1321572 -Node: List Motion1325635 -Node: Skipping Characters1329043 -Node: Excursions1331262 -Node: Narrowing1334294 -Node: Markers1339619 -Node: Overview of Markers1340525 -Node: Predicates on Markers1345217 -Node: Creating Markers1346463 -Node: Information from Markers1350500 -Node: Changing Markers1351598 -Node: The Mark1352976 -Node: The Region1361470 -Node: Text1367156 -Node: Near Point1369855 -Node: Buffer Contents1374042 -Node: Comparing Text1375448 -Node: Insertion1376856 -Node: Commands for Insertion1380698 -Node: Deletion1383654 -Node: User-Level Deletion1387249 -Node: The Kill Ring1391410 -Node: Kill Ring Concepts1393584 -Node: Kill Functions1394638 -Node: Yank Commands1396543 -Node: Low-Level Kill Ring1398414 -Node: Internals of Kill Ring1401200 -Node: Undo1403980 -Node: Maintaining Undo1408309 -Node: Filling1410929 -Node: Margins1416923 -Node: Auto Filling1420852 -Node: Sorting1422033 -Node: Columns1431333 -Node: Indentation1433849 -Node: Primitive Indent1434628 -Node: Mode-Specific Indent1435872 -Node: Region Indent1438383 -Node: Relative Indent1441331 -Node: Indent Tabs1443713 -Node: Motion by Indent1445034 -Node: Case Changes1445813 -Node: Text Properties1449064 -Node: Examining Properties1450877 -Node: Changing Properties1452744 -Node: Property Search1456335 -Node: Special Properties1461046 -Node: Saving Properties1461327 -Node: Substitution1464469 -Node: Registers1467739 -Node: Transposition1470282 -Node: Change Hooks1471176 -Node: Transformations1473216 -Node: Searching and Matching1477601 -Node: String Search1478732 -Node: Regular Expressions1483456 -Node: Syntax of Regexps1484823 -Node: Regexp Example1499202 -Node: Regexp Search1501372 -Node: POSIX Regexps1507460 -Node: Search and Replace1509295 -Node: Match Data1512660 -Node: Simple Match Data1513790 -Node: Replacing Match1518055 -Node: Entire Match Data1520389 -Node: Saving Match Data1522380 -Node: Searching and Case1523761 -Node: Standard Regexps1525795 -Node: Syntax Tables1527993 -Node: Syntax Basics1529107 -Node: Syntax Descriptors1532079 -Node: Syntax Class Table1533929 -Node: Syntax Flags1539967 -Node: Syntax Table Functions1543184 -Node: Motion and Syntax1547048 -Node: Parsing Expressions1548500 -Node: Standard Syntax Tables1554569 -Node: Syntax Table Internals1555413 -Node: Abbrevs1556439 -Node: Abbrev Mode1558242 -Node: Abbrev Tables1558962 -Node: Defining Abbrevs1560495 -Node: Abbrev Files1562400 -Node: Abbrev Expansion1564173 -Node: Standard Abbrev Tables1568804 -Node: Extents1569963 -Node: Intro to Extents1571206 -Node: Creating and Modifying Extents1575200 -Node: Extent Endpoints1576707 -Node: Finding Extents1579970 -Node: Mapping Over Extents1583718 -Node: Extent Properties1589835 -Node: Detached Extents1599979 -Node: Extent Parents1601838 -Node: Duplicable Extents1603532 -Node: Extents and Events1606753 -Node: Atomic Extents1608660 -Node: Specifiers1609107 -Node: Introduction to Specifiers1611220 -Node: Specifiers In-Depth1613530 -Node: Specifier Instancing1618442 -Node: Specifier Types1621704 -Node: Adding Specifications1626778 -Node: Retrieving Specifications1636140 -Node: Specifier Tag Functions1639875 -Node: Specifier Instancing Functions1643109 -Node: Specifier Example1646516 -Node: Creating Specifiers1649672 -Node: Specifier Validation Functions1651921 -Node: Other Specification Functions1654305 -Node: Faces and Window-System Objects1658124 -Node: Faces1658448 -Node: Merging Faces1660065 -Node: Basic Face Functions1662026 -Node: Face Properties1664124 -Node: Face Convenience Functions1674366 -Node: Other Face Display Functions1677496 -Node: Fonts1678309 -Node: Font Specifiers1679010 -Node: Font Instances1679251 -Node: Font Instance Names1680218 -Node: Font Instance Size1681059 -Node: Font Instance Characteristics1682345 -Node: Font Convenience Functions1683514 -Node: Colors1684804 -Node: Color Specifiers1685244 -Node: Color Instances1685471 -Node: Color Instance Properties1686215 -Node: Color Convenience Functions1686841 -Node: Glyphs1687894 -Node: Glyph Functions1689486 -Node: Creating Glyphs1689893 -Node: Glyph Properties1691480 -Node: Glyph Convenience Functions1700647 -Node: Glyph Dimensions1704594 -Node: Images1705674 -Node: Image Specifiers1706123 -Node: Image Instantiator Conversion1717472 -Node: Image Instances1718837 -Node: Image Instance Types1719588 -Node: Image Instance Functions1722243 -Node: Glyph Types1726812 -Node: Mouse Pointer1728584 -Node: Redisplay Glyphs1731587 -Node: Subwindows1732620 -Node: Annotations1732863 -Node: Annotation Basics1733879 -Node: Annotation Primitives1737817 -Node: Annotation Properties1739146 -Node: Locating Annotations1742186 -Node: Margin Primitives1743023 -Node: Annotation Hooks1744917 -Node: Display1745577 -Node: Refresh Screen1746555 -Node: Truncation1748466 -Node: The Echo Area1750991 -Node: Warnings1757426 -Node: Invisible Text1761862 -Node: Selective Display1764441 -Node: Overlay Arrow1768567 -Node: Temporary Displays1769920 -Node: Blinking1774041 -Node: Usual Display1776226 -Node: Display Tables1778775 -Node: Display Table Format1779579 -Node: Active Display Table1781021 -Node: Character Descriptors1782213 -Node: Beeping1782970 -Node: Hash Tables1787736 -Node: Introduction to Hash Tables1788344 -Node: Working With Hash Tables1794367 -Node: Weak Hash Tables1795484 -Node: Range Tables1797283 -Node: Introduction to Range Tables1797972 -Node: Working With Range Tables1798403 -Node: Databases1799288 -Node: Connecting to a Database1799587 -Node: Working With a Database1800678 -Node: Other Database Functions1801536 -Node: Processes1802110 -Node: Subprocess Creation1804334 -Node: Synchronous Processes1807623 -Node: MS-DOS Subprocesses1814341 -Node: Asynchronous Processes1815415 -Node: Deleting Processes1819128 -Node: Process Information1820999 -Node: Input to Processes1824925 -Node: Signals to Processes1827215 -Node: Output from Processes1831635 -Node: Process Buffers1832447 -Node: Filter Functions1835314 -Node: Accepting Output1840884 -Node: Sentinels1842411 -Node: Process Window Size1845901 -Node: Transaction Queues1846250 -Node: Network1847948 -Node: System Interface1849782 -Node: Starting Up1851052 -Node: Start-up Summary1851646 -Node: Init File1855200 -Node: Terminal-Specific1857581 -Node: Command Line Arguments1860740 -Node: Getting Out1864229 -Node: Killing XEmacs1864798 -Node: Suspending XEmacs1866467 -Node: System Environment1869809 -Node: User Identification1876476 -Node: Time of Day1880005 -Node: Time Conversion1882792 -Node: Timers1887832 -Node: Terminal Input1890005 -Node: Input Modes1890508 -Node: Translating Input1892921 -Node: Recording Input1897086 -Node: Terminal Output1899186 -Node: Flow Control1902809 -Node: Batch Mode1906601 -Node: X-Windows1907983 -Node: X Selections1908854 -Node: X Server1911064 -Node: Resources1911515 -Node: Server Data1916824 -Node: Grabs1918031 -Node: X Miscellaneous1919611 -Node: ToolTalk Support1921996 -Node: XEmacs ToolTalk API Summary1922213 -Node: Sending Messages1923513 -Node: Example of Sending Messages1923764 -Node: Elisp Interface for Sending Messages1924826 -Node: Receiving Messages1931218 -Node: Example of Receiving Messages1931441 -Node: Elisp Interface for Receiving Messages1932277 -Node: LDAP Support1936102 -Node: Building XEmacs with LDAP support1936596 -Node: XEmacs LDAP API1937573 -Node: LDAP Variables1938625 -Node: The High-Level LDAP API1941225 -Node: The Low-Level LDAP API1944688 -Node: The LDAP Lisp Object1945519 -Node: Opening and Closing a LDAP Connection1946072 -Node: Low-level Operations on a LDAP Server1947872 -Node: LDAP Internationalization1950566 -Node: LDAP Internationalization Variables1951471 -Node: Encoder/Decoder Functions1953200 -Node: Syntax of Search Filters1954239 -Node: PostgreSQL Support1955537 -Node: Building XEmacs with PostgreSQL support1955932 -Node: XEmacs PostgreSQL libpq API1957199 -Node: libpq Lisp Variables1959074 -Node: libpq Lisp Symbols and DataTypes1962038 -Node: Synchronous Interface Functions1975278 -Node: Asynchronous Interface Functions1979769 -Node: Large Object Support1983270 -Node: Other libpq Functions1983897 -Node: Unimplemented libpq Functions1986932 -Node: XEmacs PostgreSQL libpq Examples1992251 -Node: Internationalization1998342 -Node: I18N Levels 1 and 21998685 -Node: I18N Level 31999391 -Node: Level 3 Basics1999672 -Node: Level 3 Primitives2000505 -Node: Dynamic Messaging2002111 -Node: Domain Specification2002574 -Node: Documentation String Extraction2004477 -Node: I18N Level 42005395 -Node: MULE2005587 -Node: Internationalization Terminology2006636 -Node: Charsets2018835 -Node: Charset Properties2019531 -Node: Basic Charset Functions2024246 -Node: Charset Property Functions2026427 -Node: Predefined Charsets2028469 -Node: MULE Characters2031389 -Node: Composite Characters2032236 -Node: Coding Systems2033496 -Node: Coding System Types2035636 -Node: ISO 20222039620 -Node: EOL Conversion2051897 -Node: Coding System Properties2053069 -Node: Basic Coding System Functions2057386 -Node: Coding System Property Functions2059420 -Node: Encoding and Decoding Text2059978 -Node: Detection of Textual Encoding2061114 -Node: Big5 and Shift-JIS Functions2062650 -Node: Predefined Coding Systems2063776 -Node: CCL2075870 -Node: CCL Syntax2078974 -Node: CCL Statements2080550 -Node: CCL Expressions2085198 -Node: Calling CCL2087737 -Node: CCL Examples2090726 -Node: Category Tables2090863 -Node: Tips2093221 -Node: Style Tips2093862 -Node: Compilation Tips2103381 -Node: Documentation Tips2105295 -Node: Comment Tips2110804 -Node: Library Headers2113806 -Node: Building XEmacs and Object Allocation2117778 -Node: Building XEmacs2118661 -Node: Pure Storage2124996 -Node: Garbage Collection2127784 -Node: Standard Errors2138923 -Node: Standard Buffer-Local Variables2143132 -Node: Standard Keymaps2145765 -Node: Standard Hooks2149497 -Node: Index2156997 +Node: Copying50069 +Node: Introduction69219 +Node: Caveats70801 +Node: Lisp History72477 +Node: Conventions73730 +Node: Some Terms74542 +Node: nil and t75260 +Node: Evaluation Notation76934 +Node: Printing Notation77845 +Node: Error Messages78715 +Node: Buffer Text Notation79153 +Node: Format of Descriptions80025 +Node: A Sample Function Description80876 +Node: A Sample Variable Description84859 +Node: Acknowledgements85764 +Node: Packaging87739 +Node: Package Overview89486 +Node: The User View91666 +Node: The Library Maintainer View98125 +Node: Infrastructure100037 +Node: Control Files103981 +Node: Obtaining106049 +Node: The Package Release Engineer View106563 +Node: Package Terminology107294 +Node: Building Packages110118 +Node: Makefile Targets111327 +Node: Local.rules File113188 +Node: Creating Packages120123 +Node: package-info.in120657 +Node: Makefile125512 +Node: Documenting Packages139309 +Node: Issues140602 +Node: Lisp Data Types140717 +Node: Printed Representation143266 +Node: Comments145305 +Node: Primitive Types146199 +Node: Programming Types147855 +Node: Integer Type149804 +Node: Floating Point Type150838 +Node: Character Type151454 +Node: Symbol Type159355 +Node: Sequence Type162047 +Node: Cons Cell Type163563 +Node: Dotted Pair Notation168044 +Node: Association List Type170162 +Node: Array Type171042 +Node: String Type172505 +Node: Vector Type175183 +Node: Bit Vector Type175952 +Node: Function Type176811 +Node: Macro Type177921 +Node: Primitive Function Type178615 +Node: Compiled-Function Type180138 +Node: Autoload Type180689 +Node: Char Table Type181700 +Node: Hash Table Type181871 +Node: Range Table Type183022 +Node: Weak List Type183872 +Node: Editing Types184019 +Node: Buffer Type185643 +Node: Marker Type187667 +Node: Extent Type188387 +Node: Window Type189652 +Node: Frame Type191060 +Node: Device Type191852 +Node: Console Type192675 +Node: Window Configuration Type193873 +Node: Event Type194568 +Node: Process Type194729 +Node: Stream Type195761 +Node: Keymap Type196881 +Node: Syntax Table Type197416 +Node: Display Table Type198435 +Node: Database Type198872 +Node: Charset Type199035 +Node: Coding System Type199196 +Node: ToolTalk Message Type199377 +Node: ToolTalk Pattern Type199573 +Node: Window-System Types199742 +Node: Face Type200885 +Node: Glyph Type201013 +Node: Specifier Type201166 +Node: Font Instance Type201336 +Node: Color Instance Type201523 +Node: Image Instance Type201717 +Node: Toolbar Button Type201912 +Node: Subwindow Type202102 +Node: X Resource Type202278 +Node: Type Predicates202428 +Node: Equality Predicates211554 +Node: Numbers216362 +Node: Integer Basics217814 +Node: Float Basics220160 +Node: Predicates on Numbers221899 +Node: Comparison of Numbers223529 +Node: Numeric Conversions227347 +Node: Arithmetic Operations228810 +Node: Rounding Operations234946 +Node: Bitwise Operations236056 +Node: Math Functions245099 +Node: Random Numbers247631 +Node: Strings and Characters249394 +Node: String Basics250844 +Node: Predicates for Strings253259 +Node: Creating Strings254019 +Node: Predicates for Characters259357 +Node: Character Codes260428 +Node: Text Comparison261848 +Node: String Conversion265293 +Node: Modifying Strings268960 +Node: String Properties269598 +Node: Formatting Strings270240 +Node: Character Case279855 +Node: Case Tables283406 +Node: Char Tables287373 +Node: Char Table Types288763 +Node: Working With Char Tables290345 +Node: Lists292362 +Node: Cons Cells293482 +Node: Lists as Boxes294815 +Node: List-related Predicates297454 +Node: List Elements299153 +Node: Building Lists304179 +Node: Modifying Lists310167 +Node: Setcar310976 +Node: Setcdr313404 +Node: Rearrangement315922 +Node: Sets And Lists321505 +Node: Association Lists325730 +Ref: Association Lists-Footnote-1335018 +Node: Property Lists335223 +Node: Working With Normal Plists336768 +Node: Working With Lax Plists339105 +Node: Converting Plists To/From Alists341382 +Node: Weak Lists342730 +Node: Sequences Arrays Vectors344890 +Node: Sequence Functions347523 +Node: Arrays351179 +Node: Array Functions354240 +Node: Vectors356770 +Node: Vector Functions358265 +Node: Bit Vectors360833 +Node: Bit Vector Functions361675 +Node: Symbols363971 +Node: Symbol Components365017 +Node: Definitions369197 +Node: Creating Symbols371419 +Node: Symbol Properties378450 +Node: Plists and Alists379974 +Node: Object Plists381720 +Node: Other Plists384477 +Node: Evaluation386273 +Node: Intro Eval387075 +Ref: Intro Eval-Footnote-1390425 +Node: Eval390560 +Node: Forms394976 +Node: Self-Evaluating Forms396133 +Node: Symbol Forms397643 +Node: Classifying Lists398557 +Node: Function Indirection399310 +Node: Function Forms402406 +Node: Macro Forms403400 +Node: Special Forms404997 +Node: Autoloading407303 +Node: Quoting407798 +Node: Control Structures409156 +Node: Sequencing410774 +Node: Conditionals413636 +Node: Combining Conditions417056 +Node: Iteration420323 +Node: Nonlocal Exits422099 +Node: Catch and Throw422797 +Node: Examples of Catch426633 +Node: Errors428649 +Node: Signaling Errors430135 +Node: Processing of Errors438879 +Node: Handling Errors441154 +Node: Error Symbols448390 +Node: Cleanups452343 +Node: Variables456118 +Node: Global Variables457885 +Node: Constant Variables458958 +Node: Local Variables459581 +Node: Void Variables464516 +Node: Defining Variables468029 +Node: Accessing Variables475190 +Node: Setting Variables476612 +Node: Variable Scoping481128 +Node: Scope482724 +Node: Extent484247 +Node: Impl of Scope485723 +Node: Using Scoping487683 +Node: Buffer-Local Variables489202 +Node: Intro to Buffer-Local490035 +Node: Creating Buffer-Local492575 +Node: Default Value498474 +Node: Variable Aliases501614 +Node: Functions503462 +Node: What Is a Function504553 +Node: Lambda Expressions508596 +Node: Lambda Components509503 +Node: Simple Lambda511328 +Node: Argument List512982 +Node: Function Documentation516707 +Node: Function Names518646 +Node: Defining Functions521216 +Node: Calling Functions524253 +Node: Mapping Functions528098 +Node: Anonymous Functions530795 +Node: Function Cells534037 +Node: Inline Functions538852 +Node: Related Topics540659 +Node: Macros541709 +Node: Simple Macro542990 +Node: Expansion543722 +Node: Compiling Macros546723 +Node: Defining Macros548556 +Node: Backquote549870 +Node: Problems with Macros552264 +Node: Argument Evaluation552955 +Node: Surprising Local Vars555867 +Node: Eval During Expansion557929 +Node: Repeated Expansion559619 +Node: Customization561532 +Node: Common Keywords561998 +Node: Group Definitions564839 +Node: Variable Definitions567029 +Node: Customization Types572016 +Node: Simple Types573448 +Node: Composite Types575602 +Node: Splicing into Lists580289 +Node: Type Keywords582121 +Node: Loading585639 +Node: How Programs Do Loading587311 +Node: Autoload596434 +Node: Repeated Loading602501 +Node: Named Features604611 +Node: Unloading611038 +Node: Hooks for Loading613191 +Node: Byte Compilation613908 +Node: Speed of Byte-Code615972 +Node: Compilation Functions617176 +Node: Compilation Options623946 +Node: Docs and Compilation633876 +Node: Dynamic Loading636541 +Node: Eval During Compile638917 +Node: Compiled-Function Objects640179 +Node: Disassembly644977 +Node: Different Behavior652255 +Node: Debugging653597 +Node: Debugger655006 +Node: Error Debugging656148 +Node: Infinite Loops658898 +Node: Function Debugging660139 +Node: Explicit Debug662936 +Node: Using Debugger663704 +Node: Debugger Commands665563 +Node: Invoking the Debugger669877 +Node: Internals of Debugger673789 +Node: Syntax Errors678673 +Node: Excess Open679918 +Node: Excess Close681790 +Node: Compilation Errors683208 +Node: Edebug684493 +Node: Using Edebug686598 +Node: Instrumenting689292 +Node: Edebug Execution Modes692778 +Node: Jumping695885 +Node: Edebug Misc698226 +Node: Breakpoints699612 +Node: Global Break Condition702415 +Node: Embedded Breakpoints703367 +Node: Trapping Errors704319 +Node: Edebug Views706392 +Node: Edebug Eval708355 +Node: Eval List709529 +Node: Reading in Edebug712911 +Node: Printing in Edebug713707 +Node: Tracing715419 +Node: Coverage Testing717304 +Node: The Outside Context719342 +Node: Checking Whether to Stop720288 +Node: Edebug Display Update720932 +Node: Edebug Recursive Edit722952 +Node: Instrumenting Macro Calls724604 +Node: Specification List727082 +Node: Backtracking736492 +Node: Debugging Backquote738427 +Node: Specification Examples742130 +Node: Edebug Options744194 +Node: Read and Print749530 +Node: Streams Intro750504 +Node: Input Streams752519 +Node: Input Functions757417 +Node: Output Streams759474 +Node: Output Functions763522 +Node: Output Variables767819 +Node: Minibuffers772620 +Node: Intro to Minibuffers773769 +Node: Text from Minibuffer775954 +Node: Object from Minibuffer781045 +Node: Minibuffer History785135 +Node: Completion788111 +Node: Basic Completion790083 +Node: Minibuffer Completion794963 +Node: Completion Commands798537 +Node: High-Level Completion803191 +Node: Reading File Names807937 +Node: Programmed Completion811626 +Node: Yes-or-No Queries814005 +Node: Multiple Queries819739 +Node: Reading a Password823803 +Node: Minibuffer Misc825143 +Node: Command Loop830020 +Node: Command Overview831361 +Node: Defining Commands834635 +Node: Using Interactive835380 +Node: Interactive Codes840150 +Node: Interactive Examples845939 +Node: Interactive Call847250 +Node: Command Loop Info852661 +Node: Events857637 +Node: Event Types859095 +Node: Event Contents861015 +Node: Event Predicates865489 +Node: Accessing Mouse Event Positions866804 +Node: Frame-Level Event Position Info867500 +Node: Window-Level Event Position Info868537 +Node: Event Text Position Info870298 +Node: Event Glyph Position Info872787 +Node: Event Toolbar Position Info874107 +Node: Other Event Position Info874778 +Node: Accessing Other Event Info875187 +Node: Working With Events876804 +Node: Converting Events882802 +Node: Reading Input886198 +Node: Key Sequence Input887197 +Node: Reading One Event889829 +Node: Dispatching an Event892650 +Node: Quoted Character Input893101 +Node: Peeking and Discarding894447 +Node: Waiting898349 +Node: Quitting900660 +Node: Prefix Command Arguments905065 +Node: Recursive Editing910149 +Node: Disabling Commands914940 +Node: Command History917005 +Node: Keyboard Macros918739 +Node: Keymaps920953 +Node: Keymap Terminology922527 +Node: Format of Keymaps925453 +Node: Creating Keymaps925861 +Node: Inheritance and Keymaps927938 +Node: Key Sequences930307 +Node: Prefix Keys935100 +Node: Active Keymaps938682 +Node: Key Lookup948050 +Node: Functions for Key Lookup953210 +Node: Changing Key Bindings958908 +Node: Key Binding Commands966067 +Node: Scanning Keymaps968129 +Node: Other Keymap Functions976695 +Node: Menus977317 +Node: Menu Format977909 +Node: Menubar Format986552 +Node: Menubar987174 +Node: Modifying Menus990287 +Node: Menu Filters995628 +Node: Pop-Up Menus997521 +Node: Menu Accelerators999849 +Node: Creating Menu Accelerators1000602 +Node: Keyboard Menu Traversal1001959 +Node: Menu Accelerator Functions1002684 +Node: Buffers Menu1005779 +Node: Dialog Boxes1007070 +Node: Dialog Box Format1007237 +Node: Dialog Box Functions1008659 +Node: Toolbar1009056 +Node: Toolbar Intro1009491 +Node: Creating Toolbar1011889 +Node: Toolbar Descriptor Format1012806 +Node: Specifying the Toolbar1017300 +Node: Other Toolbar Variables1020904 +Node: Gutter1025329 +Node: Gutter Intro1025915 +Node: Creating Gutter1027915 +Node: Gutter Descriptor Format1030802 +Node: Specifying a Gutter1035256 +Node: Other Gutter Variables1038788 +Node: Common Gutter Widgets1043172 +Node: Buffer Tabs1044161 +Node: Progress Bars1044299 +Node: Scrollbars1044441 +Node: Drag and Drop1044573 +Node: Supported Protocols1045646 +Node: OffiX DND1046146 +Node: CDE dt1047150 +Node: MSWindows OLE1047738 +Node: Loose ends1047906 +Node: Drop Interface1048295 +Node: Drag Interface1049315 +Node: Modes1049486 +Node: Major Modes1050434 +Node: Major Mode Conventions1053346 +Node: Example Major Modes1059298 +Node: Auto Major Mode1067329 +Node: Mode Help1074776 +Node: Derived Modes1075874 +Node: Minor Modes1078062 +Node: Minor Mode Conventions1079361 +Node: Keymaps and Minor Modes1082221 +Node: Modeline Format1083053 +Node: Modeline Data1084818 +Node: Modeline Variables1089968 +Node: %-Constructs1094681 +Node: Hooks1097665 +Node: Documentation1104422 +Node: Documentation Basics1105842 +Node: Accessing Documentation1108890 +Node: Keys in Documentation1115171 +Node: Describing Characters1118651 +Node: Help Functions1120997 +Node: Obsoleteness1127444 +Node: Files1130433 +Node: Visiting Files1132355 +Node: Visiting Functions1133857 +Node: Subroutines of Visiting1139013 +Node: Saving Buffers1141083 +Node: Reading from Files1147173 +Node: Writing to Files1149331 +Node: File Locks1152045 +Node: Information about Files1155109 +Node: Testing Accessibility1155867 +Node: Kinds of Files1159604 +Node: Truenames1161282 +Node: File Attributes1162281 +Node: Changing File Attributes1167417 +Node: File Names1172836 +Node: File Name Components1174405 +Node: Directory Names1176847 +Node: Relative File Names1180074 +Node: File Name Expansion1181040 +Node: Unique File Names1184791 +Node: File Name Completion1186403 +Node: User Name Completion1189668 +Node: Contents of Directories1191072 +Node: Create/Delete Dirs1194382 +Node: Magic File Names1195485 +Node: Partial Files1201130 +Node: Intro to Partial Files1201358 +Node: Creating a Partial File1202595 +Node: Detached Partial Files1203531 +Node: Format Conversion1204650 +Node: Files and MS-DOS1210145 +Node: Backups and Auto-Saving1212206 +Node: Backup Files1212878 +Node: Making Backups1214272 +Node: Rename or Copy1217021 +Node: Numbered Backups1219511 +Node: Backup Names1221743 +Node: Auto-Saving1225032 +Node: Reverting1233191 +Node: Buffers1236524 +Node: Buffer Basics1237937 +Node: Current Buffer1239983 +Node: Buffer Names1244684 +Node: Buffer File Name1247888 +Node: Buffer Modification1252004 +Node: Modification Time1254244 +Node: Read Only Buffers1257616 +Node: The Buffer List1260852 +Node: Creating Buffers1265666 +Node: Killing Buffers1267809 +Node: Indirect Buffers1271638 +Node: Windows1274209 +Node: Basic Windows1275684 +Node: Splitting Windows1278779 +Node: Deleting Windows1284102 +Node: Selecting Windows1288017 +Node: Cyclic Window Ordering1292237 +Node: Buffers and Windows1297389 +Node: Displaying Buffers1299164 +Node: Choosing Window1304500 +Node: Window Point1312415 +Node: Window Start1314482 +Node: Vertical Scrolling1319278 +Node: Horizontal Scrolling1325473 +Node: Size of Window1328999 +Node: Position of Window1333714 +Node: Resizing Windows1335964 +Node: Window Configurations1341399 +Node: Frames1344885 +Node: Creating Frames1347223 +Node: Frame Properties1348560 +Node: Property Access1349373 +Node: Initial Properties1350277 +Node: X Frame Properties1352760 +Node: Size and Position1357391 +Node: Frame Name1359386 +Node: Frame Titles1360297 +Node: Deleting Frames1362118 +Node: Finding All Frames1363089 +Node: Frames and Windows1366317 +Node: Minibuffers and Frames1369096 +Node: Input Focus1370011 +Node: Visibility of Frames1373113 +Node: Raising and Lowering1375100 +Node: Frame Configurations1377473 +Node: Frame Hooks1378527 +Node: Consoles and Devices1380329 +Node: Basic Console Functions1383069 +Node: Basic Device Functions1383492 +Node: Console Types and Device Classes1384338 +Node: Connecting to a Console or Device1386602 +Node: The Selected Console and Device1388786 +Node: Console and Device I/O1389812 +Node: Positions1390576 +Node: Point1391543 +Node: Motion1394630 +Node: Character Motion1395394 +Node: Word Motion1397629 +Node: Buffer End Motion1399016 +Node: Text Lines1400550 +Node: Screen Lines1405447 +Node: List Motion1409507 +Node: Skipping Characters1412987 +Node: Excursions1415203 +Node: Narrowing1418240 +Node: Markers1423568 +Node: Overview of Markers1424471 +Node: Predicates on Markers1429160 +Node: Creating Markers1430403 +Node: Information from Markers1434600 +Node: Changing Markers1435695 +Node: The Mark1437220 +Node: The Region1445721 +Node: Text1451433 +Node: Near Point1454129 +Node: Buffer Contents1458313 +Node: Comparing Text1459716 +Node: Insertion1461121 +Node: Commands for Insertion1465028 +Node: Deletion1467919 +Node: User-Level Deletion1471566 +Node: The Kill Ring1475723 +Node: Kill Ring Concepts1477894 +Node: Kill Functions1478945 +Node: Yank Commands1480865 +Node: Low-Level Kill Ring1482733 +Node: Internals of Kill Ring1485816 +Node: Undo1488593 +Node: Maintaining Undo1492927 +Node: Filling1495542 +Node: Margins1501533 +Node: Auto Filling1505556 +Node: Sorting1506734 +Node: Columns1516045 +Node: Indentation1519123 +Node: Primitive Indent1519899 +Node: Mode-Specific Indent1521221 +Node: Region Indent1523750 +Node: Relative Indent1526694 +Node: Indent Tabs1529073 +Node: Motion by Indent1530391 +Node: Case Changes1531167 +Node: Text Properties1534517 +Node: Examining Properties1536327 +Node: Changing Properties1538207 +Node: Property Search1541795 +Node: Special Properties1546511 +Node: Saving Properties1546789 +Node: Substitution1549928 +Node: Registers1553195 +Node: Transposition1555774 +Node: Change Hooks1556665 +Node: Transformations1558702 +Node: Searching and Matching1563802 +Node: String Search1564930 +Node: Regular Expressions1569908 +Node: Syntax of Regexps1571272 +Node: Regexp Example1585872 +Node: Regexp Search1588039 +Node: POSIX Regexps1594373 +Node: Search and Replace1596447 +Node: Match Data1599812 +Node: Simple Match Data1600939 +Node: Replacing Match1605201 +Node: Entire Match Data1607879 +Node: Saving Match Data1610114 +Node: Searching and Case1611499 +Node: Standard Regexps1613530 +Node: Syntax Tables1615725 +Node: Syntax Basics1616836 +Node: Syntax Descriptors1619812 +Node: Syntax Class Table1621659 +Node: Syntax Flags1627838 +Node: Syntax Table Functions1632234 +Node: Motion and Syntax1636529 +Node: Parsing Expressions1637978 +Node: Standard Syntax Tables1644073 +Node: Syntax Table Internals1644914 +Node: Abbrevs1645937 +Node: Abbrev Mode1647738 +Node: Abbrev Tables1648455 +Node: Defining Abbrevs1649991 +Node: Abbrev Files1651909 +Node: Abbrev Expansion1653689 +Node: Standard Abbrev Tables1658317 +Node: Extents1659473 +Node: Intro to Extents1660712 +Node: Creating and Modifying Extents1664701 +Node: Extent Endpoints1666282 +Node: Finding Extents1669542 +Node: Mapping Over Extents1673661 +Node: Extent Properties1679781 +Node: Detached Extents1690001 +Node: Extent Parents1691857 +Node: Duplicable Extents1693548 +Node: Extents and Events1696766 +Node: Atomic Extents1698724 +Node: Specifiers1699168 +Node: Introduction to Specifiers1701297 +Node: Simple Specifier Usage1705478 +Node: Specifiers In-Depth1711896 +Node: Specifier Instancing1718530 +Node: Specifier Types1721789 +Node: Adding Specifications1726860 +Node: Retrieving Specifications1738350 +Node: Specifier Tag Functions1742095 +Node: Specifier Instancing Functions1745326 +Node: Specifier Examples1750181 +Node: Creating Specifiers1757885 +Node: Specifier Validation Functions1762228 +Node: Other Specification Functions1764614 +Node: Faces and Window-System Objects1768496 +Node: Faces1768820 +Node: Merging Faces1770434 +Node: Basic Face Functions1772392 +Node: Face Properties1774537 +Node: Face Convenience Functions1784807 +Node: Other Face Display Functions1788027 +Node: Fonts1788839 +Node: Font Specifiers1789537 +Node: Font Instances1790722 +Node: Font Instance Names1791689 +Node: Font Instance Size1792530 +Node: Font Instance Characteristics1793816 +Node: Font Convenience Functions1794994 +Node: Colors1796284 +Node: Color Specifiers1796724 +Node: Color Instances1799084 +Node: Color Instance Properties1799825 +Node: Color Convenience Functions1800451 +Node: Glyphs1801504 +Node: Glyph Functions1803163 +Node: Creating Glyphs1803570 +Node: Glyph Properties1816210 +Node: Glyph Convenience Functions1825374 +Node: Glyph Dimensions1829318 +Node: Images1830398 +Node: Image Specifiers1830847 +Node: Image Instantiator Conversion1846336 +Node: Image Instances1847701 +Node: Image Instance Types1848449 +Node: Image Instance Functions1851211 +Node: Glyph Types1858268 +Node: Mouse Pointer1860037 +Node: Redisplay Glyphs1863037 +Node: Subwindows1864070 +Node: Glyph Examples1864333 +Node: Annotations1872589 +Node: Annotation Basics1873602 +Node: Annotation Primitives1877537 +Node: Annotation Properties1878876 +Node: Locating Annotations1881916 +Node: Margin Primitives1882753 +Node: Annotation Hooks1884644 +Node: Display1885301 +Node: Refresh Screen1886276 +Node: Truncation1888467 +Node: The Echo Area1890989 +Node: Warnings1897429 +Node: Invisible Text1901862 +Node: Selective Display1904573 +Node: Overlay Arrow1908696 +Node: Temporary Displays1910046 +Node: Blinking1914165 +Node: Usual Display1916346 +Node: Display Tables1918892 +Node: Display Table Format1919693 +Node: Active Display Table1921132 +Node: Character Descriptors1925124 +Node: Beeping1925878 +Node: Hash Tables1930643 +Node: Introduction to Hash Tables1931251 +Node: Working With Hash Tables1937807 +Node: Weak Hash Tables1938924 +Node: Range Tables1940938 +Node: Introduction to Range Tables1941624 +Node: Working With Range Tables1942070 +Node: Databases1943029 +Node: Connecting to a Database1943328 +Node: Working With a Database1944435 +Node: Other Database Functions1945309 +Node: Processes1945878 +Node: Subprocess Creation1948099 +Node: Synchronous Processes1951547 +Node: MS-DOS Subprocesses1958266 +Node: Asynchronous Processes1959337 +Node: Deleting Processes1963691 +Node: Process Information1965559 +Node: Input to Processes1969649 +Node: Signals to Processes1972341 +Node: Output from Processes1977153 +Node: Process Buffers1977962 +Node: Filter Functions1980838 +Node: Accepting Output1986426 +Node: Sentinels1987950 +Node: Process Window Size1991437 +Node: Transaction Queues1991786 +Node: Network1993481 +Node: System Interface1996112 +Node: Starting Up1997379 +Node: Start-up Summary1997970 +Node: Init File2001521 +Node: Terminal-Specific2003899 +Node: Command Line Arguments2007055 +Node: Getting Out2010541 +Node: Killing XEmacs2011107 +Node: Suspending XEmacs2012772 +Node: System Environment2016148 +Node: User Identification2022326 +Node: Time of Day2025855 +Node: Time Conversion2028639 +Node: Timers2033878 +Node: Terminal Input2036048 +Node: Input Modes2036548 +Node: Translating Input2039007 +Node: Recording Input2043169 +Node: Terminal Output2045269 +Node: Flow Control2048887 +Node: Batch Mode2052846 +Node: X-Windows2054224 +Node: X Selections2055093 +Node: X Server2057841 +Node: Resources2058289 +Node: Server Data2063598 +Node: Grabs2064802 +Node: X Miscellaneous2066382 +Node: ToolTalk Support2068767 +Node: XEmacs ToolTalk API Summary2068984 +Node: Sending Messages2070281 +Node: Example of Sending Messages2070532 +Node: Elisp Interface for Sending Messages2071591 +Node: Receiving Messages2078187 +Node: Example of Receiving Messages2078410 +Node: Elisp Interface for Receiving Messages2079243 +Node: LDAP Support2083100 +Node: Building XEmacs with LDAP support2083591 +Node: XEmacs LDAP API2084565 +Node: LDAP Variables2085614 +Node: The High-Level LDAP API2088214 +Node: The Low-Level LDAP API2091684 +Node: The LDAP Lisp Object2092512 +Node: Opening and Closing a LDAP Connection2093064 +Node: Low-level Operations on a LDAP Server2094879 +Node: LDAP Internationalization2097600 +Node: LDAP Internationalization Variables2098502 +Node: Encoder/Decoder Functions2100233 +Node: Syntax of Search Filters2101278 +Node: PostgreSQL Support2102572 +Node: Building XEmacs with PostgreSQL support2102964 +Node: XEmacs PostgreSQL libpq API2104308 +Node: libpq Lisp Variables2106184 +Node: libpq Lisp Symbols and DataTypes2109178 +Node: Synchronous Interface Functions2122435 +Node: Asynchronous Interface Functions2126939 +Node: Large Object Support2130441 +Node: Other libpq Functions2131068 +Node: Unimplemented libpq Functions2134105 +Node: XEmacs PostgreSQL libpq Examples2139424 +Node: Internationalization2145512 +Node: I18N Levels 1 and 22145855 +Node: I18N Level 32146558 +Node: Level 3 Basics2146839 +Node: Level 3 Primitives2147670 +Node: Dynamic Messaging2149276 +Node: Domain Specification2149736 +Node: Documentation String Extraction2151403 +Node: I18N Level 42152318 +Node: MULE2152507 +Node: Internationalization Terminology2153553 +Node: Charsets2165749 +Node: Charset Properties2166442 +Node: Basic Charset Functions2171154 +Node: Charset Property Functions2173335 +Node: Predefined Charsets2175550 +Node: MULE Characters2178467 +Node: Composite Characters2179342 +Node: Coding Systems2180606 +Node: Coding System Types2182743 +Node: ISO 20222186724 +Node: EOL Conversion2198995 +Node: Coding System Properties2200167 +Node: Basic Coding System Functions2204490 +Node: Coding System Property Functions2206524 +Node: Encoding and Decoding Text2207082 +Node: Detection of Textual Encoding2208218 +Node: Big5 and Shift-JIS Functions2209754 +Node: Predefined Coding Systems2210903 +Node: CCL2222995 +Node: CCL Syntax2226096 +Node: CCL Statements2227669 +Node: CCL Expressions2232299 +Node: Calling CCL2234835 +Node: CCL Examples2237837 +Node: Category Tables2237971 +Node: Tips2240327 +Node: Style Tips2240966 +Node: Compilation Tips2250841 +Node: Documentation Tips2252752 +Node: Comment Tips2258258 +Node: Library Headers2261259 +Node: Building XEmacs and Object Allocation2265227 +Node: Building XEmacs2266107 +Node: Pure Storage2272682 +Node: Garbage Collection2275322 +Node: Standard Errors2286163 +Node: Standard Buffer-Local Variables2290369 +Node: Standard Keymaps2293001 +Node: Standard Hooks2296733 +Node: Index2304231  End Tag Table