X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=info%2Flispref.info;h=83889a887fb103c3ef3e1f792a9302f430dda58d;hp=360182be511836d0b6f3368eec79844af21fa03f;hb=46f51e794ddb493a8a76ec2f3be00b41e3b0be22;hpb=ea21eb75bbf90355514d65686bd53bea579f8e23 diff --git a/info/lispref.info b/info/lispref.info index 360182b..83889a8 100644 --- a/info/lispref.info +++ b/info/lispref.info @@ -61,40 +61,40 @@ lispref.info-7: 291568 lispref.info-8: 340704 lispref.info-9: 388026 lispref.info-10: 436665 -lispref.info-11: 484608 -lispref.info-12: 531220 -lispref.info-13: 579119 -lispref.info-14: 627342 -lispref.info-15: 675596 -lispref.info-16: 724798 -lispref.info-17: 772038 -lispref.info-18: 818888 -lispref.info-19: 865939 -lispref.info-20: 914669 -lispref.info-21: 964091 -lispref.info-22: 1011010 -lispref.info-23: 1058037 -lispref.info-24: 1107436 -lispref.info-25: 1157118 -lispref.info-26: 1207028 -lispref.info-27: 1256251 -lispref.info-28: 1305018 -lispref.info-29: 1353990 -lispref.info-30: 1395325 -lispref.info-31: 1444468 -lispref.info-32: 1493681 -lispref.info-33: 1543255 -lispref.info-34: 1591432 -lispref.info-35: 1637064 -lispref.info-36: 1678380 -lispref.info-37: 1723321 -lispref.info-38: 1773008 -lispref.info-39: 1822112 -lispref.info-40: 1871516 -lispref.info-41: 1921400 -lispref.info-42: 1970391 -lispref.info-43: 2014283 -lispref.info-44: 2052619 +lispref.info-11: 484903 +lispref.info-12: 531515 +lispref.info-13: 579414 +lispref.info-14: 627637 +lispref.info-15: 675891 +lispref.info-16: 725647 +lispref.info-17: 774398 +lispref.info-18: 821248 +lispref.info-19: 868299 +lispref.info-20: 917029 +lispref.info-21: 966451 +lispref.info-22: 1013370 +lispref.info-23: 1060397 +lispref.info-24: 1109796 +lispref.info-25: 1159478 +lispref.info-26: 1209388 +lispref.info-27: 1258611 +lispref.info-28: 1307378 +lispref.info-29: 1356815 +lispref.info-30: 1398150 +lispref.info-31: 1447293 +lispref.info-32: 1496506 +lispref.info-33: 1546080 +lispref.info-34: 1594257 +lispref.info-35: 1639889 +lispref.info-36: 1681205 +lispref.info-37: 1726146 +lispref.info-38: 1775833 +lispref.info-39: 1824937 +lispref.info-40: 1874341 +lispref.info-41: 1924225 +lispref.info-42: 1973216 +lispref.info-43: 2017108 +lispref.info-44: 2055444  Tag Table: (Indirect) @@ -290,599 +290,600 @@ Node: Function Names453659 Node: Defining Functions456232 Node: Calling Functions459272 Node: Mapping Functions463121 -Node: Anonymous Functions465514 -Node: Function Cells468759 -Node: Inline Functions473569 -Node: Related Topics475379 -Node: Macros476432 -Node: Simple Macro477716 -Node: Expansion478451 -Node: Compiling Macros481455 -Node: Defining Macros483291 -Node: Backquote484608 -Node: Problems with Macros487005 -Node: Argument Evaluation487700 -Node: Surprising Local Vars490615 -Node: Eval During Expansion492683 -Node: Repeated Expansion494376 -Node: Customization496292 -Node: Common Keywords496761 -Node: Group Definitions499606 -Node: Variable Definitions501798 -Node: Customization Types506781 -Node: Simple Types508216 -Node: Composite Types510373 -Node: Splicing into Lists515063 -Node: Type Keywords516898 -Node: Loading520418 -Node: How Programs Do Loading522093 -Node: Autoload531220 -Node: Repeated Loading537299 -Node: Named Features539412 -Node: Unloading545844 -Node: Hooks for Loading548000 -Node: Byte Compilation548717 -Node: Speed of Byte-Code550634 -Node: Compilation Functions551841 -Node: Docs and Compilation558228 -Node: Dynamic Loading560881 -Node: Eval During Compile563245 -Node: Compiled-Function Objects564510 -Node: Disassembly569308 -Node: Debugging576562 -Node: Debugger577974 -Node: Error Debugging579119 -Node: Infinite Loops581872 -Node: Function Debugging583116 -Node: Explicit Debug585906 -Node: Using Debugger586677 -Node: Debugger Commands588539 -Node: Invoking the Debugger592856 -Node: Internals of Debugger596771 -Node: Syntax Errors601658 -Node: Excess Open602906 -Node: Excess Close604781 -Node: Compilation Errors606202 -Node: Edebug607490 -Node: Using Edebug609598 -Node: Instrumenting612295 -Node: Edebug Execution Modes615784 -Node: Jumping618894 -Node: Edebug Misc621237 -Node: Breakpoints622626 -Node: Global Break Condition625432 -Node: Embedded Breakpoints626387 -Node: Trapping Errors627342 -Node: Edebug Views629418 -Node: Edebug Eval631383 -Node: Eval List632560 -Node: Reading in Edebug635945 -Node: Printing in Edebug636744 -Node: Tracing638459 -Node: Coverage Testing640345 -Node: The Outside Context642386 -Node: Checking Whether to Stop643335 -Node: Edebug Display Update643982 -Node: Edebug Recursive Edit646005 -Node: Instrumenting Macro Calls647660 -Node: Specification List650142 -Node: Backtracking659553 -Node: Debugging Backquote661491 -Node: Specification Examples665197 -Node: Edebug Options667264 -Node: Read and Print672601 -Node: Streams Intro673578 -Node: Input Streams675596 -Node: Input Functions680497 -Node: Output Streams682557 -Node: Output Functions686608 -Node: Output Variables690908 -Node: Minibuffers695707 -Node: Intro to Minibuffers696792 -Node: Text from Minibuffer699118 -Node: Object from Minibuffer703780 -Node: Minibuffer History706997 -Node: Completion709907 -Node: Basic Completion711882 -Node: Minibuffer Completion716906 -Node: Completion Commands720151 -Node: High-Level Completion724798 -Node: Reading File Names728822 -Node: Programmed Completion732511 -Node: Yes-or-No Queries734721 -Node: Multiple Queries740458 -Node: Minibuffer Misc744522 -Node: Command Loop749388 -Node: Command Overview750732 -Node: Defining Commands754010 -Node: Using Interactive754758 -Node: Interactive Codes759531 -Node: Interactive Examples765323 -Node: Interactive Call766637 -Node: Command Loop Info772038 -Node: Events777017 -Node: Event Types778477 -Node: Event Contents780400 -Node: Event Predicates784876 -Node: Accessing Mouse Event Positions786201 -Node: Frame-Level Event Position Info786900 -Node: Window-Level Event Position Info787940 -Node: Event Text Position Info789704 -Node: Event Glyph Position Info792196 -Node: Event Toolbar Position Info793519 -Node: Other Event Position Info794190 -Node: Accessing Other Event Info794599 -Node: Working With Events796219 -Node: Converting Events802207 -Node: Reading Input805160 -Node: Key Sequence Input806162 -Node: Reading One Event808116 -Node: Dispatching an Event810877 -Node: Quoted Character Input811328 -Node: Peeking and Discarding812676 -Node: Waiting816580 -Node: Quitting818888 -Node: Prefix Command Arguments823296 -Node: Recursive Editing828383 -Node: Disabling Commands833179 -Node: Command History835247 -Node: Keyboard Macros836984 -Node: Keymaps839201 -Node: Keymap Terminology840778 -Node: Format of Keymaps843707 -Node: Creating Keymaps844118 -Node: Inheritance and Keymaps846197 -Node: Key Sequences848569 -Node: Prefix Keys853139 -Node: Active Keymaps856724 -Node: Key Lookup865939 -Node: Functions for Key Lookup871102 -Node: Changing Key Bindings876799 -Node: Key Binding Commands883696 -Node: Scanning Keymaps885761 -Node: Other Keymap Functions894272 -Node: Menus894894 -Node: Menu Format895436 -Node: Menubar Format904021 -Node: Menubar904646 -Node: Modifying Menus907759 -Node: Menu Filters912773 -Node: Pop-Up Menus914669 -Node: Menu Accelerators916874 -Node: Creating Menu Accelerators917596 -Node: Keyboard Menu Traversal918914 -Node: Menu Accelerator Functions919641 -Node: Buffers Menu922676 -Node: Dialog Boxes923970 -Node: Dialog Box Format924137 -Node: Dialog Box Functions925507 -Node: Toolbar925904 -Node: Toolbar Intro926229 -Node: Toolbar Descriptor Format928639 -Node: Specifying the Toolbar933133 -Node: Other Toolbar Variables936738 -Node: Scrollbars941165 -Node: Drag and Drop941301 -Node: Supported Protocols942377 -Node: OffiX DND942880 -Node: CDE dt943887 -Node: MSWindows OLE944478 -Node: Loose ends944649 -Node: Drop Interface945041 -Node: Drag Interface946063 -Node: Modes946237 -Node: Major Modes947188 -Node: Major Mode Conventions950103 -Node: Example Major Modes956058 -Node: Auto Major Mode964091 -Node: Mode Help971539 -Node: Derived Modes972640 -Node: Minor Modes974831 -Node: Minor Mode Conventions976133 -Node: Keymaps and Minor Modes978996 -Node: Modeline Format979831 -Node: Modeline Data981599 -Node: Modeline Variables985869 -Node: %-Constructs990585 -Node: Hooks993496 -Node: Documentation1000258 -Node: Documentation Basics1001681 -Node: Accessing Documentation1004731 -Node: Keys in Documentation1011010 -Node: Describing Characters1014489 -Node: Help Functions1016838 -Node: Obsoleteness1023289 -Node: Files1026283 -Node: Visiting Files1028208 -Node: Visiting Functions1029713 -Node: Subroutines of Visiting1034760 -Node: Saving Buffers1036833 -Node: Reading from Files1042926 -Node: Writing to Files1045083 -Node: File Locks1047800 -Node: Information about Files1050853 -Node: Testing Accessibility1051614 -Node: Kinds of Files1055354 -Node: Truenames1057035 -Node: File Attributes1058037 -Node: Changing File Attributes1063176 -Node: File Names1068582 -Node: File Name Components1070191 -Node: Directory Names1073292 -Node: Relative File Names1076745 -Node: File Name Expansion1077823 -Node: Unique File Names1081730 -Node: File Name Completion1083345 -Node: User Name Completion1086006 -Node: Contents of Directories1087346 -Node: Create/Delete Dirs1090659 -Node: Magic File Names1091765 -Node: Partial Files1097395 -Node: Intro to Partial Files1097623 -Node: Creating a Partial File1098863 -Node: Detached Partial Files1099798 -Node: Format Conversion1100920 -Node: Files and MS-DOS1107436 -Node: Backups and Auto-Saving1109500 -Node: Backup Files1110175 -Node: Making Backups1111572 -Node: Rename or Copy1114321 -Node: Numbered Backups1116814 -Node: Backup Names1119058 -Node: Auto-Saving1122350 -Node: Reverting1130492 -Node: Buffers1133650 -Node: Buffer Basics1135067 -Node: Current Buffer1137120 -Node: Buffer Names1141808 -Node: Buffer File Name1145013 -Node: Buffer Modification1149132 -Node: Modification Time1151325 -Node: Read Only Buffers1154700 -Node: The Buffer List1157118 -Node: Creating Buffers1161948 -Node: Killing Buffers1164094 -Node: Indirect Buffers1167825 -Node: Windows1170397 -Node: Basic Windows1171875 -Node: Splitting Windows1174973 -Node: Deleting Windows1181862 -Node: Selecting Windows1184542 -Node: Cyclic Window Ordering1187671 -Node: Buffers and Windows1192295 -Node: Displaying Buffers1194136 -Node: Choosing Window1199312 -Node: Window Point1207028 -Node: Window Start1209074 -Node: Vertical Scrolling1213564 -Node: Horizontal Scrolling1219701 -Node: Size of Window1223210 -Node: Position of Window1227928 -Node: Resizing Windows1230168 -Node: Window Configurations1235597 -Node: Frames1239022 -Node: Creating Frames1240791 -Node: Frame Properties1242132 -Node: Property Access1242948 -Node: Initial Properties1243797 -Node: X Frame Properties1246283 -Node: Size and Position1250917 -Node: Frame Name1252913 -Node: Frame Titles1253827 -Node: Deleting Frames1255651 -Node: Finding All Frames1256251 -Node: Frames and Windows1258245 -Node: Minibuffers and Frames1259950 -Node: Input Focus1260868 -Node: Visibility of Frames1263945 -Node: Raising and Lowering1265864 -Node: Frame Configurations1268240 -Node: Frame Hooks1268834 -Node: Consoles and Devices1270639 -Node: Basic Console Functions1273383 -Node: Basic Device Functions1273806 -Node: Console Types and Device Classes1274522 -Node: Connecting to a Console or Device1276719 -Node: The Selected Console and Device1278882 -Node: Console and Device I/O1279908 -Node: Positions1280672 -Node: Point1281641 -Node: Motion1284731 -Node: Character Motion1285498 -Node: Word Motion1287735 -Node: Buffer End Motion1289236 -Node: Text Lines1290733 -Node: Screen Lines1295328 -Node: List Motion1299391 -Node: Skipping Characters1302799 -Node: Excursions1305018 -Node: Narrowing1308050 -Node: Markers1313375 -Node: Overview of Markers1314281 -Node: Predicates on Markers1318973 -Node: Creating Markers1320219 -Node: Information from Markers1324256 -Node: Changing Markers1325354 -Node: The Mark1326732 -Node: The Region1335226 -Node: Text1340913 -Node: Near Point1343612 -Node: Buffer Contents1347334 -Node: Comparing Text1348740 -Node: Insertion1350148 -Node: Commands for Insertion1353990 -Node: Deletion1356946 -Node: User-Level Deletion1360541 -Node: The Kill Ring1364702 -Node: Kill Ring Concepts1366876 -Node: Kill Functions1367930 -Node: Yank Commands1369835 -Node: Low-Level Kill Ring1371706 -Node: Internals of Kill Ring1374492 -Node: Undo1377272 -Node: Maintaining Undo1381601 -Node: Filling1384221 -Node: Margins1390215 -Node: Auto Filling1394144 -Node: Sorting1395325 -Node: Columns1404625 -Node: Indentation1407141 -Node: Primitive Indent1407920 -Node: Mode-Specific Indent1409164 -Node: Region Indent1411675 -Node: Relative Indent1414623 -Node: Indent Tabs1417005 -Node: Motion by Indent1418326 -Node: Case Changes1419105 -Node: Text Properties1422356 -Node: Examining Properties1424169 -Node: Changing Properties1426036 -Node: Property Search1429627 -Node: Special Properties1434338 -Node: Saving Properties1434619 -Node: Substitution1437761 -Node: Registers1441031 -Node: Transposition1443574 -Node: Change Hooks1444468 -Node: Transformations1446508 -Node: Searching and Matching1450893 -Node: String Search1452024 -Node: Regular Expressions1456748 -Node: Syntax of Regexps1458115 -Node: Regexp Example1472494 -Node: Regexp Search1474664 -Node: POSIX Regexps1480752 -Node: Search and Replace1482587 -Node: Match Data1485952 -Node: Simple Match Data1487082 -Node: Replacing Match1491347 -Node: Entire Match Data1493681 -Node: Saving Match Data1495672 -Node: Searching and Case1497053 -Node: Standard Regexps1499087 -Node: Syntax Tables1501285 -Node: Syntax Basics1502399 -Node: Syntax Descriptors1505371 -Node: Syntax Class Table1507221 -Node: Syntax Flags1513259 -Node: Syntax Table Functions1516476 -Node: Motion and Syntax1520340 -Node: Parsing Expressions1521792 -Node: Standard Syntax Tables1527861 -Node: Syntax Table Internals1528705 -Node: Abbrevs1529731 -Node: Abbrev Mode1531534 -Node: Abbrev Tables1532254 -Node: Defining Abbrevs1533787 -Node: Abbrev Files1535692 -Node: Abbrev Expansion1537465 -Node: Standard Abbrev Tables1542096 -Node: Extents1543255 -Node: Intro to Extents1544498 -Node: Creating and Modifying Extents1548492 -Node: Extent Endpoints1549999 -Node: Finding Extents1553262 -Node: Mapping Over Extents1557011 -Node: Extent Properties1563128 -Node: Detached Extents1573272 -Node: Extent Parents1575131 -Node: Duplicable Extents1576826 -Node: Extents and Events1580047 -Node: Atomic Extents1581954 -Node: Specifiers1582401 -Node: Introduction to Specifiers1584208 -Node: Specifiers In-Depth1586518 -Node: Specifier Instancing1591432 -Node: Specifier Types1594694 -Node: Adding Specifications1599768 -Node: Retrieving Specifications1609130 -Node: Specifier Tag Functions1612865 -Node: Specifier Instancing Functions1616099 -Node: Specifier Example1619506 -Node: Creating Specifiers1622612 -Node: Specifier Validation Functions1624861 -Node: Other Specification Functions1627245 -Node: Faces and Window-System Objects1631064 -Node: Faces1631388 -Node: Merging Faces1633005 -Node: Basic Face Functions1634966 -Node: Face Properties1637064 -Node: Face Convenience Functions1646623 -Node: Other Face Display Functions1649753 -Node: Fonts1650566 -Node: Font Specifiers1651267 -Node: Font Instances1651508 -Node: Font Instance Names1652475 -Node: Font Instance Size1653316 -Node: Font Instance Characteristics1654602 -Node: Font Convenience Functions1655771 -Node: Colors1657061 -Node: Color Specifiers1657501 -Node: Color Instances1657728 -Node: Color Instance Properties1658472 -Node: Color Convenience Functions1659098 -Node: Glyphs1660151 -Node: Glyph Functions1661743 -Node: Creating Glyphs1662150 -Node: Glyph Properties1663737 -Node: Glyph Convenience Functions1672904 -Node: Glyph Dimensions1676851 -Node: Images1677931 -Node: Image Specifiers1678380 -Node: Image Instantiator Conversion1689802 -Node: Image Instances1691167 -Node: Image Instance Types1691918 -Node: Image Instance Functions1694573 -Node: Glyph Types1699142 -Node: Mouse Pointer1700914 -Node: Redisplay Glyphs1703917 -Node: Subwindows1704950 -Node: Annotations1705193 -Node: Annotation Basics1706209 -Node: Annotation Primitives1710147 -Node: Annotation Properties1711476 -Node: Locating Annotations1714516 -Node: Margin Primitives1715353 -Node: Annotation Hooks1717247 -Node: Display1717907 -Node: Refresh Screen1718885 -Node: Truncation1720796 -Node: The Echo Area1723321 -Node: Warnings1729756 -Node: Invisible Text1734192 -Node: Selective Display1736771 -Node: Overlay Arrow1740897 -Node: Temporary Displays1742250 -Node: Blinking1746371 -Node: Usual Display1748556 -Node: Display Tables1751105 -Node: Display Table Format1751909 -Node: Active Display Table1753351 -Node: Character Descriptors1754543 -Node: Beeping1755300 -Node: Hash Tables1760066 -Node: Introduction to Hash Tables1760674 -Node: Working With Hash Tables1766697 -Node: Weak Hash Tables1767814 -Node: Range Tables1769613 -Node: Introduction to Range Tables1770302 -Node: Working With Range Tables1770733 -Node: Databases1771618 -Node: Connecting to a Database1771917 -Node: Working With a Database1773008 -Node: Other Database Functions1773866 -Node: Processes1774440 -Node: Subprocess Creation1776664 -Node: Synchronous Processes1779953 -Node: MS-DOS Subprocesses1786671 -Node: Asynchronous Processes1787745 -Node: Deleting Processes1791458 -Node: Process Information1793329 -Node: Input to Processes1797255 -Node: Signals to Processes1799545 -Node: Output from Processes1803965 -Node: Process Buffers1804777 -Node: Filter Functions1807644 -Node: Accepting Output1813214 -Node: Sentinels1814741 -Node: Process Window Size1818231 -Node: Transaction Queues1818580 -Node: Network1820278 -Node: System Interface1822112 -Node: Starting Up1823382 -Node: Start-up Summary1823976 -Node: Init File1827530 -Node: Terminal-Specific1829911 -Node: Command Line Arguments1833070 -Node: Getting Out1836559 -Node: Killing XEmacs1837128 -Node: Suspending XEmacs1838797 -Node: System Environment1842139 -Node: User Identification1848806 -Node: Time of Day1852335 -Node: Time Conversion1855122 -Node: Timers1860162 -Node: Terminal Input1862335 -Node: Input Modes1862838 -Node: Translating Input1865251 -Node: Recording Input1869416 -Node: Terminal Output1871516 -Node: Flow Control1875139 -Node: Batch Mode1878931 -Node: X-Windows1880313 -Node: X Selections1881125 -Node: X Server1883335 -Node: Resources1883736 -Node: Server Data1888877 -Node: Grabs1890084 -Node: X Miscellaneous1891665 -Node: ToolTalk Support1894050 -Node: XEmacs ToolTalk API Summary1894267 -Node: Sending Messages1895567 -Node: Example of Sending Messages1895818 -Node: Elisp Interface for Sending Messages1896880 -Node: Receiving Messages1903273 -Node: Example of Receiving Messages1903496 -Node: Elisp Interface for Receiving Messages1904332 -Node: LDAP Support1908157 -Node: Building XEmacs with LDAP support1908653 -Node: XEmacs LDAP API1909631 -Node: LDAP Variables1910361 -Node: The High-Level LDAP API1912837 -Node: The Low-Level LDAP API1913942 -Node: The LDAP Lisp Object1914216 -Node: Opening and Closing a LDAP Connection1914769 -Node: Searching on a LDAP Server (Low-level)1916552 -Node: Syntax of Search Filters1917945 -Node: Internationalization1919243 -Node: I18N Levels 1 and 21919580 -Node: I18N Level 31920286 -Node: Level 3 Basics1920567 -Node: Level 3 Primitives1921400 -Node: Dynamic Messaging1923006 -Node: Domain Specification1923469 -Node: Documentation String Extraction1925372 -Node: I18N Level 41926290 -Node: MULE1926482 -Node: Internationalization Terminology1927593 -Node: Charsets1936132 -Node: Charset Properties1936828 -Node: Basic Charset Functions1941514 -Node: Charset Property Functions1943695 -Node: Predefined Charsets1945738 -Node: MULE Characters1948658 -Node: Composite Characters1949505 -Node: ISO 20221950759 -Node: Coding Systems1956481 -Node: Coding System Types1958403 -Node: EOL Conversion1960222 -Node: Coding System Properties1961405 -Node: Basic Coding System Functions1965257 -Node: Coding System Property Functions1967161 -Node: Encoding and Decoding Text1967719 -Node: Detection of Textual Encoding1968855 -Node: Big5 and Shift-JIS Functions1970391 -Node: CCL1971479 -Node: CCL Syntax1974583 -Node: CCL Statements1976171 -Node: CCL Expressions1980819 -Node: Calling CCL1983358 -Node: CCL Examples1986347 -Node: Category Tables1986484 -Node: Tips1988843 -Node: Style Tips1989484 -Node: Compilation Tips1999003 -Node: Documentation Tips2000917 -Node: Comment Tips2006426 -Node: Library Headers2009428 -Node: Building XEmacs and Object Allocation2013400 -Node: Building XEmacs2014283 -Node: Pure Storage2020618 -Node: Garbage Collection2023406 -Node: Standard Errors2034545 -Node: Standard Buffer-Local Variables2038754 -Node: Standard Keymaps2041387 -Node: Standard Hooks2045119 -Node: Index2052619 +Node: Anonymous Functions465809 +Node: Function Cells469054 +Node: Inline Functions473864 +Node: Related Topics475674 +Node: Macros476727 +Node: Simple Macro478011 +Node: Expansion478746 +Node: Compiling Macros481750 +Node: Defining Macros483586 +Node: Backquote484903 +Node: Problems with Macros487300 +Node: Argument Evaluation487995 +Node: Surprising Local Vars490910 +Node: Eval During Expansion492978 +Node: Repeated Expansion494671 +Node: Customization496587 +Node: Common Keywords497056 +Node: Group Definitions499901 +Node: Variable Definitions502093 +Node: Customization Types507076 +Node: Simple Types508511 +Node: Composite Types510668 +Node: Splicing into Lists515358 +Node: Type Keywords517193 +Node: Loading520713 +Node: How Programs Do Loading522388 +Node: Autoload531515 +Node: Repeated Loading537594 +Node: Named Features539707 +Node: Unloading546139 +Node: Hooks for Loading548295 +Node: Byte Compilation549012 +Node: Speed of Byte-Code550929 +Node: Compilation Functions552136 +Node: Docs and Compilation558523 +Node: Dynamic Loading561176 +Node: Eval During Compile563540 +Node: Compiled-Function Objects564805 +Node: Disassembly569603 +Node: Debugging576857 +Node: Debugger578269 +Node: Error Debugging579414 +Node: Infinite Loops582167 +Node: Function Debugging583411 +Node: Explicit Debug586201 +Node: Using Debugger586972 +Node: Debugger Commands588834 +Node: Invoking the Debugger593151 +Node: Internals of Debugger597066 +Node: Syntax Errors601953 +Node: Excess Open603201 +Node: Excess Close605076 +Node: Compilation Errors606497 +Node: Edebug607785 +Node: Using Edebug609893 +Node: Instrumenting612590 +Node: Edebug Execution Modes616079 +Node: Jumping619189 +Node: Edebug Misc621532 +Node: Breakpoints622921 +Node: Global Break Condition625727 +Node: Embedded Breakpoints626682 +Node: Trapping Errors627637 +Node: Edebug Views629713 +Node: Edebug Eval631678 +Node: Eval List632855 +Node: Reading in Edebug636240 +Node: Printing in Edebug637039 +Node: Tracing638754 +Node: Coverage Testing640640 +Node: The Outside Context642681 +Node: Checking Whether to Stop643630 +Node: Edebug Display Update644277 +Node: Edebug Recursive Edit646300 +Node: Instrumenting Macro Calls647955 +Node: Specification List650437 +Node: Backtracking659848 +Node: Debugging Backquote661786 +Node: Specification Examples665492 +Node: Edebug Options667559 +Node: Read and Print672896 +Node: Streams Intro673873 +Node: Input Streams675891 +Node: Input Functions680792 +Node: Output Streams682852 +Node: Output Functions686903 +Node: Output Variables691203 +Node: Minibuffers696002 +Node: Intro to Minibuffers697154 +Node: Text from Minibuffer699342 +Node: Object from Minibuffer704217 +Node: Minibuffer History707444 +Node: Completion710423 +Node: Basic Completion712398 +Node: Minibuffer Completion717427 +Node: Completion Commands721004 +Node: High-Level Completion725647 +Node: Reading File Names729671 +Node: Programmed Completion733355 +Node: Yes-or-No Queries735737 +Node: Multiple Queries741474 +Node: Reading a Password745541 +Node: Minibuffer Misc746878 +Node: Command Loop751748 +Node: Command Overview753092 +Node: Defining Commands756370 +Node: Using Interactive757118 +Node: Interactive Codes761891 +Node: Interactive Examples767683 +Node: Interactive Call768997 +Node: Command Loop Info774398 +Node: Events779377 +Node: Event Types780837 +Node: Event Contents782760 +Node: Event Predicates787236 +Node: Accessing Mouse Event Positions788561 +Node: Frame-Level Event Position Info789260 +Node: Window-Level Event Position Info790300 +Node: Event Text Position Info792064 +Node: Event Glyph Position Info794556 +Node: Event Toolbar Position Info795879 +Node: Other Event Position Info796550 +Node: Accessing Other Event Info796959 +Node: Working With Events798579 +Node: Converting Events804567 +Node: Reading Input807520 +Node: Key Sequence Input808522 +Node: Reading One Event810476 +Node: Dispatching an Event813237 +Node: Quoted Character Input813688 +Node: Peeking and Discarding815036 +Node: Waiting818940 +Node: Quitting821248 +Node: Prefix Command Arguments825656 +Node: Recursive Editing830743 +Node: Disabling Commands835539 +Node: Command History837607 +Node: Keyboard Macros839344 +Node: Keymaps841561 +Node: Keymap Terminology843138 +Node: Format of Keymaps846067 +Node: Creating Keymaps846478 +Node: Inheritance and Keymaps848557 +Node: Key Sequences850929 +Node: Prefix Keys855499 +Node: Active Keymaps859084 +Node: Key Lookup868299 +Node: Functions for Key Lookup873462 +Node: Changing Key Bindings879159 +Node: Key Binding Commands886056 +Node: Scanning Keymaps888121 +Node: Other Keymap Functions896632 +Node: Menus897254 +Node: Menu Format897796 +Node: Menubar Format906381 +Node: Menubar907006 +Node: Modifying Menus910119 +Node: Menu Filters915133 +Node: Pop-Up Menus917029 +Node: Menu Accelerators919234 +Node: Creating Menu Accelerators919956 +Node: Keyboard Menu Traversal921274 +Node: Menu Accelerator Functions922001 +Node: Buffers Menu925036 +Node: Dialog Boxes926330 +Node: Dialog Box Format926497 +Node: Dialog Box Functions927867 +Node: Toolbar928264 +Node: Toolbar Intro928589 +Node: Toolbar Descriptor Format930999 +Node: Specifying the Toolbar935493 +Node: Other Toolbar Variables939098 +Node: Scrollbars943525 +Node: Drag and Drop943661 +Node: Supported Protocols944737 +Node: OffiX DND945240 +Node: CDE dt946247 +Node: MSWindows OLE946838 +Node: Loose ends947009 +Node: Drop Interface947401 +Node: Drag Interface948423 +Node: Modes948597 +Node: Major Modes949548 +Node: Major Mode Conventions952463 +Node: Example Major Modes958418 +Node: Auto Major Mode966451 +Node: Mode Help973899 +Node: Derived Modes975000 +Node: Minor Modes977191 +Node: Minor Mode Conventions978493 +Node: Keymaps and Minor Modes981356 +Node: Modeline Format982191 +Node: Modeline Data983959 +Node: Modeline Variables988229 +Node: %-Constructs992945 +Node: Hooks995856 +Node: Documentation1002618 +Node: Documentation Basics1004041 +Node: Accessing Documentation1007091 +Node: Keys in Documentation1013370 +Node: Describing Characters1016849 +Node: Help Functions1019198 +Node: Obsoleteness1025649 +Node: Files1028643 +Node: Visiting Files1030568 +Node: Visiting Functions1032073 +Node: Subroutines of Visiting1037120 +Node: Saving Buffers1039193 +Node: Reading from Files1045286 +Node: Writing to Files1047443 +Node: File Locks1050160 +Node: Information about Files1053213 +Node: Testing Accessibility1053974 +Node: Kinds of Files1057714 +Node: Truenames1059395 +Node: File Attributes1060397 +Node: Changing File Attributes1065536 +Node: File Names1070942 +Node: File Name Components1072551 +Node: Directory Names1075652 +Node: Relative File Names1079105 +Node: File Name Expansion1080183 +Node: Unique File Names1084090 +Node: File Name Completion1085705 +Node: User Name Completion1088366 +Node: Contents of Directories1089706 +Node: Create/Delete Dirs1093019 +Node: Magic File Names1094125 +Node: Partial Files1099755 +Node: Intro to Partial Files1099983 +Node: Creating a Partial File1101223 +Node: Detached Partial Files1102158 +Node: Format Conversion1103280 +Node: Files and MS-DOS1109796 +Node: Backups and Auto-Saving1111860 +Node: Backup Files1112535 +Node: Making Backups1113932 +Node: Rename or Copy1116681 +Node: Numbered Backups1119174 +Node: Backup Names1121418 +Node: Auto-Saving1124710 +Node: Reverting1132852 +Node: Buffers1136010 +Node: Buffer Basics1137427 +Node: Current Buffer1139480 +Node: Buffer Names1144168 +Node: Buffer File Name1147373 +Node: Buffer Modification1151492 +Node: Modification Time1153685 +Node: Read Only Buffers1157060 +Node: The Buffer List1159478 +Node: Creating Buffers1164308 +Node: Killing Buffers1166454 +Node: Indirect Buffers1170185 +Node: Windows1172757 +Node: Basic Windows1174235 +Node: Splitting Windows1177333 +Node: Deleting Windows1184222 +Node: Selecting Windows1186902 +Node: Cyclic Window Ordering1190031 +Node: Buffers and Windows1194655 +Node: Displaying Buffers1196496 +Node: Choosing Window1201672 +Node: Window Point1209388 +Node: Window Start1211434 +Node: Vertical Scrolling1215924 +Node: Horizontal Scrolling1222061 +Node: Size of Window1225570 +Node: Position of Window1230288 +Node: Resizing Windows1232528 +Node: Window Configurations1237957 +Node: Frames1241382 +Node: Creating Frames1243151 +Node: Frame Properties1244492 +Node: Property Access1245308 +Node: Initial Properties1246157 +Node: X Frame Properties1248643 +Node: Size and Position1253277 +Node: Frame Name1255273 +Node: Frame Titles1256187 +Node: Deleting Frames1258011 +Node: Finding All Frames1258611 +Node: Frames and Windows1260605 +Node: Minibuffers and Frames1262310 +Node: Input Focus1263228 +Node: Visibility of Frames1266305 +Node: Raising and Lowering1268224 +Node: Frame Configurations1270600 +Node: Frame Hooks1271194 +Node: Consoles and Devices1272999 +Node: Basic Console Functions1275743 +Node: Basic Device Functions1276166 +Node: Console Types and Device Classes1276882 +Node: Connecting to a Console or Device1279079 +Node: The Selected Console and Device1281242 +Node: Console and Device I/O1282268 +Node: Positions1283032 +Node: Point1284001 +Node: Motion1287091 +Node: Character Motion1287858 +Node: Word Motion1290095 +Node: Buffer End Motion1291596 +Node: Text Lines1293093 +Node: Screen Lines1297688 +Node: List Motion1301751 +Node: Skipping Characters1305159 +Node: Excursions1307378 +Node: Narrowing1310410 +Node: Markers1315735 +Node: Overview of Markers1316641 +Node: Predicates on Markers1321333 +Node: Creating Markers1322579 +Node: Information from Markers1326616 +Node: Changing Markers1327714 +Node: The Mark1329092 +Node: The Region1337586 +Node: Text1343273 +Node: Near Point1345972 +Node: Buffer Contents1350159 +Node: Comparing Text1351565 +Node: Insertion1352973 +Node: Commands for Insertion1356815 +Node: Deletion1359771 +Node: User-Level Deletion1363366 +Node: The Kill Ring1367527 +Node: Kill Ring Concepts1369701 +Node: Kill Functions1370755 +Node: Yank Commands1372660 +Node: Low-Level Kill Ring1374531 +Node: Internals of Kill Ring1377317 +Node: Undo1380097 +Node: Maintaining Undo1384426 +Node: Filling1387046 +Node: Margins1393040 +Node: Auto Filling1396969 +Node: Sorting1398150 +Node: Columns1407450 +Node: Indentation1409966 +Node: Primitive Indent1410745 +Node: Mode-Specific Indent1411989 +Node: Region Indent1414500 +Node: Relative Indent1417448 +Node: Indent Tabs1419830 +Node: Motion by Indent1421151 +Node: Case Changes1421930 +Node: Text Properties1425181 +Node: Examining Properties1426994 +Node: Changing Properties1428861 +Node: Property Search1432452 +Node: Special Properties1437163 +Node: Saving Properties1437444 +Node: Substitution1440586 +Node: Registers1443856 +Node: Transposition1446399 +Node: Change Hooks1447293 +Node: Transformations1449333 +Node: Searching and Matching1453718 +Node: String Search1454849 +Node: Regular Expressions1459573 +Node: Syntax of Regexps1460940 +Node: Regexp Example1475319 +Node: Regexp Search1477489 +Node: POSIX Regexps1483577 +Node: Search and Replace1485412 +Node: Match Data1488777 +Node: Simple Match Data1489907 +Node: Replacing Match1494172 +Node: Entire Match Data1496506 +Node: Saving Match Data1498497 +Node: Searching and Case1499878 +Node: Standard Regexps1501912 +Node: Syntax Tables1504110 +Node: Syntax Basics1505224 +Node: Syntax Descriptors1508196 +Node: Syntax Class Table1510046 +Node: Syntax Flags1516084 +Node: Syntax Table Functions1519301 +Node: Motion and Syntax1523165 +Node: Parsing Expressions1524617 +Node: Standard Syntax Tables1530686 +Node: Syntax Table Internals1531530 +Node: Abbrevs1532556 +Node: Abbrev Mode1534359 +Node: Abbrev Tables1535079 +Node: Defining Abbrevs1536612 +Node: Abbrev Files1538517 +Node: Abbrev Expansion1540290 +Node: Standard Abbrev Tables1544921 +Node: Extents1546080 +Node: Intro to Extents1547323 +Node: Creating and Modifying Extents1551317 +Node: Extent Endpoints1552824 +Node: Finding Extents1556087 +Node: Mapping Over Extents1559836 +Node: Extent Properties1565953 +Node: Detached Extents1576097 +Node: Extent Parents1577956 +Node: Duplicable Extents1579651 +Node: Extents and Events1582872 +Node: Atomic Extents1584779 +Node: Specifiers1585226 +Node: Introduction to Specifiers1587033 +Node: Specifiers In-Depth1589343 +Node: Specifier Instancing1594257 +Node: Specifier Types1597519 +Node: Adding Specifications1602593 +Node: Retrieving Specifications1611955 +Node: Specifier Tag Functions1615690 +Node: Specifier Instancing Functions1618924 +Node: Specifier Example1622331 +Node: Creating Specifiers1625437 +Node: Specifier Validation Functions1627686 +Node: Other Specification Functions1630070 +Node: Faces and Window-System Objects1633889 +Node: Faces1634213 +Node: Merging Faces1635830 +Node: Basic Face Functions1637791 +Node: Face Properties1639889 +Node: Face Convenience Functions1649448 +Node: Other Face Display Functions1652578 +Node: Fonts1653391 +Node: Font Specifiers1654092 +Node: Font Instances1654333 +Node: Font Instance Names1655300 +Node: Font Instance Size1656141 +Node: Font Instance Characteristics1657427 +Node: Font Convenience Functions1658596 +Node: Colors1659886 +Node: Color Specifiers1660326 +Node: Color Instances1660553 +Node: Color Instance Properties1661297 +Node: Color Convenience Functions1661923 +Node: Glyphs1662976 +Node: Glyph Functions1664568 +Node: Creating Glyphs1664975 +Node: Glyph Properties1666562 +Node: Glyph Convenience Functions1675729 +Node: Glyph Dimensions1679676 +Node: Images1680756 +Node: Image Specifiers1681205 +Node: Image Instantiator Conversion1692627 +Node: Image Instances1693992 +Node: Image Instance Types1694743 +Node: Image Instance Functions1697398 +Node: Glyph Types1701967 +Node: Mouse Pointer1703739 +Node: Redisplay Glyphs1706742 +Node: Subwindows1707775 +Node: Annotations1708018 +Node: Annotation Basics1709034 +Node: Annotation Primitives1712972 +Node: Annotation Properties1714301 +Node: Locating Annotations1717341 +Node: Margin Primitives1718178 +Node: Annotation Hooks1720072 +Node: Display1720732 +Node: Refresh Screen1721710 +Node: Truncation1723621 +Node: The Echo Area1726146 +Node: Warnings1732581 +Node: Invisible Text1737017 +Node: Selective Display1739596 +Node: Overlay Arrow1743722 +Node: Temporary Displays1745075 +Node: Blinking1749196 +Node: Usual Display1751381 +Node: Display Tables1753930 +Node: Display Table Format1754734 +Node: Active Display Table1756176 +Node: Character Descriptors1757368 +Node: Beeping1758125 +Node: Hash Tables1762891 +Node: Introduction to Hash Tables1763499 +Node: Working With Hash Tables1769522 +Node: Weak Hash Tables1770639 +Node: Range Tables1772438 +Node: Introduction to Range Tables1773127 +Node: Working With Range Tables1773558 +Node: Databases1774443 +Node: Connecting to a Database1774742 +Node: Working With a Database1775833 +Node: Other Database Functions1776691 +Node: Processes1777265 +Node: Subprocess Creation1779489 +Node: Synchronous Processes1782778 +Node: MS-DOS Subprocesses1789496 +Node: Asynchronous Processes1790570 +Node: Deleting Processes1794283 +Node: Process Information1796154 +Node: Input to Processes1800080 +Node: Signals to Processes1802370 +Node: Output from Processes1806790 +Node: Process Buffers1807602 +Node: Filter Functions1810469 +Node: Accepting Output1816039 +Node: Sentinels1817566 +Node: Process Window Size1821056 +Node: Transaction Queues1821405 +Node: Network1823103 +Node: System Interface1824937 +Node: Starting Up1826207 +Node: Start-up Summary1826801 +Node: Init File1830355 +Node: Terminal-Specific1832736 +Node: Command Line Arguments1835895 +Node: Getting Out1839384 +Node: Killing XEmacs1839953 +Node: Suspending XEmacs1841622 +Node: System Environment1844964 +Node: User Identification1851631 +Node: Time of Day1855160 +Node: Time Conversion1857947 +Node: Timers1862987 +Node: Terminal Input1865160 +Node: Input Modes1865663 +Node: Translating Input1868076 +Node: Recording Input1872241 +Node: Terminal Output1874341 +Node: Flow Control1877964 +Node: Batch Mode1881756 +Node: X-Windows1883138 +Node: X Selections1883950 +Node: X Server1886160 +Node: Resources1886561 +Node: Server Data1891702 +Node: Grabs1892909 +Node: X Miscellaneous1894490 +Node: ToolTalk Support1896875 +Node: XEmacs ToolTalk API Summary1897092 +Node: Sending Messages1898392 +Node: Example of Sending Messages1898643 +Node: Elisp Interface for Sending Messages1899705 +Node: Receiving Messages1906098 +Node: Example of Receiving Messages1906321 +Node: Elisp Interface for Receiving Messages1907157 +Node: LDAP Support1910982 +Node: Building XEmacs with LDAP support1911478 +Node: XEmacs LDAP API1912456 +Node: LDAP Variables1913186 +Node: The High-Level LDAP API1915662 +Node: The Low-Level LDAP API1916767 +Node: The LDAP Lisp Object1917041 +Node: Opening and Closing a LDAP Connection1917594 +Node: Searching on a LDAP Server (Low-level)1919377 +Node: Syntax of Search Filters1920770 +Node: Internationalization1922068 +Node: I18N Levels 1 and 21922405 +Node: I18N Level 31923111 +Node: Level 3 Basics1923392 +Node: Level 3 Primitives1924225 +Node: Dynamic Messaging1925831 +Node: Domain Specification1926294 +Node: Documentation String Extraction1928197 +Node: I18N Level 41929115 +Node: MULE1929307 +Node: Internationalization Terminology1930418 +Node: Charsets1938957 +Node: Charset Properties1939653 +Node: Basic Charset Functions1944339 +Node: Charset Property Functions1946520 +Node: Predefined Charsets1948563 +Node: MULE Characters1951483 +Node: Composite Characters1952330 +Node: ISO 20221953584 +Node: Coding Systems1959306 +Node: Coding System Types1961228 +Node: EOL Conversion1963047 +Node: Coding System Properties1964230 +Node: Basic Coding System Functions1968082 +Node: Coding System Property Functions1969986 +Node: Encoding and Decoding Text1970544 +Node: Detection of Textual Encoding1971680 +Node: Big5 and Shift-JIS Functions1973216 +Node: CCL1974304 +Node: CCL Syntax1977408 +Node: CCL Statements1978996 +Node: CCL Expressions1983644 +Node: Calling CCL1986183 +Node: CCL Examples1989172 +Node: Category Tables1989309 +Node: Tips1991668 +Node: Style Tips1992309 +Node: Compilation Tips2001828 +Node: Documentation Tips2003742 +Node: Comment Tips2009251 +Node: Library Headers2012253 +Node: Building XEmacs and Object Allocation2016225 +Node: Building XEmacs2017108 +Node: Pure Storage2023443 +Node: Garbage Collection2026231 +Node: Standard Errors2037370 +Node: Standard Buffer-Local Variables2041579 +Node: Standard Keymaps2044212 +Node: Standard Hooks2047944 +Node: Index2055444  End Tag Table