X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Flispref.info;h=ada9e9b2d3439ee1a093c150ef5af04e4939e7c3;hb=e360f6ed68e0824411bb30b526359dd1c0d8f4a7;hp=6ab2727ccaff65ec4c5c06f83bd805464586213d;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/info/lispref.info b/info/lispref.info index 6ab2727..ada9e9b 100644 --- a/info/lispref.info +++ b/info/lispref.info @@ -1,4 +1,4 @@ -This is ../info/lispref.info, produced by makeinfo version 4.0 from +This is ../info/lispref.info, produced by makeinfo version 4.0b from lispref/lispref.texi. INFO-DIR-SECTION XEmacs Editor @@ -51,868 +51,869 @@ Foundation instead of in the original English.  Indirect: -lispref.info-1: 2366 -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 +lispref.info-1: 2367 +lispref.info-2: 49117 +lispref.info-3: 97602 +lispref.info-4: 147442 +lispref.info-5: 197181 +lispref.info-6: 245535 +lispref.info-7: 293942 +lispref.info-8: 342607 +lispref.info-9: 387689 +lispref.info-10: 436620 +lispref.info-11: 485477 +lispref.info-12: 534008 +lispref.info-13: 581560 +lispref.info-14: 629418 +lispref.info-15: 678833 +lispref.info-16: 726828 +lispref.info-17: 772165 +lispref.info-18: 819635 +lispref.info-19: 867193 +lispref.info-20: 914819 +lispref.info-21: 962846 +lispref.info-22: 1011768 +lispref.info-23: 1058031 +lispref.info-24: 1104495 +lispref.info-25: 1154155 +lispref.info-26: 1202846 +lispref.info-27: 1251701 +lispref.info-28: 1300368 +lispref.info-29: 1350319 +lispref.info-30: 1398468 +lispref.info-31: 1444123 +lispref.info-32: 1494112 +lispref.info-33: 1542682 +lispref.info-34: 1589887 +lispref.info-35: 1639713 +lispref.info-36: 1688389 +lispref.info-37: 1734122 +lispref.info-38: 1783261 +lispref.info-39: 1830703 +lispref.info-40: 1879256 +lispref.info-41: 1925809 +lispref.info-42: 1974504 +lispref.info-43: 2018879 +lispref.info-44: 2063248 +lispref.info-45: 2109742 +lispref.info-46: 2150584 +lispref.info-47: 2199802 +lispref.info-48: 2213671  Tag Table: (Indirect) -Node: Top2366 -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 +Node: Top2367 +Node: Copying49117 +Node: Introduction68273 +Node: Caveats69864 +Node: Lisp History71543 +Node: Conventions72799 +Node: Some Terms73614 +Node: nil and t74335 +Node: Evaluation Notation76012 +Node: Printing Notation76925 +Node: Error Messages77799 +Node: Buffer Text Notation78240 +Node: Format of Descriptions79115 +Node: A Sample Function Description79969 +Node: A Sample Variable Description83955 +Node: Acknowledgements84863 +Node: Lisp Data Types86841 +Node: Printed Representation89396 +Node: Comments91438 +Node: Primitive Types92335 +Node: Programming Types93994 +Node: Integer Type95946 +Node: Floating Point Type96983 +Node: Character Type97602 +Node: Symbol Type105506 +Node: Sequence Type108201 +Node: Cons Cell Type109720 +Node: Dotted Pair Notation114204 +Node: Association List Type116325 +Node: Array Type117208 +Node: String Type118674 +Node: Vector Type121355 +Node: Bit Vector Type122127 +Node: Function Type122989 +Node: Macro Type124102 +Node: Primitive Function Type124799 +Node: Compiled-Function Type126325 +Node: Autoload Type126879 +Node: Char Table Type127893 +Node: Hash Table Type128067 +Node: Range Table Type129222 +Node: Weak List Type130075 +Node: Editing Types130225 +Node: Buffer Type131852 +Node: Marker Type133879 +Node: Extent Type134603 +Node: Window Type135871 +Node: Frame Type137282 +Node: Device Type138077 +Node: Console Type138903 +Node: Window Configuration Type140104 +Node: Event Type140802 +Node: Process Type140966 +Node: Stream Type142001 +Node: Keymap Type143124 +Node: Syntax Table Type143662 +Node: Display Table Type144685 +Node: Database Type145124 +Node: Charset Type145290 +Node: Coding System Type145454 +Node: ToolTalk Message Type145638 +Node: ToolTalk Pattern Type145837 +Node: Window-System Types146009 +Node: Face Type147155 +Node: Glyph Type147286 +Node: Specifier Type147442 +Node: Font Instance Type147615 +Node: Color Instance Type147805 +Node: Image Instance Type148002 +Node: Toolbar Button Type148200 +Node: Subwindow Type148393 +Node: X Resource Type148572 +Node: Type Predicates148725 +Node: Equality Predicates157854 +Node: Numbers162665 +Node: Integer Basics164120 +Node: Float Basics166469 +Node: Predicates on Numbers168211 +Node: Comparison of Numbers169844 +Node: Numeric Conversions173665 +Node: Arithmetic Operations175131 +Node: Rounding Operations181270 +Node: Bitwise Operations182383 +Node: Math Functions191429 +Node: Random Numbers193962 +Node: Strings and Characters195728 +Node: String Basics197181 +Node: Predicates for Strings199599 +Node: Creating Strings200362 +Node: Predicates for Characters205703 +Node: Character Codes206774 +Node: Text Comparison208194 +Node: String Conversion211639 +Node: Modifying Strings215309 +Node: String Properties215950 +Node: Formatting Strings216595 +Node: Character Case226213 +Node: Case Tables229767 +Node: Char Tables233738 +Node: Char Table Types235130 +Node: Working With Char Tables236715 +Node: Lists238732 +Node: Cons Cells239855 +Node: Lists as Boxes241191 +Node: List-related Predicates243833 +Node: List Elements245535 +Node: Building Lists250564 +Node: Modifying Lists256556 +Node: Setcar257368 +Node: Setcdr259799 +Node: Rearrangement262320 +Node: Sets And Lists267906 +Node: Association Lists272134 +Ref: Association Lists-Footnote-1281425 +Node: Property Lists281630 +Node: Working With Normal Plists283178 +Node: Working With Lax Plists285515 +Node: Converting Plists To/From Alists287795 +Node: Weak Lists289143 +Node: Sequences Arrays Vectors291306 +Node: Sequence Functions293942 +Node: Arrays297601 +Node: Array Functions300665 +Node: Vectors303198 +Node: Vector Functions304696 +Node: Bit Vectors307267 +Node: Bit Vector Functions308112 +Node: Symbols310411 +Node: Symbol Components311460 +Node: Definitions315643 +Node: Creating Symbols317868 +Node: Symbol Properties324902 +Node: Plists and Alists326429 +Node: Object Plists328178 +Node: Other Plists330938 +Node: Evaluation332737 +Node: Intro Eval333542 +Ref: Intro Eval-Footnote-1336895 +Node: Eval337030 +Node: Forms341448 +Node: Self-Evaluating Forms342607 +Node: Symbol Forms344120 +Node: Classifying Lists345037 +Node: Function Indirection345793 +Node: Function Forms348892 +Node: Macro Forms349889 +Node: Special Forms351489 +Node: Autoloading353798 +Node: Quoting354296 +Node: Control Structures355657 +Node: Sequencing357277 +Node: Conditionals360142 +Node: Combining Conditions363565 +Node: Iteration366835 +Node: Nonlocal Exits368614 +Node: Catch and Throw369316 +Node: Examples of Catch373155 +Node: Errors375174 +Node: Signaling Errors376663 +Node: Processing of Errors385410 +Node: Handling Errors387689 +Node: Error Symbols394930 +Node: Cleanups398886 +Node: Variables402664 +Node: Global Variables404433 +Node: Constant Variables405509 +Node: Local Variables406135 +Node: Void Variables411072 +Node: Defining Variables414588 +Node: Accessing Variables421752 +Node: Setting Variables423177 +Node: Variable Scoping427696 +Node: Scope429295 +Node: Extent430820 +Node: Impl of Scope432299 +Node: Using Scoping434262 +Node: Buffer-Local Variables435784 +Node: Intro to Buffer-Local436620 +Node: Creating Buffer-Local439163 +Node: Default Value445062 +Node: Variable Aliases448205 +Node: Functions450056 +Node: What Is a Function451150 +Node: Lambda Expressions455196 +Node: Lambda Components456106 +Node: Simple Lambda457938 +Node: Argument List459595 +Node: Function Documentation463323 +Node: Function Names465265 +Node: Defining Functions467838 +Node: Calling Functions470878 +Node: Mapping Functions474726 +Node: Anonymous Functions477414 +Node: Function Cells480659 +Node: Inline Functions485477 +Node: Related Topics487287 +Node: Macros488340 +Node: Simple Macro489624 +Node: Expansion490359 +Node: Compiling Macros493363 +Node: Defining Macros495199 +Node: Backquote496516 +Node: Problems with Macros498913 +Node: Argument Evaluation499608 +Node: Surprising Local Vars502523 +Node: Eval During Expansion504591 +Node: Repeated Expansion506284 +Node: Customization508200 +Node: Common Keywords508669 +Node: Group Definitions511514 +Node: Variable Definitions513706 +Node: Customization Types518696 +Node: Simple Types520131 +Node: Composite Types522288 +Node: Splicing into Lists526978 +Node: Type Keywords528813 +Node: Loading532333 +Node: How Programs Do Loading534008 +Node: Autoload543134 +Node: Repeated Loading549204 +Node: Named Features551317 +Node: Unloading557747 +Node: Hooks for Loading559903 +Node: Byte Compilation560620 +Node: Speed of Byte-Code562613 +Node: Compilation Functions563820 +Node: Docs and Compilation570477 +Node: Dynamic Loading573130 +Node: Eval During Compile575494 +Node: Compiled-Function Objects576759 +Node: Disassembly581560 +Node: Different Behavior588841 +Node: Debugging590186 +Node: Debugger591598 +Node: Error Debugging592743 +Node: Infinite Loops595496 +Node: Function Debugging596740 +Node: Explicit Debug599540 +Node: Using Debugger600311 +Node: Debugger Commands602173 +Node: Invoking the Debugger606490 +Node: Internals of Debugger610405 +Node: Syntax Errors615292 +Node: Excess Open616540 +Node: Excess Close618415 +Node: Compilation Errors619836 +Node: Edebug621124 +Node: Using Edebug623232 +Node: Instrumenting625929 +Node: Edebug Execution Modes629418 +Node: Jumping632528 +Node: Edebug Misc634871 +Node: Breakpoints636260 +Node: Global Break Condition639066 +Node: Embedded Breakpoints640021 +Node: Trapping Errors640976 +Node: Edebug Views643052 +Node: Edebug Eval645017 +Node: Eval List646194 +Node: Reading in Edebug649579 +Node: Printing in Edebug650378 +Node: Tracing652093 +Node: Coverage Testing653981 +Node: The Outside Context656022 +Node: Checking Whether to Stop656971 +Node: Edebug Display Update657618 +Node: Edebug Recursive Edit659641 +Node: Instrumenting Macro Calls661296 +Node: Specification List663778 +Node: Backtracking673189 +Node: Debugging Backquote675127 +Node: Specification Examples678833 +Node: Edebug Options680900 +Node: Read and Print686239 +Node: Streams Intro687216 +Node: Input Streams689234 +Node: Input Functions694135 +Node: Output Streams696195 +Node: Output Functions700246 +Node: Output Variables704546 +Node: Minibuffers709347 +Node: Intro to Minibuffers710499 +Node: Text from Minibuffer712687 +Node: Object from Minibuffer717781 +Node: Minibuffer History721874 +Node: Completion724853 +Node: Basic Completion726828 +Node: Minibuffer Completion731711 +Node: Completion Commands735288 +Node: High-Level Completion739945 +Node: Reading File Names744694 +Node: Programmed Completion748386 +Node: Yes-or-No Queries750768 +Node: Multiple Queries756505 +Node: Reading a Password760572 +Node: Minibuffer Misc761915 +Node: Command Loop766795 +Node: Command Overview768139 +Node: Defining Commands771417 +Node: Using Interactive772165 +Node: Interactive Codes776938 +Node: Interactive Examples782730 +Node: Interactive Call784044 +Node: Command Loop Info789459 +Node: Events794438 +Node: Event Types795899 +Node: Event Contents797822 +Node: Event Predicates802298 +Node: Accessing Mouse Event Positions803616 +Node: Frame-Level Event Position Info804315 +Node: Window-Level Event Position Info805355 +Node: Event Text Position Info807119 +Node: Event Glyph Position Info809611 +Node: Event Toolbar Position Info810934 +Node: Other Event Position Info811605 +Node: Accessing Other Event Info812014 +Node: Working With Events813634 +Node: Converting Events819635 +Node: Reading Input823034 +Node: Key Sequence Input824036 +Node: Reading One Event826671 +Node: Dispatching an Event829495 +Node: Quoted Character Input829946 +Node: Peeking and Discarding831294 +Node: Waiting835198 +Node: Quitting837512 +Node: Prefix Command Arguments841920 +Node: Recursive Editing847007 +Node: Disabling Commands851802 +Node: Command History853870 +Node: Keyboard Macros855607 +Node: Keymaps857824 +Node: Keymap Terminology859401 +Node: Format of Keymaps862330 +Node: Creating Keymaps862741 +Node: Inheritance and Keymaps864821 +Node: Key Sequences867193 +Node: Prefix Keys871989 +Node: Active Keymaps875574 +Node: Key Lookup884945 +Node: Functions for Key Lookup890108 +Node: Changing Key Bindings895809 +Node: Key Binding Commands902971 +Node: Scanning Keymaps905036 +Node: Other Keymap Functions913605 +Node: Menus914227 +Node: Menu Format914819 +Node: Menubar Format923465 +Node: Menubar924090 +Node: Modifying Menus927203 +Node: Menu Filters932547 +Node: Pop-Up Menus934443 +Node: Menu Accelerators936771 +Node: Creating Menu Accelerators937527 +Node: Keyboard Menu Traversal938887 +Node: Menu Accelerator Functions939614 +Node: Buffers Menu942690 +Node: Dialog Boxes943984 +Node: Dialog Box Format944151 +Node: Dialog Box Functions945576 +Node: Toolbar945973 +Node: Toolbar Intro946408 +Node: Creating Toolbar948808 +Node: Toolbar Descriptor Format949725 +Node: Specifying the Toolbar954222 +Node: Other Toolbar Variables957829 +Node: Gutter962257 +Node: Gutter Intro962846 +Node: Creating Gutter964849 +Node: Gutter Descriptor Format967736 +Node: Specifying a Gutter972193 +Node: Other Gutter Variables975728 +Node: Common Gutter Widgets980115 +Node: Buffer Tabs981107 +Node: Progress Bars981248 +Node: Scrollbars981393 +Node: Drag and Drop981528 +Node: Supported Protocols982604 +Node: OffiX DND983107 +Node: CDE dt984114 +Node: MSWindows OLE984705 +Node: Loose ends984876 +Node: Drop Interface985268 +Node: Drag Interface986290 +Node: Modes986464 +Node: Major Modes987415 +Node: Major Mode Conventions990330 +Node: Example Major Modes996285 +Node: Auto Major Mode1004318 +Node: Mode Help1011768 +Node: Derived Modes1012869 +Node: Minor Modes1015060 +Node: Minor Mode Conventions1016362 +Node: Keymaps and Minor Modes1019225 +Node: Modeline Format1020060 +Node: Modeline Data1021828 +Node: Modeline Variables1026981 +Node: %-Constructs1031697 +Node: Hooks1034684 +Node: Documentation1041444 +Node: Documentation Basics1042867 +Node: Accessing Documentation1045918 +Node: Keys in Documentation1052199 +Node: Describing Characters1055682 +Node: Help Functions1058031 +Node: Obsoleteness1064481 +Node: Files1067473 +Node: Visiting Files1069398 +Node: Visiting Functions1070903 +Node: Subroutines of Visiting1076061 +Node: Saving Buffers1078134 +Node: Reading from Files1084227 +Node: Writing to Files1086388 +Node: File Locks1089105 +Node: Information about Files1092172 +Node: Testing Accessibility1092933 +Node: Kinds of Files1096673 +Node: Truenames1098354 +Node: File Attributes1099356 +Node: Changing File Attributes1104495 +Node: File Names1109917 +Node: File Name Components1111490 +Node: Directory Names1113935 +Node: Relative File Names1117165 +Node: File Name Expansion1118135 +Node: Unique File Names1121889 +Node: File Name Completion1123504 +Node: User Name Completion1126772 +Node: Contents of Directories1128179 +Node: Create/Delete Dirs1131492 +Node: Magic File Names1132598 +Node: Partial Files1138246 +Node: Intro to Partial Files1138474 +Node: Creating a Partial File1139714 +Node: Detached Partial Files1140650 +Node: Format Conversion1141772 +Node: Files and MS-DOS1147270 +Node: Backups and Auto-Saving1149334 +Node: Backup Files1150009 +Node: Making Backups1151406 +Node: Rename or Copy1154155 +Node: Numbered Backups1156648 +Node: Backup Names1158883 +Node: Auto-Saving1162175 +Node: Reverting1170337 +Node: Buffers1173673 +Node: Buffer Basics1175089 +Node: Current Buffer1177142 +Node: Buffer Names1181846 +Node: Buffer File Name1185053 +Node: Buffer Modification1189172 +Node: Modification Time1191415 +Node: Read Only Buffers1194790 +Node: The Buffer List1198029 +Node: Creating Buffers1202846 +Node: Killing Buffers1204992 +Node: Indirect Buffers1208824 +Node: Windows1211398 +Node: Basic Windows1212876 +Node: Splitting Windows1215974 +Node: Deleting Windows1221300 +Node: Selecting Windows1225218 +Node: Cyclic Window Ordering1229441 +Node: Buffers and Windows1234596 +Node: Displaying Buffers1236374 +Node: Choosing Window1241713 +Node: Window Point1249631 +Node: Window Start1251701 +Node: Vertical Scrolling1256500 +Node: Horizontal Scrolling1262698 +Node: Size of Window1266227 +Node: Position of Window1270945 +Node: Resizing Windows1273198 +Node: Window Configurations1278636 +Node: Frames1282133 +Node: Creating Frames1284474 +Node: Frame Properties1285814 +Node: Property Access1286630 +Node: Initial Properties1287537 +Node: X Frame Properties1290023 +Node: Size and Position1294657 +Node: Frame Name1296655 +Node: Frame Titles1297569 +Node: Deleting Frames1299393 +Node: Finding All Frames1300368 +Node: Frames and Windows1303596 +Node: Minibuffers and Frames1306378 +Node: Input Focus1307296 +Node: Visibility of Frames1310401 +Node: Raising and Lowering1312391 +Node: Frame Configurations1314767 +Node: Frame Hooks1315824 +Node: Consoles and Devices1317629 +Node: Basic Console Functions1320372 +Node: Basic Device Functions1320795 +Node: Console Types and Device Classes1321641 +Node: Connecting to a Console or Device1323908 +Node: The Selected Console and Device1326092 +Node: Console and Device I/O1327118 +Node: Positions1327882 +Node: Point1328851 +Node: Motion1331941 +Node: Character Motion1332708 +Node: Word Motion1334945 +Node: Buffer End Motion1336335 +Node: Text Lines1337872 +Node: Screen Lines1342773 +Node: List Motion1346836 +Node: Skipping Characters1350319 +Node: Excursions1352538 +Node: Narrowing1355578 +Node: Markers1360909 +Node: Overview of Markers1361815 +Node: Predicates on Markers1366507 +Node: Creating Markers1367753 +Node: Information from Markers1371953 +Node: Changing Markers1373051 +Node: The Mark1374579 +Node: The Region1383082 +Node: Text1388768 +Node: Near Point1391467 +Node: Buffer Contents1395654 +Node: Comparing Text1397060 +Node: Insertion1398468 +Node: Commands for Insertion1402378 +Node: Deletion1405272 +Node: User-Level Deletion1408922 +Node: The Kill Ring1413082 +Node: Kill Ring Concepts1415256 +Node: Kill Functions1416310 +Node: Yank Commands1418233 +Node: Low-Level Kill Ring1420104 +Node: Internals of Kill Ring1423190 +Node: Undo1425970 +Node: Maintaining Undo1430307 +Node: Filling1432925 +Node: Margins1438919 +Node: Auto Filling1442942 +Node: Sorting1444123 +Node: Columns1453437 +Node: Indentation1456518 +Node: Primitive Indent1457297 +Node: Mode-Specific Indent1458622 +Node: Region Indent1461154 +Node: Relative Indent1464101 +Node: Indent Tabs1466483 +Node: Motion by Indent1467804 +Node: Case Changes1468583 +Node: Text Properties1471936 +Node: Examining Properties1473749 +Node: Changing Properties1475632 +Node: Property Search1479223 +Node: Special Properties1483942 +Node: Saving Properties1484223 +Node: Substitution1487365 +Node: Registers1490635 +Node: Transposition1493218 +Node: Change Hooks1494112 +Node: Transformations1496152 +Node: Searching and Matching1501256 +Node: String Search1502387 +Node: Regular Expressions1507368 +Node: Syntax of Regexps1508735 +Node: Regexp Example1523338 +Node: Regexp Search1525508 +Node: POSIX Regexps1531845 +Node: Search and Replace1533922 +Node: Match Data1537287 +Node: Simple Match Data1538417 +Node: Replacing Match1542682 +Node: Entire Match Data1545363 +Node: Saving Match Data1547601 +Node: Searching and Case1548989 +Node: Standard Regexps1551023 +Node: Syntax Tables1553221 +Node: Syntax Basics1554335 +Node: Syntax Descriptors1557307 +Node: Syntax Class Table1559157 +Node: Syntax Flags1565195 +Node: Syntax Table Functions1568412 +Node: Motion and Syntax1572700 +Node: Parsing Expressions1574152 +Node: Standard Syntax Tables1580250 +Node: Syntax Table Internals1581094 +Node: Abbrevs1582120 +Node: Abbrev Mode1583924 +Node: Abbrev Tables1584644 +Node: Defining Abbrevs1586183 +Node: Abbrev Files1588104 +Node: Abbrev Expansion1589887 +Node: Standard Abbrev Tables1594518 +Node: Extents1595677 +Node: Intro to Extents1596920 +Node: Creating and Modifying Extents1600912 +Node: Extent Endpoints1602493 +Node: Finding Extents1605756 +Node: Mapping Over Extents1609878 +Node: Extent Properties1616001 +Node: Detached Extents1626162 +Node: Extent Parents1628021 +Node: Duplicable Extents1629715 +Node: Extents and Events1632936 +Node: Atomic Extents1634843 +Node: Specifiers1635290 +Node: Introduction to Specifiers1637403 +Node: Specifiers In-Depth1639713 +Node: Specifier Instancing1644625 +Node: Specifier Types1647887 +Node: Adding Specifications1652961 +Node: Retrieving Specifications1662382 +Node: Specifier Tag Functions1666127 +Node: Specifier Instancing Functions1669361 +Node: Specifier Example1672768 +Node: Creating Specifiers1675924 +Node: Specifier Validation Functions1680241 +Node: Other Specification Functions1682627 +Node: Faces and Window-System Objects1686448 +Node: Faces1686772 +Node: Merging Faces1688389 +Node: Basic Face Functions1690350 +Node: Face Properties1692498 +Node: Face Convenience Functions1702771 +Node: Other Face Display Functions1705991 +Node: Fonts1706803 +Node: Font Specifiers1707504 +Node: Font Instances1708689 +Node: Font Instance Names1709656 +Node: Font Instance Size1710497 +Node: Font Instance Characteristics1711783 +Node: Font Convenience Functions1712961 +Node: Colors1714251 +Node: Color Specifiers1714691 +Node: Color Instances1717051 +Node: Color Instance Properties1717795 +Node: Color Convenience Functions1718421 +Node: Glyphs1719474 +Node: Glyph Functions1721075 +Node: Creating Glyphs1721482 +Node: Glyph Properties1734122 +Node: Glyph Convenience Functions1743289 +Node: Glyph Dimensions1747236 +Node: Images1748316 +Node: Image Specifiers1748765 +Node: Image Instantiator Conversion1764256 +Node: Image Instances1765621 +Node: Image Instance Types1766372 +Node: Image Instance Functions1769137 +Node: Glyph Types1776194 +Node: Mouse Pointer1777966 +Node: Redisplay Glyphs1780969 +Node: Subwindows1782002 +Node: Annotations1782245 +Node: Annotation Basics1783261 +Node: Annotation Primitives1787199 +Node: Annotation Properties1788538 +Node: Locating Annotations1791578 +Node: Margin Primitives1792415 +Node: Annotation Hooks1794309 +Node: Display1794969 +Node: Refresh Screen1795947 +Node: Truncation1798141 +Node: The Echo Area1800666 +Node: Warnings1807109 +Node: Invisible Text1811545 +Node: Selective Display1814124 +Node: Overlay Arrow1818250 +Node: Temporary Displays1819603 +Node: Blinking1823724 +Node: Usual Display1825908 +Node: Display Tables1828457 +Node: Display Table Format1829261 +Node: Active Display Table1830703 +Node: Character Descriptors1834698 +Node: Beeping1835455 +Node: Hash Tables1840221 +Node: Introduction to Hash Tables1840829 +Node: Working With Hash Tables1847388 +Node: Weak Hash Tables1848505 +Node: Range Tables1850522 +Node: Introduction to Range Tables1851211 +Node: Working With Range Tables1851657 +Node: Databases1852616 +Node: Connecting to a Database1852915 +Node: Working With a Database1854022 +Node: Other Database Functions1854896 +Node: Processes1855465 +Node: Subprocess Creation1857689 +Node: Synchronous Processes1861140 +Node: MS-DOS Subprocesses1867862 +Node: Asynchronous Processes1868936 +Node: Deleting Processes1873293 +Node: Process Information1875164 +Node: Input to Processes1879256 +Node: Signals to Processes1881951 +Node: Output from Processes1886766 +Node: Process Buffers1887578 +Node: Filter Functions1890457 +Node: Accepting Output1896048 +Node: Sentinels1897575 +Node: Process Window Size1901065 +Node: Transaction Queues1901414 +Node: Network1903112 +Node: System Interface1905746 +Node: Starting Up1907016 +Node: Start-up Summary1907610 +Node: Init File1911164 +Node: Terminal-Specific1913545 +Node: Command Line Arguments1916704 +Node: Getting Out1920193 +Node: Killing XEmacs1920762 +Node: Suspending XEmacs1922430 +Node: System Environment1925809 +Node: User Identification1931990 +Node: Time of Day1935519 +Node: Time Conversion1938306 +Node: Timers1943548 +Node: Terminal Input1945721 +Node: Input Modes1946224 +Node: Translating Input1948683 +Node: Recording Input1952848 +Node: Terminal Output1954948 +Node: Flow Control1958569 +Node: Batch Mode1962531 +Node: X-Windows1963913 +Node: X Selections1964784 +Node: X Server1967535 +Node: Resources1967986 +Node: Server Data1973297 +Node: Grabs1974504 +Node: X Miscellaneous1976084 +Node: ToolTalk Support1978469 +Node: XEmacs ToolTalk API Summary1978686 +Node: Sending Messages1979986 +Node: Example of Sending Messages1980237 +Node: Elisp Interface for Sending Messages1981299 +Node: Receiving Messages1987895 +Node: Example of Receiving Messages1988118 +Node: Elisp Interface for Receiving Messages1988954 +Node: LDAP Support1992811 +Node: Building XEmacs with LDAP support1993305 +Node: XEmacs LDAP API1994282 +Node: LDAP Variables1995334 +Node: The High-Level LDAP API1997934 +Node: The Low-Level LDAP API2001407 +Node: The LDAP Lisp Object2002238 +Node: Opening and Closing a LDAP Connection2002793 +Node: Low-level Operations on a LDAP Server2004599 +Node: LDAP Internationalization2007323 +Node: LDAP Internationalization Variables2008228 +Node: Encoder/Decoder Functions2009959 +Node: Syntax of Search Filters2010996 +Node: PostgreSQL Support2012294 +Node: Building XEmacs with PostgreSQL support2012689 +Node: XEmacs PostgreSQL libpq API2014036 +Node: libpq Lisp Variables2015915 +Node: libpq Lisp Symbols and DataTypes2018879 +Node: Synchronous Interface Functions2032119 +Node: Asynchronous Interface Functions2036610 +Node: Large Object Support2040115 +Node: Other libpq Functions2040742 +Node: Unimplemented libpq Functions2043777 +Node: XEmacs PostgreSQL libpq Examples2049096 +Node: Internationalization2055187 +Node: I18N Levels 1 and 22055530 +Node: I18N Level 32056236 +Node: Level 3 Basics2056517 +Node: Level 3 Primitives2057350 +Node: Dynamic Messaging2058956 +Node: Domain Specification2059419 +Node: Documentation String Extraction2061089 +Node: I18N Level 42062007 +Node: MULE2062199 +Node: Internationalization Terminology2063248 +Node: Charsets2075447 +Node: Charset Properties2076143 +Node: Basic Charset Functions2080858 +Node: Charset Property Functions2083039 +Node: Predefined Charsets2085109 +Node: MULE Characters2088029 +Node: Composite Characters2088904 +Node: Coding Systems2090171 +Node: Coding System Types2092311 +Node: ISO 20222096295 +Node: EOL Conversion2108570 +Node: Coding System Properties2109742 +Node: Basic Coding System Functions2114065 +Node: Coding System Property Functions2116099 +Node: Encoding and Decoding Text2116657 +Node: Detection of Textual Encoding2117793 +Node: Big5 and Shift-JIS Functions2119329 +Node: Predefined Coding Systems2120481 +Node: CCL2132575 +Node: CCL Syntax2135679 +Node: CCL Statements2137255 +Node: CCL Expressions2141903 +Node: Calling CCL2144442 +Node: CCL Examples2147447 +Node: Category Tables2147584 +Node: Tips2149943 +Node: Style Tips2150584 +Node: Compilation Tips2160103 +Node: Documentation Tips2162017 +Node: Comment Tips2167526 +Node: Library Headers2170529 +Node: Building XEmacs and Object Allocation2174501 +Node: Building XEmacs2175384 +Node: Pure Storage2181962 +Node: Garbage Collection2184750 +Node: Standard Errors2195593 +Node: Standard Buffer-Local Variables2199802 +Node: Standard Keymaps2202437 +Node: Standard Hooks2206171 +Node: Index2213671  End Tag Table