X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Flispref.info;h=6ab2727ccaff65ec4c5c06f83bd805464586213d;hb=61c5f6a2089ef92de8751f7d80e45fdfb32c93da;hp=a936cb7e95c87616c40066ed576bd592ca3b52a0;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git- diff --git a/info/lispref.info b/info/lispref.info index a936cb7..6ab2727 100644 --- a/info/lispref.info +++ b/info/lispref.info @@ -52,860 +52,867 @@ Foundation instead of in the original English.  Indirect: lispref.info-1: 2366 -lispref.info-2: 48507 -lispref.info-3: 97046 -lispref.info-4: 146886 -lispref.info-5: 195720 -lispref.info-6: 243407 -lispref.info-7: 291685 -lispref.info-8: 340294 -lispref.info-9: 388621 -lispref.info-10: 438073 -lispref.info-11: 486301 -lispref.info-12: 536073 -lispref.info-13: 583972 -lispref.info-14: 632195 -lispref.info-15: 680449 -lispref.info-16: 726641 -lispref.info-17: 775374 -lispref.info-18: 825372 -lispref.info-19: 875063 -lispref.info-20: 923904 -lispref.info-21: 972712 -lispref.info-22: 1019020 -lispref.info-23: 1068450 -lispref.info-24: 1117289 -lispref.info-25: 1162635 -lispref.info-26: 1210057 -lispref.info-27: 1255683 -lispref.info-28: 1304968 -lispref.info-29: 1352818 -lispref.info-30: 1401042 -lispref.info-31: 1450719 -lispref.info-32: 1499044 -lispref.info-33: 1548342 -lispref.info-34: 1589677 -lispref.info-35: 1635982 -lispref.info-36: 1685313 -lispref.info-37: 1733721 -lispref.info-38: 1782812 -lispref.info-39: 1832289 -lispref.info-40: 1879847 -lispref.info-41: 1924668 -lispref.info-42: 1971260 -lispref.info-43: 2019960 -lispref.info-44: 2067361 -lispref.info-45: 2116487 -lispref.info-46: 2148488 +lispref.info-2: 48665 +lispref.info-3: 97152 +lispref.info-4: 146992 +lispref.info-5: 196731 +lispref.info-6: 245085 +lispref.info-7: 293492 +lispref.info-8: 342147 +lispref.info-9: 387229 +lispref.info-10: 436160 +lispref.info-11: 485017 +lispref.info-12: 533548 +lispref.info-13: 581024 +lispref.info-14: 630620 +lispref.info-15: 678992 +lispref.info-16: 724920 +lispref.info-17: 770257 +lispref.info-18: 817727 +lispref.info-19: 865285 +lispref.info-20: 912910 +lispref.info-21: 960937 +lispref.info-22: 1009857 +lispref.info-23: 1056119 +lispref.info-24: 1102583 +lispref.info-25: 1152243 +lispref.info-26: 1200932 +lispref.info-27: 1249787 +lispref.info-28: 1298454 +lispref.info-29: 1345033 +lispref.info-30: 1393850 +lispref.info-31: 1442263 +lispref.info-32: 1492252 +lispref.info-33: 1540816 +lispref.info-34: 1587991 +lispref.info-35: 1637817 +lispref.info-36: 1686493 +lispref.info-37: 1732226 +lispref.info-38: 1781365 +lispref.info-39: 1828801 +lispref.info-40: 1877354 +lispref.info-41: 1923907 +lispref.info-42: 1972602 +lispref.info-43: 2016977 +lispref.info-44: 2061346 +lispref.info-45: 2107840 +lispref.info-46: 2148682 +lispref.info-47: 2197899 +lispref.info-48: 2211766  Tag Table: (Indirect) Node: Top2366 -Node: Copying48507 -Node: Introduction67665 -Node: Caveats69256 -Node: Lisp History70987 -Node: Conventions72243 -Node: Some Terms73058 -Node: nil and t73779 -Node: Evaluation Notation75456 -Node: Printing Notation76369 -Node: Error Messages77243 -Node: Buffer Text Notation77684 -Node: Format of Descriptions78559 -Node: A Sample Function Description79413 -Node: A Sample Variable Description83399 -Node: Acknowledgements84307 -Node: Lisp Data Types86285 -Node: Printed Representation88840 -Node: Comments90882 -Node: Primitive Types91779 -Node: Programming Types93438 -Node: Integer Type95390 -Node: Floating Point Type96427 -Node: Character Type97046 -Node: Symbol Type104950 -Node: Sequence Type107645 -Node: Cons Cell Type109164 -Node: Dotted Pair Notation113648 -Node: Association List Type115769 -Node: Array Type116652 -Node: String Type118118 -Node: Vector Type120799 -Node: Bit Vector Type121571 -Node: Function Type122433 -Node: Macro Type123546 -Node: Primitive Function Type124243 -Node: Compiled-Function Type125769 -Node: Autoload Type126323 -Node: Char Table Type127337 -Node: Hash Table Type127511 -Node: Range Table Type128666 -Node: Weak List Type129519 -Node: Editing Types129669 -Node: Buffer Type131296 -Node: Marker Type133323 -Node: Extent Type134047 -Node: Window Type135315 -Node: Frame Type136726 -Node: Device Type137521 -Node: Console Type138347 -Node: Window Configuration Type139548 -Node: Event Type140246 -Node: Process Type140410 -Node: Stream Type141445 -Node: Keymap Type142568 -Node: Syntax Table Type143106 -Node: Display Table Type144129 -Node: Database Type144568 -Node: Charset Type144734 -Node: Coding System Type144898 -Node: ToolTalk Message Type145082 -Node: ToolTalk Pattern Type145281 -Node: Window-System Types145453 -Node: Face Type146599 -Node: Glyph Type146730 -Node: Specifier Type146886 -Node: Font Instance Type147059 -Node: Color Instance Type147249 -Node: Image Instance Type147446 -Node: Toolbar Button Type147644 -Node: Subwindow Type147837 -Node: X Resource Type148016 -Node: Type Predicates148169 -Node: Equality Predicates157298 -Node: Numbers162103 -Node: Integer Basics163558 -Node: Float Basics165907 -Node: Predicates on Numbers167649 -Node: Comparison of Numbers169282 -Node: Numeric Conversions173103 -Node: Arithmetic Operations174569 -Node: Rounding Operations180034 -Node: Bitwise Operations181139 -Node: Math Functions190185 -Node: Random Numbers192501 -Node: Strings and Characters194267 -Node: String Basics195720 -Node: Predicates for Strings198138 -Node: Creating Strings198901 -Node: Predicates for Characters204218 -Node: Character Codes205289 -Node: Text Comparison206702 -Node: String Conversion210064 -Node: Modifying Strings213740 -Node: String Properties214381 -Node: Formatting Strings215026 -Node: Character Case224644 -Node: Case Tables227790 -Node: Char Tables231688 -Node: Char Table Types233080 -Node: Working With Char Tables234655 -Node: Lists236604 -Node: Cons Cells237727 -Node: Lists as Boxes239063 -Node: List-related Predicates241705 -Node: List Elements243407 -Node: Building Lists248436 -Node: Modifying Lists254428 -Node: Setcar255240 -Node: Setcdr257661 -Node: Rearrangement260172 -Node: Sets And Lists265758 -Node: Association Lists269986 -Ref: Association Lists-Footnote-1279277 -Node: Property Lists279482 -Node: Working With Normal Plists281030 -Node: Working With Lax Plists283298 -Node: Converting Plists To/From Alists285538 -Node: Weak Lists286886 -Node: Sequences Arrays Vectors289049 -Node: Sequence Functions291685 -Node: Arrays295344 -Node: Array Functions298408 -Node: Vectors300941 -Node: Vector Functions302439 -Node: Bit Vectors305010 -Node: Bit Vector Functions305855 -Node: Symbols308105 -Node: Symbol Components309154 -Node: Definitions313327 -Node: Creating Symbols315552 -Node: Symbol Properties322586 -Node: Plists and Alists324113 -Node: Object Plists325862 -Node: Other Plists328622 -Node: Evaluation330424 -Node: Intro Eval331229 -Ref: Intro Eval-Footnote-1334582 -Node: Eval334717 -Node: Forms339135 -Node: Self-Evaluating Forms340294 -Node: Symbol Forms341807 -Node: Classifying Lists342724 -Node: Function Indirection343480 -Node: Function Forms346591 -Node: Macro Forms347588 -Node: Special Forms349188 -Node: Autoloading351497 -Node: Quoting351995 -Node: Control Structures353356 -Node: Sequencing354976 -Node: Conditionals357841 -Node: Combining Conditions361264 -Node: Iteration364534 -Node: Nonlocal Exits366313 -Node: Catch and Throw367015 -Node: Examples of Catch370854 -Node: Errors372873 -Node: Signaling Errors374362 -Node: Processing of Errors379101 -Node: Handling Errors381380 -Node: Error Symbols388621 -Node: Cleanups392577 -Node: Variables396355 -Node: Global Variables398124 -Node: Constant Variables399200 -Node: Local Variables399826 -Node: Void Variables404763 -Node: Defining Variables408279 -Node: Accessing Variables415443 -Node: Setting Variables416868 -Node: Variable Scoping421387 -Node: Scope422986 -Node: Extent424511 -Node: Impl of Scope425990 -Node: Using Scoping427953 -Node: Buffer-Local Variables429475 -Node: Intro to Buffer-Local430311 -Node: Creating Buffer-Local432854 -Node: Default Value438073 -Node: Variable Aliases441216 -Node: Functions443001 -Node: What Is a Function444095 -Node: Lambda Expressions448141 -Node: Lambda Components449051 -Node: Simple Lambda450883 -Node: Argument List452540 -Node: Function Documentation456268 -Node: Function Names458210 -Node: Defining Functions460783 -Node: Calling Functions463823 -Node: Mapping Functions467672 -Node: Anonymous Functions470360 -Node: Function Cells473605 -Node: Inline Functions478415 -Node: Related Topics480225 -Node: Macros481278 -Node: Simple Macro482562 -Node: Expansion483297 -Node: Compiling Macros486301 -Node: Defining Macros488137 -Node: Backquote489454 -Node: Problems with Macros491851 -Node: Argument Evaluation492546 -Node: Surprising Local Vars495461 -Node: Eval During Expansion497529 -Node: Repeated Expansion499222 -Node: Customization501138 -Node: Common Keywords501607 -Node: Group Definitions504452 -Node: Variable Definitions506644 -Node: Customization Types511634 -Node: Simple Types513069 -Node: Composite Types515226 -Node: Splicing into Lists519916 -Node: Type Keywords521751 -Node: Loading525271 -Node: How Programs Do Loading526946 -Node: Autoload536073 -Node: Repeated Loading542152 -Node: Named Features544265 -Node: Unloading550697 -Node: Hooks for Loading552853 -Node: Byte Compilation553570 -Node: Speed of Byte-Code555487 -Node: Compilation Functions556694 -Node: Docs and Compilation563081 -Node: Dynamic Loading565734 -Node: Eval During Compile568098 -Node: Compiled-Function Objects569363 -Node: Disassembly574161 -Node: Debugging581415 -Node: Debugger582827 -Node: Error Debugging583972 -Node: Infinite Loops586725 -Node: Function Debugging587969 -Node: Explicit Debug590759 -Node: Using Debugger591530 -Node: Debugger Commands593392 -Node: Invoking the Debugger597709 -Node: Internals of Debugger601624 -Node: Syntax Errors606511 -Node: Excess Open607759 -Node: Excess Close609634 -Node: Compilation Errors611055 -Node: Edebug612343 -Node: Using Edebug614451 -Node: Instrumenting617148 -Node: Edebug Execution Modes620637 -Node: Jumping623747 -Node: Edebug Misc626090 -Node: Breakpoints627479 -Node: Global Break Condition630285 -Node: Embedded Breakpoints631240 -Node: Trapping Errors632195 -Node: Edebug Views634271 -Node: Edebug Eval636236 -Node: Eval List637413 -Node: Reading in Edebug640798 -Node: Printing in Edebug641597 -Node: Tracing643312 -Node: Coverage Testing645198 -Node: The Outside Context647239 -Node: Checking Whether to Stop648188 -Node: Edebug Display Update648835 -Node: Edebug Recursive Edit650858 -Node: Instrumenting Macro Calls652513 -Node: Specification List654995 -Node: Backtracking664406 -Node: Debugging Backquote666344 -Node: Specification Examples670050 -Node: Edebug Options672117 -Node: Read and Print677454 -Node: Streams Intro678431 -Node: Input Streams680449 -Node: Input Functions685350 -Node: Output Streams687410 -Node: Output Functions691461 -Node: Output Variables695761 -Node: Minibuffers700560 -Node: Intro to Minibuffers701712 -Node: Text from Minibuffer703900 -Node: Object from Minibuffer708986 -Node: Minibuffer History713081 -Node: Completion716060 -Node: Basic Completion718035 -Node: Minibuffer Completion723064 -Node: Completion Commands726641 -Node: High-Level Completion731298 -Node: Reading File Names736040 -Node: Programmed Completion739732 -Node: Yes-or-No Queries742114 -Node: Multiple Queries747851 -Node: Reading a Password751918 -Node: Minibuffer Misc753255 -Node: Command Loop758125 -Node: Command Overview759469 -Node: Defining Commands762747 -Node: Using Interactive763495 -Node: Interactive Codes768268 -Node: Interactive Examples774060 -Node: Interactive Call775374 -Node: Command Loop Info780775 -Node: Events785754 -Node: Event Types787214 -Node: Event Contents789137 -Node: Event Predicates793613 -Node: Accessing Mouse Event Positions794938 -Node: Frame-Level Event Position Info795637 -Node: Window-Level Event Position Info796677 -Node: Event Text Position Info798441 -Node: Event Glyph Position Info800933 -Node: Event Toolbar Position Info802256 -Node: Other Event Position Info802927 -Node: Accessing Other Event Info803336 -Node: Working With Events804956 -Node: Converting Events810944 -Node: Reading Input813896 -Node: Key Sequence Input814898 -Node: Reading One Event816852 -Node: Dispatching an Event819669 -Node: Quoted Character Input820120 -Node: Peeking and Discarding821468 -Node: Waiting825372 -Node: Quitting827680 -Node: Prefix Command Arguments832088 -Node: Recursive Editing837175 -Node: Disabling Commands841971 -Node: Command History844039 -Node: Keyboard Macros845776 -Node: Keymaps847993 -Node: Keymap Terminology849570 -Node: Format of Keymaps852499 -Node: Creating Keymaps852910 -Node: Inheritance and Keymaps854989 -Node: Key Sequences857361 -Node: Prefix Keys862157 -Node: Active Keymaps865742 -Node: Key Lookup875063 -Node: Functions for Key Lookup880226 -Node: Changing Key Bindings885923 -Node: Key Binding Commands892820 -Node: Scanning Keymaps894885 -Node: Other Keymap Functions903396 -Node: Menus904018 -Node: Menu Format904610 -Node: Menubar Format913256 -Node: Menubar913881 -Node: Modifying Menus916994 -Node: Menu Filters922008 -Node: Pop-Up Menus923904 -Node: Menu Accelerators926109 -Node: Creating Menu Accelerators926865 -Node: Keyboard Menu Traversal928225 -Node: Menu Accelerator Functions928952 -Node: Buffers Menu932029 -Node: Dialog Boxes933323 -Node: Dialog Box Format933490 -Node: Dialog Box Functions934915 -Node: Toolbar935312 -Node: Toolbar Intro935633 -Node: Toolbar Descriptor Format938042 -Node: Specifying the Toolbar942536 -Node: Other Toolbar Variables946141 -Node: Gutter950567 -Node: Gutter Intro951043 -Node: Gutter Descriptor Format953040 -Node: Specifying a Gutter957494 -Node: Other Gutter Variables961027 -Node: Common Gutter Widgets965412 -Node: Buffer Tabs966404 -Node: Progress Bars966545 -Node: Scrollbars966690 -Node: Drag and Drop966825 -Node: Supported Protocols967901 -Node: OffiX DND968404 -Node: CDE dt969411 -Node: MSWindows OLE970002 -Node: Loose ends970173 -Node: Drop Interface970565 -Node: Drag Interface971587 -Node: Modes971761 -Node: Major Modes972712 -Node: Major Mode Conventions975627 -Node: Example Major Modes981582 -Node: Auto Major Mode989615 -Node: Mode Help997063 -Node: Derived Modes998164 -Node: Minor Modes1000355 -Node: Minor Mode Conventions1001657 -Node: Keymaps and Minor Modes1004520 -Node: Modeline Format1005355 -Node: Modeline Data1007123 -Node: Modeline Variables1011393 -Node: %-Constructs1016109 -Node: Hooks1019020 -Node: Documentation1025782 -Node: Documentation Basics1027205 -Node: Accessing Documentation1030255 -Node: Keys in Documentation1036534 -Node: Describing Characters1040013 -Node: Help Functions1042362 -Node: Obsoleteness1048813 -Node: Files1051807 -Node: Visiting Files1053732 -Node: Visiting Functions1055237 -Node: Subroutines of Visiting1060284 -Node: Saving Buffers1062357 -Node: Reading from Files1068450 -Node: Writing to Files1070607 -Node: File Locks1073324 -Node: Information about Files1076377 -Node: Testing Accessibility1077138 -Node: Kinds of Files1080878 -Node: Truenames1082559 -Node: File Attributes1083561 -Node: Changing File Attributes1088700 -Node: File Names1094106 -Node: File Name Components1095715 -Node: Directory Names1098816 -Node: Relative File Names1102269 -Node: File Name Expansion1103347 -Node: Unique File Names1107254 -Node: File Name Completion1108869 -Node: User Name Completion1111530 -Node: Contents of Directories1112870 -Node: Create/Delete Dirs1116183 -Node: Magic File Names1117289 -Node: Partial Files1122919 -Node: Intro to Partial Files1123147 -Node: Creating a Partial File1124387 -Node: Detached Partial Files1125322 -Node: Format Conversion1126444 -Node: Files and MS-DOS1132960 -Node: Backups and Auto-Saving1135024 -Node: Backup Files1135699 -Node: Making Backups1137096 -Node: Rename or Copy1139845 -Node: Numbered Backups1142338 -Node: Backup Names1144573 -Node: Auto-Saving1147865 -Node: Reverting1156007 -Node: Buffers1159165 -Node: Buffer Basics1160582 -Node: Current Buffer1162635 -Node: Buffer Names1167323 -Node: Buffer File Name1170528 -Node: Buffer Modification1174647 -Node: Modification Time1176840 -Node: Read Only Buffers1180215 -Node: The Buffer List1182633 -Node: Creating Buffers1187463 -Node: Killing Buffers1189609 -Node: Indirect Buffers1193340 -Node: Windows1195912 -Node: Basic Windows1197390 -Node: Splitting Windows1200488 -Node: Deleting Windows1207377 -Node: Selecting Windows1210057 -Node: Cyclic Window Ordering1213186 -Node: Buffers and Windows1217810 -Node: Displaying Buffers1219651 -Node: Choosing Window1224827 -Node: Window Point1232543 -Node: Window Start1234589 -Node: Vertical Scrolling1239079 -Node: Horizontal Scrolling1245216 -Node: Size of Window1248725 -Node: Position of Window1253443 -Node: Resizing Windows1255683 -Node: Window Configurations1261112 -Node: Frames1264537 -Node: Creating Frames1266878 -Node: Frame Properties1268219 -Node: Property Access1269035 -Node: Initial Properties1269884 -Node: X Frame Properties1272370 -Node: Size and Position1277004 -Node: Frame Name1279000 -Node: Frame Titles1279914 -Node: Deleting Frames1281738 -Node: Finding All Frames1282338 -Node: Frames and Windows1284332 -Node: Minibuffers and Frames1286037 -Node: Input Focus1286955 -Node: Visibility of Frames1290032 -Node: Raising and Lowering1291951 -Node: Frame Configurations1294327 -Node: Frame Hooks1294921 -Node: Consoles and Devices1296726 -Node: Basic Console Functions1299469 -Node: Basic Device Functions1299892 -Node: Console Types and Device Classes1300608 -Node: Connecting to a Console or Device1302805 -Node: The Selected Console and Device1304968 -Node: Console and Device I/O1305994 -Node: Positions1306758 -Node: Point1307727 -Node: Motion1310817 -Node: Character Motion1311584 -Node: Word Motion1313821 -Node: Buffer End Motion1315322 -Node: Text Lines1316819 -Node: Screen Lines1321414 -Node: List Motion1325477 -Node: Skipping Characters1328885 -Node: Excursions1331104 -Node: Narrowing1334136 -Node: Markers1339461 -Node: Overview of Markers1340367 -Node: Predicates on Markers1345059 -Node: Creating Markers1346305 -Node: Information from Markers1350342 -Node: Changing Markers1351440 -Node: The Mark1352818 -Node: The Region1361312 -Node: Text1366998 -Node: Near Point1369697 -Node: Buffer Contents1373884 -Node: Comparing Text1375290 -Node: Insertion1376698 -Node: Commands for Insertion1380540 -Node: Deletion1383496 -Node: User-Level Deletion1387091 -Node: The Kill Ring1391252 -Node: Kill Ring Concepts1393426 -Node: Kill Functions1394480 -Node: Yank Commands1396385 -Node: Low-Level Kill Ring1398256 -Node: Internals of Kill Ring1401042 -Node: Undo1403822 -Node: Maintaining Undo1408151 -Node: Filling1410771 -Node: Margins1416765 -Node: Auto Filling1420694 -Node: Sorting1421875 -Node: Columns1431175 -Node: Indentation1433691 -Node: Primitive Indent1434470 -Node: Mode-Specific Indent1435714 -Node: Region Indent1438225 -Node: Relative Indent1441173 -Node: Indent Tabs1443555 -Node: Motion by Indent1444876 -Node: Case Changes1445655 -Node: Text Properties1448906 -Node: Examining Properties1450719 -Node: Changing Properties1452586 -Node: Property Search1456177 -Node: Special Properties1460888 -Node: Saving Properties1461169 -Node: Substitution1464311 -Node: Registers1467581 -Node: Transposition1470124 -Node: Change Hooks1471018 -Node: Transformations1473058 -Node: Searching and Matching1477443 -Node: String Search1478574 -Node: Regular Expressions1483298 -Node: Syntax of Regexps1484665 -Node: Regexp Example1499044 -Node: Regexp Search1501214 -Node: POSIX Regexps1507302 -Node: Search and Replace1509137 -Node: Match Data1512502 -Node: Simple Match Data1513632 -Node: Replacing Match1517897 -Node: Entire Match Data1520231 -Node: Saving Match Data1522222 -Node: Searching and Case1523603 -Node: Standard Regexps1525637 -Node: Syntax Tables1527835 -Node: Syntax Basics1528949 -Node: Syntax Descriptors1531921 -Node: Syntax Class Table1533771 -Node: Syntax Flags1539809 -Node: Syntax Table Functions1543026 -Node: Motion and Syntax1546890 -Node: Parsing Expressions1548342 -Node: Standard Syntax Tables1554411 -Node: Syntax Table Internals1555255 -Node: Abbrevs1556281 -Node: Abbrev Mode1558084 -Node: Abbrev Tables1558804 -Node: Defining Abbrevs1560337 -Node: Abbrev Files1562242 -Node: Abbrev Expansion1564015 -Node: Standard Abbrev Tables1568646 -Node: Extents1569805 -Node: Intro to Extents1571048 -Node: Creating and Modifying Extents1575042 -Node: Extent Endpoints1576549 -Node: Finding Extents1579812 -Node: Mapping Over Extents1583560 -Node: Extent Properties1589677 -Node: Detached Extents1599821 -Node: Extent Parents1601680 -Node: Duplicable Extents1603374 -Node: Extents and Events1606595 -Node: Atomic Extents1608502 -Node: Specifiers1608949 -Node: Introduction to Specifiers1611062 -Node: Specifiers In-Depth1613372 -Node: Specifier Instancing1618284 -Node: Specifier Types1621546 -Node: Adding Specifications1626620 -Node: Retrieving Specifications1635982 -Node: Specifier Tag Functions1639717 -Node: Specifier Instancing Functions1642951 -Node: Specifier Example1646358 -Node: Creating Specifiers1649514 -Node: Specifier Validation Functions1651763 -Node: Other Specification Functions1654147 -Node: Faces and Window-System Objects1657966 -Node: Faces1658290 -Node: Merging Faces1659907 -Node: Basic Face Functions1661868 -Node: Face Properties1663966 -Node: Face Convenience Functions1674208 -Node: Other Face Display Functions1677338 -Node: Fonts1678151 -Node: Font Specifiers1678852 -Node: Font Instances1679093 -Node: Font Instance Names1680060 -Node: Font Instance Size1680901 -Node: Font Instance Characteristics1682187 -Node: Font Convenience Functions1683356 -Node: Colors1684646 -Node: Color Specifiers1685086 -Node: Color Instances1685313 -Node: Color Instance Properties1686057 -Node: Color Convenience Functions1686683 -Node: Glyphs1687736 -Node: Glyph Functions1689328 -Node: Creating Glyphs1689735 -Node: Glyph Properties1691322 -Node: Glyph Convenience Functions1700489 -Node: Glyph Dimensions1704436 -Node: Images1705516 -Node: Image Specifiers1705965 -Node: Image Instantiator Conversion1717314 -Node: Image Instances1718679 -Node: Image Instance Types1719430 -Node: Image Instance Functions1722085 -Node: Glyph Types1726654 -Node: Mouse Pointer1728426 -Node: Redisplay Glyphs1731429 -Node: Subwindows1732462 -Node: Annotations1732705 -Node: Annotation Basics1733721 -Node: Annotation Primitives1737659 -Node: Annotation Properties1738988 -Node: Locating Annotations1742028 -Node: Margin Primitives1742865 -Node: Annotation Hooks1744759 -Node: Display1745419 -Node: Refresh Screen1746397 -Node: Truncation1748308 -Node: The Echo Area1750833 -Node: Warnings1757268 -Node: Invisible Text1761704 -Node: Selective Display1764283 -Node: Overlay Arrow1768409 -Node: Temporary Displays1769762 -Node: Blinking1773883 -Node: Usual Display1776068 -Node: Display Tables1778617 -Node: Display Table Format1779421 -Node: Active Display Table1780863 -Node: Character Descriptors1782055 -Node: Beeping1782812 -Node: Hash Tables1787578 -Node: Introduction to Hash Tables1788186 -Node: Working With Hash Tables1794209 -Node: Weak Hash Tables1795326 -Node: Range Tables1797125 -Node: Introduction to Range Tables1797814 -Node: Working With Range Tables1798245 -Node: Databases1799130 -Node: Connecting to a Database1799429 -Node: Working With a Database1800520 -Node: Other Database Functions1801378 -Node: Processes1801952 -Node: Subprocess Creation1804176 -Node: Synchronous Processes1807465 -Node: MS-DOS Subprocesses1814183 -Node: Asynchronous Processes1815257 -Node: Deleting Processes1818970 -Node: Process Information1820841 -Node: Input to Processes1824767 -Node: Signals to Processes1827057 -Node: Output from Processes1831477 -Node: Process Buffers1832289 -Node: Filter Functions1835156 -Node: Accepting Output1840726 -Node: Sentinels1842253 -Node: Process Window Size1845743 -Node: Transaction Queues1846092 -Node: Network1847790 -Node: System Interface1849624 -Node: Starting Up1850894 -Node: Start-up Summary1851488 -Node: Init File1855042 -Node: Terminal-Specific1857423 -Node: Command Line Arguments1860582 -Node: Getting Out1864071 -Node: Killing XEmacs1864640 -Node: Suspending XEmacs1866309 -Node: System Environment1869651 -Node: User Identification1876318 -Node: Time of Day1879847 -Node: Time Conversion1882634 -Node: Timers1887674 -Node: Terminal Input1889847 -Node: Input Modes1890350 -Node: Translating Input1892763 -Node: Recording Input1896928 -Node: Terminal Output1899028 -Node: Flow Control1902651 -Node: Batch Mode1906443 -Node: X-Windows1907825 -Node: X Selections1908696 -Node: X Server1910906 -Node: Resources1911357 -Node: Server Data1916666 -Node: Grabs1917873 -Node: X Miscellaneous1919453 -Node: ToolTalk Support1921838 -Node: XEmacs ToolTalk API Summary1922055 -Node: Sending Messages1923355 -Node: Example of Sending Messages1923606 -Node: Elisp Interface for Sending Messages1924668 -Node: Receiving Messages1931060 -Node: Example of Receiving Messages1931283 -Node: Elisp Interface for Receiving Messages1932119 -Node: LDAP Support1935944 -Node: Building XEmacs with LDAP support1936438 -Node: XEmacs LDAP API1937416 -Node: LDAP Variables1938146 -Node: The High-Level LDAP API1940622 -Node: The Low-Level LDAP API1941727 -Node: The LDAP Lisp Object1942001 -Node: Opening and Closing a LDAP Connection1942554 -Node: Searching on a LDAP Server (Low-level)1944337 -Node: Syntax of Search Filters1945730 -Node: PostgreSQL Support1947028 -Node: Building XEmacs with PostgreSQL support1947423 -Node: XEmacs PostgreSQL libpq API1948690 -Node: libpq Lisp Variables1950565 -Node: libpq Lisp Symbols and DataTypes1953529 -Node: Synchronous Interface Functions1966769 -Node: Asynchronous Interface Functions1971260 -Node: Large Object Support1974761 -Node: Other libpq Functions1975388 -Node: Unimplemented libpq Functions1978423 -Node: XEmacs PostgreSQL libpq Examples1983742 -Node: Internationalization1989833 -Node: I18N Levels 1 and 21990176 -Node: I18N Level 31990882 -Node: Level 3 Basics1991163 -Node: Level 3 Primitives1991996 -Node: Dynamic Messaging1993602 -Node: Domain Specification1994065 -Node: Documentation String Extraction1995968 -Node: I18N Level 41996886 -Node: MULE1997078 -Node: Internationalization Terminology1998127 -Node: Charsets2010326 -Node: Charset Properties2011022 -Node: Basic Charset Functions2015737 -Node: Charset Property Functions2017918 -Node: Predefined Charsets2019960 -Node: MULE Characters2022880 -Node: Composite Characters2023727 -Node: Coding Systems2024987 -Node: Coding System Types2027127 -Node: ISO 20222031111 -Node: EOL Conversion2043388 -Node: Coding System Properties2044560 -Node: Basic Coding System Functions2048877 -Node: Coding System Property Functions2050911 -Node: Encoding and Decoding Text2051469 -Node: Detection of Textual Encoding2052605 -Node: Big5 and Shift-JIS Functions2054141 -Node: Predefined Coding Systems2055267 -Node: CCL2067361 -Node: CCL Syntax2070465 -Node: CCL Statements2072041 -Node: CCL Expressions2076689 -Node: Calling CCL2079228 -Node: CCL Examples2082217 -Node: Category Tables2082354 -Node: Tips2084712 -Node: Style Tips2085353 -Node: Compilation Tips2094872 -Node: Documentation Tips2096786 -Node: Comment Tips2102295 -Node: Library Headers2105297 -Node: Building XEmacs and Object Allocation2109269 -Node: Building XEmacs2110152 -Node: Pure Storage2116487 -Node: Garbage Collection2119275 -Node: Standard Errors2130414 -Node: Standard Buffer-Local Variables2134623 -Node: Standard Keymaps2137256 -Node: Standard Hooks2140988 -Node: Index2148488 +Node: Copying48665 +Node: Introduction67823 +Node: Caveats69414 +Node: Lisp History71093 +Node: Conventions72349 +Node: Some Terms73164 +Node: nil and t73885 +Node: Evaluation Notation75562 +Node: Printing Notation76475 +Node: Error Messages77349 +Node: Buffer Text Notation77790 +Node: Format of Descriptions78665 +Node: A Sample Function Description79519 +Node: A Sample Variable Description83505 +Node: Acknowledgements84413 +Node: Lisp Data Types86391 +Node: Printed Representation88946 +Node: Comments90988 +Node: Primitive Types91885 +Node: Programming Types93544 +Node: Integer Type95496 +Node: Floating Point Type96533 +Node: Character Type97152 +Node: Symbol Type105056 +Node: Sequence Type107751 +Node: Cons Cell Type109270 +Node: Dotted Pair Notation113754 +Node: Association List Type115875 +Node: Array Type116758 +Node: String Type118224 +Node: Vector Type120905 +Node: Bit Vector Type121677 +Node: Function Type122539 +Node: Macro Type123652 +Node: Primitive Function Type124349 +Node: Compiled-Function Type125875 +Node: Autoload Type126429 +Node: Char Table Type127443 +Node: Hash Table Type127617 +Node: Range Table Type128772 +Node: Weak List Type129625 +Node: Editing Types129775 +Node: Buffer Type131402 +Node: Marker Type133429 +Node: Extent Type134153 +Node: Window Type135421 +Node: Frame Type136832 +Node: Device Type137627 +Node: Console Type138453 +Node: Window Configuration Type139654 +Node: Event Type140352 +Node: Process Type140516 +Node: Stream Type141551 +Node: Keymap Type142674 +Node: Syntax Table Type143212 +Node: Display Table Type144235 +Node: Database Type144674 +Node: Charset Type144840 +Node: Coding System Type145004 +Node: ToolTalk Message Type145188 +Node: ToolTalk Pattern Type145387 +Node: Window-System Types145559 +Node: Face Type146705 +Node: Glyph Type146836 +Node: Specifier Type146992 +Node: Font Instance Type147165 +Node: Color Instance Type147355 +Node: Image Instance Type147552 +Node: Toolbar Button Type147750 +Node: Subwindow Type147943 +Node: X Resource Type148122 +Node: Type Predicates148275 +Node: Equality Predicates157404 +Node: Numbers162215 +Node: Integer Basics163670 +Node: Float Basics166019 +Node: Predicates on Numbers167761 +Node: Comparison of Numbers169394 +Node: Numeric Conversions173215 +Node: Arithmetic Operations174681 +Node: Rounding Operations180820 +Node: Bitwise Operations181933 +Node: Math Functions190979 +Node: Random Numbers193512 +Node: Strings and Characters195278 +Node: String Basics196731 +Node: Predicates for Strings199149 +Node: Creating Strings199912 +Node: Predicates for Characters205253 +Node: Character Codes206324 +Node: Text Comparison207744 +Node: String Conversion211189 +Node: Modifying Strings214859 +Node: String Properties215500 +Node: Formatting Strings216145 +Node: Character Case225763 +Node: Case Tables229317 +Node: Char Tables233288 +Node: Char Table Types234680 +Node: Working With Char Tables236265 +Node: Lists238282 +Node: Cons Cells239405 +Node: Lists as Boxes240741 +Node: List-related Predicates243383 +Node: List Elements245085 +Node: Building Lists250114 +Node: Modifying Lists256106 +Node: Setcar256918 +Node: Setcdr259349 +Node: Rearrangement261870 +Node: Sets And Lists267456 +Node: Association Lists271684 +Ref: Association Lists-Footnote-1280975 +Node: Property Lists281180 +Node: Working With Normal Plists282728 +Node: Working With Lax Plists285065 +Node: Converting Plists To/From Alists287345 +Node: Weak Lists288693 +Node: Sequences Arrays Vectors290856 +Node: Sequence Functions293492 +Node: Arrays297151 +Node: Array Functions300215 +Node: Vectors302748 +Node: Vector Functions304246 +Node: Bit Vectors306817 +Node: Bit Vector Functions307662 +Node: Symbols309961 +Node: Symbol Components311010 +Node: Definitions315183 +Node: Creating Symbols317408 +Node: Symbol Properties324442 +Node: Plists and Alists325969 +Node: Object Plists327718 +Node: Other Plists330478 +Node: Evaluation332277 +Node: Intro Eval333082 +Ref: Intro Eval-Footnote-1336435 +Node: Eval336570 +Node: Forms340988 +Node: Self-Evaluating Forms342147 +Node: Symbol Forms343660 +Node: Classifying Lists344577 +Node: Function Indirection345333 +Node: Function Forms348432 +Node: Macro Forms349429 +Node: Special Forms351029 +Node: Autoloading353338 +Node: Quoting353836 +Node: Control Structures355197 +Node: Sequencing356817 +Node: Conditionals359682 +Node: Combining Conditions363105 +Node: Iteration366375 +Node: Nonlocal Exits368154 +Node: Catch and Throw368856 +Node: Examples of Catch372695 +Node: Errors374714 +Node: Signaling Errors376203 +Node: Processing of Errors384950 +Node: Handling Errors387229 +Node: Error Symbols394470 +Node: Cleanups398426 +Node: Variables402204 +Node: Global Variables403973 +Node: Constant Variables405049 +Node: Local Variables405675 +Node: Void Variables410612 +Node: Defining Variables414128 +Node: Accessing Variables421292 +Node: Setting Variables422717 +Node: Variable Scoping427236 +Node: Scope428835 +Node: Extent430360 +Node: Impl of Scope431839 +Node: Using Scoping433802 +Node: Buffer-Local Variables435324 +Node: Intro to Buffer-Local436160 +Node: Creating Buffer-Local438703 +Node: Default Value444602 +Node: Variable Aliases447745 +Node: Functions449596 +Node: What Is a Function450690 +Node: Lambda Expressions454736 +Node: Lambda Components455646 +Node: Simple Lambda457478 +Node: Argument List459135 +Node: Function Documentation462863 +Node: Function Names464805 +Node: Defining Functions467378 +Node: Calling Functions470418 +Node: Mapping Functions474266 +Node: Anonymous Functions476954 +Node: Function Cells480199 +Node: Inline Functions485017 +Node: Related Topics486827 +Node: Macros487880 +Node: Simple Macro489164 +Node: Expansion489899 +Node: Compiling Macros492903 +Node: Defining Macros494739 +Node: Backquote496056 +Node: Problems with Macros498453 +Node: Argument Evaluation499148 +Node: Surprising Local Vars502063 +Node: Eval During Expansion504131 +Node: Repeated Expansion505824 +Node: Customization507740 +Node: Common Keywords508209 +Node: Group Definitions511054 +Node: Variable Definitions513246 +Node: Customization Types518236 +Node: Simple Types519671 +Node: Composite Types521828 +Node: Splicing into Lists526518 +Node: Type Keywords528353 +Node: Loading531873 +Node: How Programs Do Loading533548 +Node: Autoload542674 +Node: Repeated Loading548744 +Node: Named Features550857 +Node: Unloading557287 +Node: Hooks for Loading559443 +Node: Byte Compilation560160 +Node: Speed of Byte-Code562077 +Node: Compilation Functions563284 +Node: Docs and Compilation569941 +Node: Dynamic Loading572594 +Node: Eval During Compile574958 +Node: Compiled-Function Objects576223 +Node: Disassembly581024 +Node: Debugging588278 +Node: Debugger589690 +Node: Error Debugging590835 +Node: Infinite Loops593588 +Node: Function Debugging594832 +Node: Explicit Debug597632 +Node: Using Debugger598403 +Node: Debugger Commands600265 +Node: Invoking the Debugger604582 +Node: Internals of Debugger608497 +Node: Syntax Errors613384 +Node: Excess Open614632 +Node: Excess Close616507 +Node: Compilation Errors617928 +Node: Edebug619216 +Node: Using Edebug621324 +Node: Instrumenting624021 +Node: Edebug Execution Modes627510 +Node: Jumping630620 +Node: Edebug Misc632963 +Node: Breakpoints634352 +Node: Global Break Condition637158 +Node: Embedded Breakpoints638113 +Node: Trapping Errors639068 +Node: Edebug Views641144 +Node: Edebug Eval643109 +Node: Eval List644286 +Node: Reading in Edebug647671 +Node: Printing in Edebug648470 +Node: Tracing650185 +Node: Coverage Testing652073 +Node: The Outside Context654114 +Node: Checking Whether to Stop655063 +Node: Edebug Display Update655710 +Node: Edebug Recursive Edit657733 +Node: Instrumenting Macro Calls659388 +Node: Specification List661870 +Node: Backtracking671281 +Node: Debugging Backquote673219 +Node: Specification Examples676925 +Node: Edebug Options678992 +Node: Read and Print684331 +Node: Streams Intro685308 +Node: Input Streams687326 +Node: Input Functions692227 +Node: Output Streams694287 +Node: Output Functions698338 +Node: Output Variables702638 +Node: Minibuffers707439 +Node: Intro to Minibuffers708591 +Node: Text from Minibuffer710779 +Node: Object from Minibuffer715873 +Node: Minibuffer History719966 +Node: Completion722945 +Node: Basic Completion724920 +Node: Minibuffer Completion729803 +Node: Completion Commands733380 +Node: High-Level Completion738037 +Node: Reading File Names742786 +Node: Programmed Completion746478 +Node: Yes-or-No Queries748860 +Node: Multiple Queries754597 +Node: Reading a Password758664 +Node: Minibuffer Misc760007 +Node: Command Loop764887 +Node: Command Overview766231 +Node: Defining Commands769509 +Node: Using Interactive770257 +Node: Interactive Codes775030 +Node: Interactive Examples780822 +Node: Interactive Call782136 +Node: Command Loop Info787551 +Node: Events792530 +Node: Event Types793991 +Node: Event Contents795914 +Node: Event Predicates800390 +Node: Accessing Mouse Event Positions801708 +Node: Frame-Level Event Position Info802407 +Node: Window-Level Event Position Info803447 +Node: Event Text Position Info805211 +Node: Event Glyph Position Info807703 +Node: Event Toolbar Position Info809026 +Node: Other Event Position Info809697 +Node: Accessing Other Event Info810106 +Node: Working With Events811726 +Node: Converting Events817727 +Node: Reading Input821126 +Node: Key Sequence Input822128 +Node: Reading One Event824763 +Node: Dispatching an Event827587 +Node: Quoted Character Input828038 +Node: Peeking and Discarding829386 +Node: Waiting833290 +Node: Quitting835604 +Node: Prefix Command Arguments840012 +Node: Recursive Editing845099 +Node: Disabling Commands849894 +Node: Command History851962 +Node: Keyboard Macros853699 +Node: Keymaps855916 +Node: Keymap Terminology857493 +Node: Format of Keymaps860422 +Node: Creating Keymaps860833 +Node: Inheritance and Keymaps862913 +Node: Key Sequences865285 +Node: Prefix Keys870081 +Node: Active Keymaps873666 +Node: Key Lookup883037 +Node: Functions for Key Lookup888200 +Node: Changing Key Bindings893901 +Node: Key Binding Commands901063 +Node: Scanning Keymaps903128 +Node: Other Keymap Functions911696 +Node: Menus912318 +Node: Menu Format912910 +Node: Menubar Format921556 +Node: Menubar922181 +Node: Modifying Menus925294 +Node: Menu Filters930638 +Node: Pop-Up Menus932534 +Node: Menu Accelerators934862 +Node: Creating Menu Accelerators935618 +Node: Keyboard Menu Traversal936978 +Node: Menu Accelerator Functions937705 +Node: Buffers Menu940781 +Node: Dialog Boxes942075 +Node: Dialog Box Format942242 +Node: Dialog Box Functions943667 +Node: Toolbar944064 +Node: Toolbar Intro944499 +Node: Creating Toolbar946899 +Node: Toolbar Descriptor Format947816 +Node: Specifying the Toolbar952313 +Node: Other Toolbar Variables955920 +Node: Gutter960348 +Node: Gutter Intro960937 +Node: Creating Gutter962940 +Node: Gutter Descriptor Format965827 +Node: Specifying a Gutter970284 +Node: Other Gutter Variables973819 +Node: Common Gutter Widgets978206 +Node: Buffer Tabs979198 +Node: Progress Bars979339 +Node: Scrollbars979484 +Node: Drag and Drop979619 +Node: Supported Protocols980695 +Node: OffiX DND981198 +Node: CDE dt982205 +Node: MSWindows OLE982796 +Node: Loose ends982967 +Node: Drop Interface983359 +Node: Drag Interface984381 +Node: Modes984555 +Node: Major Modes985506 +Node: Major Mode Conventions988421 +Node: Example Major Modes994376 +Node: Auto Major Mode1002409 +Node: Mode Help1009857 +Node: Derived Modes1010958 +Node: Minor Modes1013149 +Node: Minor Mode Conventions1014451 +Node: Keymaps and Minor Modes1017314 +Node: Modeline Format1018149 +Node: Modeline Data1019917 +Node: Modeline Variables1025070 +Node: %-Constructs1029786 +Node: Hooks1032773 +Node: Documentation1039533 +Node: Documentation Basics1040956 +Node: Accessing Documentation1044006 +Node: Keys in Documentation1050287 +Node: Describing Characters1053770 +Node: Help Functions1056119 +Node: Obsoleteness1062569 +Node: Files1065561 +Node: Visiting Files1067486 +Node: Visiting Functions1068991 +Node: Subroutines of Visiting1074149 +Node: Saving Buffers1076222 +Node: Reading from Files1082315 +Node: Writing to Files1084476 +Node: File Locks1087193 +Node: Information about Files1090260 +Node: Testing Accessibility1091021 +Node: Kinds of Files1094761 +Node: Truenames1096442 +Node: File Attributes1097444 +Node: Changing File Attributes1102583 +Node: File Names1108005 +Node: File Name Components1109578 +Node: Directory Names1112023 +Node: Relative File Names1115253 +Node: File Name Expansion1116223 +Node: Unique File Names1119977 +Node: File Name Completion1121592 +Node: User Name Completion1124860 +Node: Contents of Directories1126267 +Node: Create/Delete Dirs1129580 +Node: Magic File Names1130686 +Node: Partial Files1136334 +Node: Intro to Partial Files1136562 +Node: Creating a Partial File1137802 +Node: Detached Partial Files1138738 +Node: Format Conversion1139860 +Node: Files and MS-DOS1145358 +Node: Backups and Auto-Saving1147422 +Node: Backup Files1148097 +Node: Making Backups1149494 +Node: Rename or Copy1152243 +Node: Numbered Backups1154736 +Node: Backup Names1156971 +Node: Auto-Saving1160263 +Node: Reverting1168424 +Node: Buffers1171759 +Node: Buffer Basics1173175 +Node: Current Buffer1175228 +Node: Buffer Names1179932 +Node: Buffer File Name1183139 +Node: Buffer Modification1187258 +Node: Modification Time1189501 +Node: Read Only Buffers1192876 +Node: The Buffer List1196115 +Node: Creating Buffers1200932 +Node: Killing Buffers1203078 +Node: Indirect Buffers1206910 +Node: Windows1209484 +Node: Basic Windows1210962 +Node: Splitting Windows1214060 +Node: Deleting Windows1219386 +Node: Selecting Windows1223304 +Node: Cyclic Window Ordering1227527 +Node: Buffers and Windows1232682 +Node: Displaying Buffers1234460 +Node: Choosing Window1239799 +Node: Window Point1247717 +Node: Window Start1249787 +Node: Vertical Scrolling1254586 +Node: Horizontal Scrolling1260784 +Node: Size of Window1264313 +Node: Position of Window1269031 +Node: Resizing Windows1271284 +Node: Window Configurations1276722 +Node: Frames1280219 +Node: Creating Frames1282560 +Node: Frame Properties1283900 +Node: Property Access1284716 +Node: Initial Properties1285623 +Node: X Frame Properties1288109 +Node: Size and Position1292743 +Node: Frame Name1294741 +Node: Frame Titles1295655 +Node: Deleting Frames1297479 +Node: Finding All Frames1298454 +Node: Frames and Windows1301682 +Node: Minibuffers and Frames1304464 +Node: Input Focus1305382 +Node: Visibility of Frames1308487 +Node: Raising and Lowering1310477 +Node: Frame Configurations1312853 +Node: Frame Hooks1313910 +Node: Consoles and Devices1315715 +Node: Basic Console Functions1318458 +Node: Basic Device Functions1318881 +Node: Console Types and Device Classes1319727 +Node: Connecting to a Console or Device1321994 +Node: The Selected Console and Device1324178 +Node: Console and Device I/O1325204 +Node: Positions1325968 +Node: Point1326937 +Node: Motion1330027 +Node: Character Motion1330794 +Node: Word Motion1333031 +Node: Buffer End Motion1334532 +Node: Text Lines1336069 +Node: Screen Lines1340970 +Node: List Motion1345033 +Node: Skipping Characters1348515 +Node: Excursions1350734 +Node: Narrowing1353774 +Node: Markers1359105 +Node: Overview of Markers1360011 +Node: Predicates on Markers1364703 +Node: Creating Markers1365949 +Node: Information from Markers1370149 +Node: Changing Markers1371247 +Node: The Mark1372775 +Node: The Region1381278 +Node: Text1386964 +Node: Near Point1389663 +Node: Buffer Contents1393850 +Node: Comparing Text1395256 +Node: Insertion1396664 +Node: Commands for Insertion1400574 +Node: Deletion1403468 +Node: User-Level Deletion1407062 +Node: The Kill Ring1411222 +Node: Kill Ring Concepts1413396 +Node: Kill Functions1414450 +Node: Yank Commands1416373 +Node: Low-Level Kill Ring1418244 +Node: Internals of Kill Ring1421330 +Node: Undo1424110 +Node: Maintaining Undo1428447 +Node: Filling1431065 +Node: Margins1437059 +Node: Auto Filling1441082 +Node: Sorting1442263 +Node: Columns1451577 +Node: Indentation1454658 +Node: Primitive Indent1455437 +Node: Mode-Specific Indent1456762 +Node: Region Indent1459294 +Node: Relative Indent1462241 +Node: Indent Tabs1464623 +Node: Motion by Indent1465944 +Node: Case Changes1466723 +Node: Text Properties1470076 +Node: Examining Properties1471889 +Node: Changing Properties1473772 +Node: Property Search1477363 +Node: Special Properties1482082 +Node: Saving Properties1482363 +Node: Substitution1485505 +Node: Registers1488775 +Node: Transposition1491358 +Node: Change Hooks1492252 +Node: Transformations1494292 +Node: Searching and Matching1499396 +Node: String Search1500527 +Node: Regular Expressions1505508 +Node: Syntax of Regexps1506875 +Node: Regexp Example1521478 +Node: Regexp Search1523648 +Node: POSIX Regexps1529979 +Node: Search and Replace1532056 +Node: Match Data1535421 +Node: Simple Match Data1536551 +Node: Replacing Match1540816 +Node: Entire Match Data1543497 +Node: Saving Match Data1545735 +Node: Searching and Case1547123 +Node: Standard Regexps1549157 +Node: Syntax Tables1551355 +Node: Syntax Basics1552469 +Node: Syntax Descriptors1555441 +Node: Syntax Class Table1557291 +Node: Syntax Flags1563329 +Node: Syntax Table Functions1566546 +Node: Motion and Syntax1570834 +Node: Parsing Expressions1572286 +Node: Standard Syntax Tables1578355 +Node: Syntax Table Internals1579199 +Node: Abbrevs1580225 +Node: Abbrev Mode1582028 +Node: Abbrev Tables1582748 +Node: Defining Abbrevs1584287 +Node: Abbrev Files1586208 +Node: Abbrev Expansion1587991 +Node: Standard Abbrev Tables1592622 +Node: Extents1593781 +Node: Intro to Extents1595024 +Node: Creating and Modifying Extents1599016 +Node: Extent Endpoints1600597 +Node: Finding Extents1603860 +Node: Mapping Over Extents1607982 +Node: Extent Properties1614105 +Node: Detached Extents1624266 +Node: Extent Parents1626125 +Node: Duplicable Extents1627819 +Node: Extents and Events1631040 +Node: Atomic Extents1632947 +Node: Specifiers1633394 +Node: Introduction to Specifiers1635507 +Node: Specifiers In-Depth1637817 +Node: Specifier Instancing1642729 +Node: Specifier Types1645991 +Node: Adding Specifications1651065 +Node: Retrieving Specifications1660486 +Node: Specifier Tag Functions1664231 +Node: Specifier Instancing Functions1667465 +Node: Specifier Example1670872 +Node: Creating Specifiers1674028 +Node: Specifier Validation Functions1678345 +Node: Other Specification Functions1680731 +Node: Faces and Window-System Objects1684552 +Node: Faces1684876 +Node: Merging Faces1686493 +Node: Basic Face Functions1688454 +Node: Face Properties1690602 +Node: Face Convenience Functions1700875 +Node: Other Face Display Functions1704095 +Node: Fonts1704907 +Node: Font Specifiers1705608 +Node: Font Instances1706793 +Node: Font Instance Names1707760 +Node: Font Instance Size1708601 +Node: Font Instance Characteristics1709887 +Node: Font Convenience Functions1711065 +Node: Colors1712355 +Node: Color Specifiers1712795 +Node: Color Instances1715155 +Node: Color Instance Properties1715899 +Node: Color Convenience Functions1716525 +Node: Glyphs1717578 +Node: Glyph Functions1719179 +Node: Creating Glyphs1719586 +Node: Glyph Properties1732226 +Node: Glyph Convenience Functions1741393 +Node: Glyph Dimensions1745340 +Node: Images1746420 +Node: Image Specifiers1746869 +Node: Image Instantiator Conversion1762360 +Node: Image Instances1763725 +Node: Image Instance Types1764476 +Node: Image Instance Functions1767241 +Node: Glyph Types1774298 +Node: Mouse Pointer1776070 +Node: Redisplay Glyphs1779073 +Node: Subwindows1780106 +Node: Annotations1780349 +Node: Annotation Basics1781365 +Node: Annotation Primitives1785303 +Node: Annotation Properties1786642 +Node: Locating Annotations1789682 +Node: Margin Primitives1790519 +Node: Annotation Hooks1792413 +Node: Display1793073 +Node: Refresh Screen1794051 +Node: Truncation1796245 +Node: The Echo Area1798770 +Node: Warnings1805207 +Node: Invisible Text1809643 +Node: Selective Display1812222 +Node: Overlay Arrow1816348 +Node: Temporary Displays1817701 +Node: Blinking1821822 +Node: Usual Display1824006 +Node: Display Tables1826555 +Node: Display Table Format1827359 +Node: Active Display Table1828801 +Node: Character Descriptors1832796 +Node: Beeping1833553 +Node: Hash Tables1838319 +Node: Introduction to Hash Tables1838927 +Node: Working With Hash Tables1845486 +Node: Weak Hash Tables1846603 +Node: Range Tables1848620 +Node: Introduction to Range Tables1849309 +Node: Working With Range Tables1849755 +Node: Databases1850714 +Node: Connecting to a Database1851013 +Node: Working With a Database1852120 +Node: Other Database Functions1852994 +Node: Processes1853563 +Node: Subprocess Creation1855787 +Node: Synchronous Processes1859238 +Node: MS-DOS Subprocesses1865960 +Node: Asynchronous Processes1867034 +Node: Deleting Processes1871391 +Node: Process Information1873262 +Node: Input to Processes1877354 +Node: Signals to Processes1880049 +Node: Output from Processes1884864 +Node: Process Buffers1885676 +Node: Filter Functions1888555 +Node: Accepting Output1894146 +Node: Sentinels1895673 +Node: Process Window Size1899163 +Node: Transaction Queues1899512 +Node: Network1901210 +Node: System Interface1903844 +Node: Starting Up1905114 +Node: Start-up Summary1905708 +Node: Init File1909262 +Node: Terminal-Specific1911643 +Node: Command Line Arguments1914802 +Node: Getting Out1918291 +Node: Killing XEmacs1918860 +Node: Suspending XEmacs1920528 +Node: System Environment1923907 +Node: User Identification1930088 +Node: Time of Day1933617 +Node: Time Conversion1936404 +Node: Timers1941646 +Node: Terminal Input1943819 +Node: Input Modes1944322 +Node: Translating Input1946781 +Node: Recording Input1950946 +Node: Terminal Output1953046 +Node: Flow Control1956667 +Node: Batch Mode1960629 +Node: X-Windows1962011 +Node: X Selections1962882 +Node: X Server1965633 +Node: Resources1966084 +Node: Server Data1971395 +Node: Grabs1972602 +Node: X Miscellaneous1974182 +Node: ToolTalk Support1976567 +Node: XEmacs ToolTalk API Summary1976784 +Node: Sending Messages1978084 +Node: Example of Sending Messages1978335 +Node: Elisp Interface for Sending Messages1979397 +Node: Receiving Messages1985993 +Node: Example of Receiving Messages1986216 +Node: Elisp Interface for Receiving Messages1987052 +Node: LDAP Support1990909 +Node: Building XEmacs with LDAP support1991403 +Node: XEmacs LDAP API1992380 +Node: LDAP Variables1993432 +Node: The High-Level LDAP API1996032 +Node: The Low-Level LDAP API1999505 +Node: The LDAP Lisp Object2000336 +Node: Opening and Closing a LDAP Connection2000891 +Node: Low-level Operations on a LDAP Server2002697 +Node: LDAP Internationalization2005421 +Node: LDAP Internationalization Variables2006326 +Node: Encoder/Decoder Functions2008057 +Node: Syntax of Search Filters2009094 +Node: PostgreSQL Support2010392 +Node: Building XEmacs with PostgreSQL support2010787 +Node: XEmacs PostgreSQL libpq API2012134 +Node: libpq Lisp Variables2014013 +Node: libpq Lisp Symbols and DataTypes2016977 +Node: Synchronous Interface Functions2030217 +Node: Asynchronous Interface Functions2034708 +Node: Large Object Support2038213 +Node: Other libpq Functions2038840 +Node: Unimplemented libpq Functions2041875 +Node: XEmacs PostgreSQL libpq Examples2047194 +Node: Internationalization2053285 +Node: I18N Levels 1 and 22053628 +Node: I18N Level 32054334 +Node: Level 3 Basics2054615 +Node: Level 3 Primitives2055448 +Node: Dynamic Messaging2057054 +Node: Domain Specification2057517 +Node: Documentation String Extraction2059187 +Node: I18N Level 42060105 +Node: MULE2060297 +Node: Internationalization Terminology2061346 +Node: Charsets2073545 +Node: Charset Properties2074241 +Node: Basic Charset Functions2078956 +Node: Charset Property Functions2081137 +Node: Predefined Charsets2083207 +Node: MULE Characters2086127 +Node: Composite Characters2087002 +Node: Coding Systems2088269 +Node: Coding System Types2090409 +Node: ISO 20222094393 +Node: EOL Conversion2106668 +Node: Coding System Properties2107840 +Node: Basic Coding System Functions2112163 +Node: Coding System Property Functions2114197 +Node: Encoding and Decoding Text2114755 +Node: Detection of Textual Encoding2115891 +Node: Big5 and Shift-JIS Functions2117427 +Node: Predefined Coding Systems2118579 +Node: CCL2130673 +Node: CCL Syntax2133777 +Node: CCL Statements2135353 +Node: CCL Expressions2140001 +Node: Calling CCL2142540 +Node: CCL Examples2145545 +Node: Category Tables2145682 +Node: Tips2148041 +Node: Style Tips2148682 +Node: Compilation Tips2158201 +Node: Documentation Tips2160115 +Node: Comment Tips2165624 +Node: Library Headers2168626 +Node: Building XEmacs and Object Allocation2172598 +Node: Building XEmacs2173481 +Node: Pure Storage2180059 +Node: Garbage Collection2182847 +Node: Standard Errors2193690 +Node: Standard Buffer-Local Variables2197899 +Node: Standard Keymaps2200532 +Node: Standard Hooks2204266 +Node: Index2211766  End Tag Table