X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=info%2Flispref.info;h=f9132e6a625fe37fa56ece4687907b45c0d6475f;hb=571a24e2bfea15d37c3503414674f59e89ec9652;hp=a936cb7e95c87616c40066ed576bd592ca3b52a0;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git.1 diff --git a/info/lispref.info b/info/lispref.info index a936cb7..f9132e6 100644 --- a/info/lispref.info +++ b/info/lispref.info @@ -52,860 +52,868 @@ 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: 49116 +lispref.info-3: 97603 +lispref.info-4: 147443 +lispref.info-5: 197182 +lispref.info-6: 245536 +lispref.info-7: 293943 +lispref.info-8: 342608 +lispref.info-9: 387690 +lispref.info-10: 436621 +lispref.info-11: 485478 +lispref.info-12: 534009 +lispref.info-13: 581561 +lispref.info-14: 629419 +lispref.info-15: 678834 +lispref.info-16: 726829 +lispref.info-17: 772166 +lispref.info-18: 819636 +lispref.info-19: 867194 +lispref.info-20: 914820 +lispref.info-21: 962847 +lispref.info-22: 1011769 +lispref.info-23: 1058032 +lispref.info-24: 1104496 +lispref.info-25: 1154156 +lispref.info-26: 1202847 +lispref.info-27: 1251702 +lispref.info-28: 1300369 +lispref.info-29: 1350320 +lispref.info-30: 1398469 +lispref.info-31: 1444124 +lispref.info-32: 1494113 +lispref.info-33: 1542683 +lispref.info-34: 1589888 +lispref.info-35: 1639714 +lispref.info-36: 1688390 +lispref.info-37: 1734123 +lispref.info-38: 1783262 +lispref.info-39: 1830704 +lispref.info-40: 1879257 +lispref.info-41: 1925810 +lispref.info-42: 1974505 +lispref.info-43: 2018880 +lispref.info-44: 2063249 +lispref.info-45: 2109743 +lispref.info-46: 2150585 +lispref.info-47: 2199803 +lispref.info-48: 2213672  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: Copying49116 +Node: Introduction68274 +Node: Caveats69865 +Node: Lisp History71544 +Node: Conventions72800 +Node: Some Terms73615 +Node: nil and t74336 +Node: Evaluation Notation76013 +Node: Printing Notation76926 +Node: Error Messages77800 +Node: Buffer Text Notation78241 +Node: Format of Descriptions79116 +Node: A Sample Function Description79970 +Node: A Sample Variable Description83956 +Node: Acknowledgements84864 +Node: Lisp Data Types86842 +Node: Printed Representation89397 +Node: Comments91439 +Node: Primitive Types92336 +Node: Programming Types93995 +Node: Integer Type95947 +Node: Floating Point Type96984 +Node: Character Type97603 +Node: Symbol Type105507 +Node: Sequence Type108202 +Node: Cons Cell Type109721 +Node: Dotted Pair Notation114205 +Node: Association List Type116326 +Node: Array Type117209 +Node: String Type118675 +Node: Vector Type121356 +Node: Bit Vector Type122128 +Node: Function Type122990 +Node: Macro Type124103 +Node: Primitive Function Type124800 +Node: Compiled-Function Type126326 +Node: Autoload Type126880 +Node: Char Table Type127894 +Node: Hash Table Type128068 +Node: Range Table Type129223 +Node: Weak List Type130076 +Node: Editing Types130226 +Node: Buffer Type131853 +Node: Marker Type133880 +Node: Extent Type134604 +Node: Window Type135872 +Node: Frame Type137283 +Node: Device Type138078 +Node: Console Type138904 +Node: Window Configuration Type140105 +Node: Event Type140803 +Node: Process Type140967 +Node: Stream Type142002 +Node: Keymap Type143125 +Node: Syntax Table Type143663 +Node: Display Table Type144686 +Node: Database Type145125 +Node: Charset Type145291 +Node: Coding System Type145455 +Node: ToolTalk Message Type145639 +Node: ToolTalk Pattern Type145838 +Node: Window-System Types146010 +Node: Face Type147156 +Node: Glyph Type147287 +Node: Specifier Type147443 +Node: Font Instance Type147616 +Node: Color Instance Type147806 +Node: Image Instance Type148003 +Node: Toolbar Button Type148201 +Node: Subwindow Type148394 +Node: X Resource Type148573 +Node: Type Predicates148726 +Node: Equality Predicates157855 +Node: Numbers162666 +Node: Integer Basics164121 +Node: Float Basics166470 +Node: Predicates on Numbers168212 +Node: Comparison of Numbers169845 +Node: Numeric Conversions173666 +Node: Arithmetic Operations175132 +Node: Rounding Operations181271 +Node: Bitwise Operations182384 +Node: Math Functions191430 +Node: Random Numbers193963 +Node: Strings and Characters195729 +Node: String Basics197182 +Node: Predicates for Strings199600 +Node: Creating Strings200363 +Node: Predicates for Characters205704 +Node: Character Codes206775 +Node: Text Comparison208195 +Node: String Conversion211640 +Node: Modifying Strings215310 +Node: String Properties215951 +Node: Formatting Strings216596 +Node: Character Case226214 +Node: Case Tables229768 +Node: Char Tables233739 +Node: Char Table Types235131 +Node: Working With Char Tables236716 +Node: Lists238733 +Node: Cons Cells239856 +Node: Lists as Boxes241192 +Node: List-related Predicates243834 +Node: List Elements245536 +Node: Building Lists250565 +Node: Modifying Lists256557 +Node: Setcar257369 +Node: Setcdr259800 +Node: Rearrangement262321 +Node: Sets And Lists267907 +Node: Association Lists272135 +Ref: Association Lists-Footnote-1281426 +Node: Property Lists281631 +Node: Working With Normal Plists283179 +Node: Working With Lax Plists285516 +Node: Converting Plists To/From Alists287796 +Node: Weak Lists289144 +Node: Sequences Arrays Vectors291307 +Node: Sequence Functions293943 +Node: Arrays297602 +Node: Array Functions300666 +Node: Vectors303199 +Node: Vector Functions304697 +Node: Bit Vectors307268 +Node: Bit Vector Functions308113 +Node: Symbols310412 +Node: Symbol Components311461 +Node: Definitions315644 +Node: Creating Symbols317869 +Node: Symbol Properties324903 +Node: Plists and Alists326430 +Node: Object Plists328179 +Node: Other Plists330939 +Node: Evaluation332738 +Node: Intro Eval333543 +Ref: Intro Eval-Footnote-1336896 +Node: Eval337031 +Node: Forms341449 +Node: Self-Evaluating Forms342608 +Node: Symbol Forms344121 +Node: Classifying Lists345038 +Node: Function Indirection345794 +Node: Function Forms348893 +Node: Macro Forms349890 +Node: Special Forms351490 +Node: Autoloading353799 +Node: Quoting354297 +Node: Control Structures355658 +Node: Sequencing357278 +Node: Conditionals360143 +Node: Combining Conditions363566 +Node: Iteration366836 +Node: Nonlocal Exits368615 +Node: Catch and Throw369317 +Node: Examples of Catch373156 +Node: Errors375175 +Node: Signaling Errors376664 +Node: Processing of Errors385411 +Node: Handling Errors387690 +Node: Error Symbols394931 +Node: Cleanups398887 +Node: Variables402665 +Node: Global Variables404434 +Node: Constant Variables405510 +Node: Local Variables406136 +Node: Void Variables411073 +Node: Defining Variables414589 +Node: Accessing Variables421753 +Node: Setting Variables423178 +Node: Variable Scoping427697 +Node: Scope429296 +Node: Extent430821 +Node: Impl of Scope432300 +Node: Using Scoping434263 +Node: Buffer-Local Variables435785 +Node: Intro to Buffer-Local436621 +Node: Creating Buffer-Local439164 +Node: Default Value445063 +Node: Variable Aliases448206 +Node: Functions450057 +Node: What Is a Function451151 +Node: Lambda Expressions455197 +Node: Lambda Components456107 +Node: Simple Lambda457939 +Node: Argument List459596 +Node: Function Documentation463324 +Node: Function Names465266 +Node: Defining Functions467839 +Node: Calling Functions470879 +Node: Mapping Functions474727 +Node: Anonymous Functions477415 +Node: Function Cells480660 +Node: Inline Functions485478 +Node: Related Topics487288 +Node: Macros488341 +Node: Simple Macro489625 +Node: Expansion490360 +Node: Compiling Macros493364 +Node: Defining Macros495200 +Node: Backquote496517 +Node: Problems with Macros498914 +Node: Argument Evaluation499609 +Node: Surprising Local Vars502524 +Node: Eval During Expansion504592 +Node: Repeated Expansion506285 +Node: Customization508201 +Node: Common Keywords508670 +Node: Group Definitions511515 +Node: Variable Definitions513707 +Node: Customization Types518697 +Node: Simple Types520132 +Node: Composite Types522289 +Node: Splicing into Lists526979 +Node: Type Keywords528814 +Node: Loading532334 +Node: How Programs Do Loading534009 +Node: Autoload543135 +Node: Repeated Loading549205 +Node: Named Features551318 +Node: Unloading557748 +Node: Hooks for Loading559904 +Node: Byte Compilation560621 +Node: Speed of Byte-Code562614 +Node: Compilation Functions563821 +Node: Docs and Compilation570478 +Node: Dynamic Loading573131 +Node: Eval During Compile575495 +Node: Compiled-Function Objects576760 +Node: Disassembly581561 +Node: Different Behavior588842 +Node: Debugging590187 +Node: Debugger591599 +Node: Error Debugging592744 +Node: Infinite Loops595497 +Node: Function Debugging596741 +Node: Explicit Debug599541 +Node: Using Debugger600312 +Node: Debugger Commands602174 +Node: Invoking the Debugger606491 +Node: Internals of Debugger610406 +Node: Syntax Errors615293 +Node: Excess Open616541 +Node: Excess Close618416 +Node: Compilation Errors619837 +Node: Edebug621125 +Node: Using Edebug623233 +Node: Instrumenting625930 +Node: Edebug Execution Modes629419 +Node: Jumping632529 +Node: Edebug Misc634872 +Node: Breakpoints636261 +Node: Global Break Condition639067 +Node: Embedded Breakpoints640022 +Node: Trapping Errors640977 +Node: Edebug Views643053 +Node: Edebug Eval645018 +Node: Eval List646195 +Node: Reading in Edebug649580 +Node: Printing in Edebug650379 +Node: Tracing652094 +Node: Coverage Testing653982 +Node: The Outside Context656023 +Node: Checking Whether to Stop656972 +Node: Edebug Display Update657619 +Node: Edebug Recursive Edit659642 +Node: Instrumenting Macro Calls661297 +Node: Specification List663779 +Node: Backtracking673190 +Node: Debugging Backquote675128 +Node: Specification Examples678834 +Node: Edebug Options680901 +Node: Read and Print686240 +Node: Streams Intro687217 +Node: Input Streams689235 +Node: Input Functions694136 +Node: Output Streams696196 +Node: Output Functions700247 +Node: Output Variables704547 +Node: Minibuffers709348 +Node: Intro to Minibuffers710500 +Node: Text from Minibuffer712688 +Node: Object from Minibuffer717782 +Node: Minibuffer History721875 +Node: Completion724854 +Node: Basic Completion726829 +Node: Minibuffer Completion731712 +Node: Completion Commands735289 +Node: High-Level Completion739946 +Node: Reading File Names744695 +Node: Programmed Completion748387 +Node: Yes-or-No Queries750769 +Node: Multiple Queries756506 +Node: Reading a Password760573 +Node: Minibuffer Misc761916 +Node: Command Loop766796 +Node: Command Overview768140 +Node: Defining Commands771418 +Node: Using Interactive772166 +Node: Interactive Codes776939 +Node: Interactive Examples782731 +Node: Interactive Call784045 +Node: Command Loop Info789460 +Node: Events794439 +Node: Event Types795900 +Node: Event Contents797823 +Node: Event Predicates802299 +Node: Accessing Mouse Event Positions803617 +Node: Frame-Level Event Position Info804316 +Node: Window-Level Event Position Info805356 +Node: Event Text Position Info807120 +Node: Event Glyph Position Info809612 +Node: Event Toolbar Position Info810935 +Node: Other Event Position Info811606 +Node: Accessing Other Event Info812015 +Node: Working With Events813635 +Node: Converting Events819636 +Node: Reading Input823035 +Node: Key Sequence Input824037 +Node: Reading One Event826672 +Node: Dispatching an Event829496 +Node: Quoted Character Input829947 +Node: Peeking and Discarding831295 +Node: Waiting835199 +Node: Quitting837513 +Node: Prefix Command Arguments841921 +Node: Recursive Editing847008 +Node: Disabling Commands851803 +Node: Command History853871 +Node: Keyboard Macros855608 +Node: Keymaps857825 +Node: Keymap Terminology859402 +Node: Format of Keymaps862331 +Node: Creating Keymaps862742 +Node: Inheritance and Keymaps864822 +Node: Key Sequences867194 +Node: Prefix Keys871990 +Node: Active Keymaps875575 +Node: Key Lookup884946 +Node: Functions for Key Lookup890109 +Node: Changing Key Bindings895810 +Node: Key Binding Commands902972 +Node: Scanning Keymaps905037 +Node: Other Keymap Functions913606 +Node: Menus914228 +Node: Menu Format914820 +Node: Menubar Format923466 +Node: Menubar924091 +Node: Modifying Menus927204 +Node: Menu Filters932548 +Node: Pop-Up Menus934444 +Node: Menu Accelerators936772 +Node: Creating Menu Accelerators937528 +Node: Keyboard Menu Traversal938888 +Node: Menu Accelerator Functions939615 +Node: Buffers Menu942691 +Node: Dialog Boxes943985 +Node: Dialog Box Format944152 +Node: Dialog Box Functions945577 +Node: Toolbar945974 +Node: Toolbar Intro946409 +Node: Creating Toolbar948809 +Node: Toolbar Descriptor Format949726 +Node: Specifying the Toolbar954223 +Node: Other Toolbar Variables957830 +Node: Gutter962258 +Node: Gutter Intro962847 +Node: Creating Gutter964850 +Node: Gutter Descriptor Format967737 +Node: Specifying a Gutter972194 +Node: Other Gutter Variables975729 +Node: Common Gutter Widgets980116 +Node: Buffer Tabs981108 +Node: Progress Bars981249 +Node: Scrollbars981394 +Node: Drag and Drop981529 +Node: Supported Protocols982605 +Node: OffiX DND983108 +Node: CDE dt984115 +Node: MSWindows OLE984706 +Node: Loose ends984877 +Node: Drop Interface985269 +Node: Drag Interface986291 +Node: Modes986465 +Node: Major Modes987416 +Node: Major Mode Conventions990331 +Node: Example Major Modes996286 +Node: Auto Major Mode1004319 +Node: Mode Help1011769 +Node: Derived Modes1012870 +Node: Minor Modes1015061 +Node: Minor Mode Conventions1016363 +Node: Keymaps and Minor Modes1019226 +Node: Modeline Format1020061 +Node: Modeline Data1021829 +Node: Modeline Variables1026982 +Node: %-Constructs1031698 +Node: Hooks1034685 +Node: Documentation1041445 +Node: Documentation Basics1042868 +Node: Accessing Documentation1045919 +Node: Keys in Documentation1052200 +Node: Describing Characters1055683 +Node: Help Functions1058032 +Node: Obsoleteness1064482 +Node: Files1067474 +Node: Visiting Files1069399 +Node: Visiting Functions1070904 +Node: Subroutines of Visiting1076062 +Node: Saving Buffers1078135 +Node: Reading from Files1084228 +Node: Writing to Files1086389 +Node: File Locks1089106 +Node: Information about Files1092173 +Node: Testing Accessibility1092934 +Node: Kinds of Files1096674 +Node: Truenames1098355 +Node: File Attributes1099357 +Node: Changing File Attributes1104496 +Node: File Names1109918 +Node: File Name Components1111491 +Node: Directory Names1113936 +Node: Relative File Names1117166 +Node: File Name Expansion1118136 +Node: Unique File Names1121890 +Node: File Name Completion1123505 +Node: User Name Completion1126773 +Node: Contents of Directories1128180 +Node: Create/Delete Dirs1131493 +Node: Magic File Names1132599 +Node: Partial Files1138247 +Node: Intro to Partial Files1138475 +Node: Creating a Partial File1139715 +Node: Detached Partial Files1140651 +Node: Format Conversion1141773 +Node: Files and MS-DOS1147271 +Node: Backups and Auto-Saving1149335 +Node: Backup Files1150010 +Node: Making Backups1151407 +Node: Rename or Copy1154156 +Node: Numbered Backups1156649 +Node: Backup Names1158884 +Node: Auto-Saving1162176 +Node: Reverting1170338 +Node: Buffers1173674 +Node: Buffer Basics1175090 +Node: Current Buffer1177143 +Node: Buffer Names1181847 +Node: Buffer File Name1185054 +Node: Buffer Modification1189173 +Node: Modification Time1191416 +Node: Read Only Buffers1194791 +Node: The Buffer List1198030 +Node: Creating Buffers1202847 +Node: Killing Buffers1204993 +Node: Indirect Buffers1208825 +Node: Windows1211399 +Node: Basic Windows1212877 +Node: Splitting Windows1215975 +Node: Deleting Windows1221301 +Node: Selecting Windows1225219 +Node: Cyclic Window Ordering1229442 +Node: Buffers and Windows1234597 +Node: Displaying Buffers1236375 +Node: Choosing Window1241714 +Node: Window Point1249632 +Node: Window Start1251702 +Node: Vertical Scrolling1256501 +Node: Horizontal Scrolling1262699 +Node: Size of Window1266228 +Node: Position of Window1270946 +Node: Resizing Windows1273199 +Node: Window Configurations1278637 +Node: Frames1282134 +Node: Creating Frames1284475 +Node: Frame Properties1285815 +Node: Property Access1286631 +Node: Initial Properties1287538 +Node: X Frame Properties1290024 +Node: Size and Position1294658 +Node: Frame Name1296656 +Node: Frame Titles1297570 +Node: Deleting Frames1299394 +Node: Finding All Frames1300369 +Node: Frames and Windows1303597 +Node: Minibuffers and Frames1306379 +Node: Input Focus1307297 +Node: Visibility of Frames1310402 +Node: Raising and Lowering1312392 +Node: Frame Configurations1314768 +Node: Frame Hooks1315825 +Node: Consoles and Devices1317630 +Node: Basic Console Functions1320373 +Node: Basic Device Functions1320796 +Node: Console Types and Device Classes1321642 +Node: Connecting to a Console or Device1323909 +Node: The Selected Console and Device1326093 +Node: Console and Device I/O1327119 +Node: Positions1327883 +Node: Point1328852 +Node: Motion1331942 +Node: Character Motion1332709 +Node: Word Motion1334946 +Node: Buffer End Motion1336336 +Node: Text Lines1337873 +Node: Screen Lines1342774 +Node: List Motion1346837 +Node: Skipping Characters1350320 +Node: Excursions1352539 +Node: Narrowing1355579 +Node: Markers1360910 +Node: Overview of Markers1361816 +Node: Predicates on Markers1366508 +Node: Creating Markers1367754 +Node: Information from Markers1371954 +Node: Changing Markers1373052 +Node: The Mark1374580 +Node: The Region1383083 +Node: Text1388769 +Node: Near Point1391468 +Node: Buffer Contents1395655 +Node: Comparing Text1397061 +Node: Insertion1398469 +Node: Commands for Insertion1402379 +Node: Deletion1405273 +Node: User-Level Deletion1408923 +Node: The Kill Ring1413083 +Node: Kill Ring Concepts1415257 +Node: Kill Functions1416311 +Node: Yank Commands1418234 +Node: Low-Level Kill Ring1420105 +Node: Internals of Kill Ring1423191 +Node: Undo1425971 +Node: Maintaining Undo1430308 +Node: Filling1432926 +Node: Margins1438920 +Node: Auto Filling1442943 +Node: Sorting1444124 +Node: Columns1453438 +Node: Indentation1456519 +Node: Primitive Indent1457298 +Node: Mode-Specific Indent1458623 +Node: Region Indent1461155 +Node: Relative Indent1464102 +Node: Indent Tabs1466484 +Node: Motion by Indent1467805 +Node: Case Changes1468584 +Node: Text Properties1471937 +Node: Examining Properties1473750 +Node: Changing Properties1475633 +Node: Property Search1479224 +Node: Special Properties1483943 +Node: Saving Properties1484224 +Node: Substitution1487366 +Node: Registers1490636 +Node: Transposition1493219 +Node: Change Hooks1494113 +Node: Transformations1496153 +Node: Searching and Matching1501257 +Node: String Search1502388 +Node: Regular Expressions1507369 +Node: Syntax of Regexps1508736 +Node: Regexp Example1523339 +Node: Regexp Search1525509 +Node: POSIX Regexps1531846 +Node: Search and Replace1533923 +Node: Match Data1537288 +Node: Simple Match Data1538418 +Node: Replacing Match1542683 +Node: Entire Match Data1545364 +Node: Saving Match Data1547602 +Node: Searching and Case1548990 +Node: Standard Regexps1551024 +Node: Syntax Tables1553222 +Node: Syntax Basics1554336 +Node: Syntax Descriptors1557308 +Node: Syntax Class Table1559158 +Node: Syntax Flags1565196 +Node: Syntax Table Functions1568413 +Node: Motion and Syntax1572701 +Node: Parsing Expressions1574153 +Node: Standard Syntax Tables1580251 +Node: Syntax Table Internals1581095 +Node: Abbrevs1582121 +Node: Abbrev Mode1583925 +Node: Abbrev Tables1584645 +Node: Defining Abbrevs1586184 +Node: Abbrev Files1588105 +Node: Abbrev Expansion1589888 +Node: Standard Abbrev Tables1594519 +Node: Extents1595678 +Node: Intro to Extents1596921 +Node: Creating and Modifying Extents1600913 +Node: Extent Endpoints1602494 +Node: Finding Extents1605757 +Node: Mapping Over Extents1609879 +Node: Extent Properties1616002 +Node: Detached Extents1626163 +Node: Extent Parents1628022 +Node: Duplicable Extents1629716 +Node: Extents and Events1632937 +Node: Atomic Extents1634844 +Node: Specifiers1635291 +Node: Introduction to Specifiers1637404 +Node: Specifiers In-Depth1639714 +Node: Specifier Instancing1644626 +Node: Specifier Types1647888 +Node: Adding Specifications1652962 +Node: Retrieving Specifications1662383 +Node: Specifier Tag Functions1666128 +Node: Specifier Instancing Functions1669362 +Node: Specifier Example1672769 +Node: Creating Specifiers1675925 +Node: Specifier Validation Functions1680242 +Node: Other Specification Functions1682628 +Node: Faces and Window-System Objects1686449 +Node: Faces1686773 +Node: Merging Faces1688390 +Node: Basic Face Functions1690351 +Node: Face Properties1692499 +Node: Face Convenience Functions1702772 +Node: Other Face Display Functions1705992 +Node: Fonts1706804 +Node: Font Specifiers1707505 +Node: Font Instances1708690 +Node: Font Instance Names1709657 +Node: Font Instance Size1710498 +Node: Font Instance Characteristics1711784 +Node: Font Convenience Functions1712962 +Node: Colors1714252 +Node: Color Specifiers1714692 +Node: Color Instances1717052 +Node: Color Instance Properties1717796 +Node: Color Convenience Functions1718422 +Node: Glyphs1719475 +Node: Glyph Functions1721076 +Node: Creating Glyphs1721483 +Node: Glyph Properties1734123 +Node: Glyph Convenience Functions1743290 +Node: Glyph Dimensions1747237 +Node: Images1748317 +Node: Image Specifiers1748766 +Node: Image Instantiator Conversion1764257 +Node: Image Instances1765622 +Node: Image Instance Types1766373 +Node: Image Instance Functions1769138 +Node: Glyph Types1776195 +Node: Mouse Pointer1777967 +Node: Redisplay Glyphs1780970 +Node: Subwindows1782003 +Node: Annotations1782246 +Node: Annotation Basics1783262 +Node: Annotation Primitives1787200 +Node: Annotation Properties1788539 +Node: Locating Annotations1791579 +Node: Margin Primitives1792416 +Node: Annotation Hooks1794310 +Node: Display1794970 +Node: Refresh Screen1795948 +Node: Truncation1798142 +Node: The Echo Area1800667 +Node: Warnings1807110 +Node: Invisible Text1811546 +Node: Selective Display1814125 +Node: Overlay Arrow1818251 +Node: Temporary Displays1819604 +Node: Blinking1823725 +Node: Usual Display1825909 +Node: Display Tables1828458 +Node: Display Table Format1829262 +Node: Active Display Table1830704 +Node: Character Descriptors1834699 +Node: Beeping1835456 +Node: Hash Tables1840222 +Node: Introduction to Hash Tables1840830 +Node: Working With Hash Tables1847389 +Node: Weak Hash Tables1848506 +Node: Range Tables1850523 +Node: Introduction to Range Tables1851212 +Node: Working With Range Tables1851658 +Node: Databases1852617 +Node: Connecting to a Database1852916 +Node: Working With a Database1854023 +Node: Other Database Functions1854897 +Node: Processes1855466 +Node: Subprocess Creation1857690 +Node: Synchronous Processes1861141 +Node: MS-DOS Subprocesses1867863 +Node: Asynchronous Processes1868937 +Node: Deleting Processes1873294 +Node: Process Information1875165 +Node: Input to Processes1879257 +Node: Signals to Processes1881952 +Node: Output from Processes1886767 +Node: Process Buffers1887579 +Node: Filter Functions1890458 +Node: Accepting Output1896049 +Node: Sentinels1897576 +Node: Process Window Size1901066 +Node: Transaction Queues1901415 +Node: Network1903113 +Node: System Interface1905747 +Node: Starting Up1907017 +Node: Start-up Summary1907611 +Node: Init File1911165 +Node: Terminal-Specific1913546 +Node: Command Line Arguments1916705 +Node: Getting Out1920194 +Node: Killing XEmacs1920763 +Node: Suspending XEmacs1922431 +Node: System Environment1925810 +Node: User Identification1931991 +Node: Time of Day1935520 +Node: Time Conversion1938307 +Node: Timers1943549 +Node: Terminal Input1945722 +Node: Input Modes1946225 +Node: Translating Input1948684 +Node: Recording Input1952849 +Node: Terminal Output1954949 +Node: Flow Control1958570 +Node: Batch Mode1962532 +Node: X-Windows1963914 +Node: X Selections1964785 +Node: X Server1967536 +Node: Resources1967987 +Node: Server Data1973298 +Node: Grabs1974505 +Node: X Miscellaneous1976085 +Node: ToolTalk Support1978470 +Node: XEmacs ToolTalk API Summary1978687 +Node: Sending Messages1979987 +Node: Example of Sending Messages1980238 +Node: Elisp Interface for Sending Messages1981300 +Node: Receiving Messages1987896 +Node: Example of Receiving Messages1988119 +Node: Elisp Interface for Receiving Messages1988955 +Node: LDAP Support1992812 +Node: Building XEmacs with LDAP support1993306 +Node: XEmacs LDAP API1994283 +Node: LDAP Variables1995335 +Node: The High-Level LDAP API1997935 +Node: The Low-Level LDAP API2001408 +Node: The LDAP Lisp Object2002239 +Node: Opening and Closing a LDAP Connection2002794 +Node: Low-level Operations on a LDAP Server2004600 +Node: LDAP Internationalization2007324 +Node: LDAP Internationalization Variables2008229 +Node: Encoder/Decoder Functions2009960 +Node: Syntax of Search Filters2010997 +Node: PostgreSQL Support2012295 +Node: Building XEmacs with PostgreSQL support2012690 +Node: XEmacs PostgreSQL libpq API2014037 +Node: libpq Lisp Variables2015916 +Node: libpq Lisp Symbols and DataTypes2018880 +Node: Synchronous Interface Functions2032120 +Node: Asynchronous Interface Functions2036611 +Node: Large Object Support2040116 +Node: Other libpq Functions2040743 +Node: Unimplemented libpq Functions2043778 +Node: XEmacs PostgreSQL libpq Examples2049097 +Node: Internationalization2055188 +Node: I18N Levels 1 and 22055531 +Node: I18N Level 32056237 +Node: Level 3 Basics2056518 +Node: Level 3 Primitives2057351 +Node: Dynamic Messaging2058957 +Node: Domain Specification2059420 +Node: Documentation String Extraction2061090 +Node: I18N Level 42062008 +Node: MULE2062200 +Node: Internationalization Terminology2063249 +Node: Charsets2075448 +Node: Charset Properties2076144 +Node: Basic Charset Functions2080859 +Node: Charset Property Functions2083040 +Node: Predefined Charsets2085110 +Node: MULE Characters2088030 +Node: Composite Characters2088905 +Node: Coding Systems2090172 +Node: Coding System Types2092312 +Node: ISO 20222096296 +Node: EOL Conversion2108571 +Node: Coding System Properties2109743 +Node: Basic Coding System Functions2114066 +Node: Coding System Property Functions2116100 +Node: Encoding and Decoding Text2116658 +Node: Detection of Textual Encoding2117794 +Node: Big5 and Shift-JIS Functions2119330 +Node: Predefined Coding Systems2120482 +Node: CCL2132576 +Node: CCL Syntax2135680 +Node: CCL Statements2137256 +Node: CCL Expressions2141904 +Node: Calling CCL2144443 +Node: CCL Examples2147448 +Node: Category Tables2147585 +Node: Tips2149944 +Node: Style Tips2150585 +Node: Compilation Tips2160104 +Node: Documentation Tips2162018 +Node: Comment Tips2167527 +Node: Library Headers2170530 +Node: Building XEmacs and Object Allocation2174502 +Node: Building XEmacs2175385 +Node: Pure Storage2181963 +Node: Garbage Collection2184751 +Node: Standard Errors2195594 +Node: Standard Buffer-Local Variables2199803 +Node: Standard Keymaps2202438 +Node: Standard Hooks2206172 +Node: Index2213672  End Tag Table