X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Flispref.info;h=fd2a722aba55b9dd6e2f759048601c5dc02a161d;hb=e3f949e17ff5fd03194a9220da58a4015facd969;hp=f9132e6a625fe37fa56ece4687907b45c0d6475f;hpb=14144012929ab5944f367d5d1b323ab8268abb05;p=chise%2Fxemacs-chise.git diff --git a/info/lispref.info b/info/lispref.info index f9132e6..fd2a722 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,196 +51,196 @@ Foundation instead of in the original English.  Indirect: -lispref.info-1: 2366 -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-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: 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 +lispref.info-10: 436622 +lispref.info-11: 485479 +lispref.info-12: 534010 +lispref.info-13: 581562 +lispref.info-14: 629420 +lispref.info-15: 678835 +lispref.info-16: 726830 +lispref.info-17: 772167 +lispref.info-18: 819637 +lispref.info-19: 867195 +lispref.info-20: 914821 +lispref.info-21: 962848 +lispref.info-22: 1011770 +lispref.info-23: 1058033 +lispref.info-24: 1104497 +lispref.info-25: 1154157 +lispref.info-26: 1202848 +lispref.info-27: 1251703 +lispref.info-28: 1300370 +lispref.info-29: 1350321 +lispref.info-30: 1398470 +lispref.info-31: 1444125 +lispref.info-32: 1494114 +lispref.info-33: 1542684 +lispref.info-34: 1589889 +lispref.info-35: 1639715 +lispref.info-36: 1688391 +lispref.info-37: 1734124 +lispref.info-38: 1783263 +lispref.info-39: 1830705 +lispref.info-40: 1879258 +lispref.info-41: 1925811 +lispref.info-42: 1974506 +lispref.info-43: 2018881 +lispref.info-44: 2063250 +lispref.info-45: 2109744 +lispref.info-46: 2150586 +lispref.info-47: 2199804 +lispref.info-48: 2213673  Tag Table: (Indirect) -Node: Top2366 -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: 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: Forms341449 Node: Self-Evaluating Forms342608 Node: Symbol Forms344121 @@ -269,651 +269,651 @@ 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 +Node: Void Variables411074 +Node: Defining Variables414590 +Node: Accessing Variables421754 +Node: Setting Variables423179 +Node: Variable Scoping427698 +Node: Scope429297 +Node: Extent430822 +Node: Impl of Scope432301 +Node: Using Scoping434264 +Node: Buffer-Local Variables435786 +Node: Intro to Buffer-Local436622 +Node: Creating Buffer-Local439165 +Node: Default Value445064 +Node: Variable Aliases448207 +Node: Functions450058 +Node: What Is a Function451152 +Node: Lambda Expressions455198 +Node: Lambda Components456108 +Node: Simple Lambda457940 +Node: Argument List459597 +Node: Function Documentation463325 +Node: Function Names465267 +Node: Defining Functions467840 +Node: Calling Functions470880 +Node: Mapping Functions474728 +Node: Anonymous Functions477416 +Node: Function Cells480661 +Node: Inline Functions485479 +Node: Related Topics487289 +Node: Macros488342 +Node: Simple Macro489626 +Node: Expansion490361 +Node: Compiling Macros493365 +Node: Defining Macros495201 +Node: Backquote496518 +Node: Problems with Macros498915 +Node: Argument Evaluation499610 +Node: Surprising Local Vars502525 +Node: Eval During Expansion504593 +Node: Repeated Expansion506286 +Node: Customization508202 +Node: Common Keywords508671 +Node: Group Definitions511516 +Node: Variable Definitions513708 +Node: Customization Types518698 +Node: Simple Types520133 +Node: Composite Types522290 +Node: Splicing into Lists526980 +Node: Type Keywords528815 +Node: Loading532335 +Node: How Programs Do Loading534010 +Node: Autoload543136 +Node: Repeated Loading549206 +Node: Named Features551319 +Node: Unloading557749 +Node: Hooks for Loading559905 +Node: Byte Compilation560622 +Node: Speed of Byte-Code562615 +Node: Compilation Functions563822 +Node: Docs and Compilation570479 +Node: Dynamic Loading573132 +Node: Eval During Compile575496 +Node: Compiled-Function Objects576761 +Node: Disassembly581562 +Node: Different Behavior588843 +Node: Debugging590188 +Node: Debugger591600 +Node: Error Debugging592745 +Node: Infinite Loops595498 +Node: Function Debugging596742 +Node: Explicit Debug599542 +Node: Using Debugger600313 +Node: Debugger Commands602175 +Node: Invoking the Debugger606492 +Node: Internals of Debugger610407 +Node: Syntax Errors615294 +Node: Excess Open616542 +Node: Excess Close618417 +Node: Compilation Errors619838 +Node: Edebug621126 +Node: Using Edebug623234 +Node: Instrumenting625931 +Node: Edebug Execution Modes629420 +Node: Jumping632530 +Node: Edebug Misc634873 +Node: Breakpoints636262 +Node: Global Break Condition639068 +Node: Embedded Breakpoints640023 +Node: Trapping Errors640978 +Node: Edebug Views643054 +Node: Edebug Eval645019 +Node: Eval List646196 +Node: Reading in Edebug649581 +Node: Printing in Edebug650380 +Node: Tracing652095 +Node: Coverage Testing653983 +Node: The Outside Context656024 +Node: Checking Whether to Stop656973 +Node: Edebug Display Update657620 +Node: Edebug Recursive Edit659643 +Node: Instrumenting Macro Calls661298 +Node: Specification List663780 +Node: Backtracking673191 +Node: Debugging Backquote675129 +Node: Specification Examples678835 +Node: Edebug Options680902 +Node: Read and Print686241 +Node: Streams Intro687218 +Node: Input Streams689236 +Node: Input Functions694137 +Node: Output Streams696197 +Node: Output Functions700248 +Node: Output Variables704548 +Node: Minibuffers709349 +Node: Intro to Minibuffers710501 +Node: Text from Minibuffer712689 +Node: Object from Minibuffer717783 +Node: Minibuffer History721876 +Node: Completion724855 +Node: Basic Completion726830 +Node: Minibuffer Completion731713 +Node: Completion Commands735290 +Node: High-Level Completion739947 +Node: Reading File Names744696 +Node: Programmed Completion748388 +Node: Yes-or-No Queries750770 +Node: Multiple Queries756507 +Node: Reading a Password760574 +Node: Minibuffer Misc761917 +Node: Command Loop766797 +Node: Command Overview768141 +Node: Defining Commands771419 +Node: Using Interactive772167 +Node: Interactive Codes776940 +Node: Interactive Examples782732 +Node: Interactive Call784046 +Node: Command Loop Info789461 +Node: Events794440 +Node: Event Types795901 +Node: Event Contents797824 +Node: Event Predicates802300 +Node: Accessing Mouse Event Positions803618 +Node: Frame-Level Event Position Info804317 +Node: Window-Level Event Position Info805357 +Node: Event Text Position Info807121 +Node: Event Glyph Position Info809613 +Node: Event Toolbar Position Info810936 +Node: Other Event Position Info811607 +Node: Accessing Other Event Info812016 +Node: Working With Events813636 +Node: Converting Events819637 +Node: Reading Input823036 +Node: Key Sequence Input824038 +Node: Reading One Event826673 +Node: Dispatching an Event829497 +Node: Quoted Character Input829948 +Node: Peeking and Discarding831296 +Node: Waiting835200 +Node: Quitting837514 +Node: Prefix Command Arguments841922 +Node: Recursive Editing847009 +Node: Disabling Commands851804 +Node: Command History853872 +Node: Keyboard Macros855609 +Node: Keymaps857826 +Node: Keymap Terminology859403 +Node: Format of Keymaps862332 +Node: Creating Keymaps862743 +Node: Inheritance and Keymaps864823 +Node: Key Sequences867195 +Node: Prefix Keys871991 +Node: Active Keymaps875576 +Node: Key Lookup884947 +Node: Functions for Key Lookup890110 +Node: Changing Key Bindings895811 +Node: Key Binding Commands902973 +Node: Scanning Keymaps905038 +Node: Other Keymap Functions913607 +Node: Menus914229 +Node: Menu Format914821 +Node: Menubar Format923467 +Node: Menubar924092 +Node: Modifying Menus927205 +Node: Menu Filters932549 +Node: Pop-Up Menus934445 +Node: Menu Accelerators936773 +Node: Creating Menu Accelerators937529 +Node: Keyboard Menu Traversal938889 +Node: Menu Accelerator Functions939616 +Node: Buffers Menu942692 +Node: Dialog Boxes943986 +Node: Dialog Box Format944153 +Node: Dialog Box Functions945578 +Node: Toolbar945975 +Node: Toolbar Intro946410 +Node: Creating Toolbar948810 +Node: Toolbar Descriptor Format949727 +Node: Specifying the Toolbar954224 +Node: Other Toolbar Variables957831 +Node: Gutter962259 +Node: Gutter Intro962848 +Node: Creating Gutter964851 +Node: Gutter Descriptor Format967738 +Node: Specifying a Gutter972195 +Node: Other Gutter Variables975730 +Node: Common Gutter Widgets980117 +Node: Buffer Tabs981109 +Node: Progress Bars981250 +Node: Scrollbars981395 +Node: Drag and Drop981530 +Node: Supported Protocols982606 +Node: OffiX DND983109 +Node: CDE dt984116 +Node: MSWindows OLE984707 +Node: Loose ends984878 +Node: Drop Interface985270 +Node: Drag Interface986292 +Node: Modes986466 +Node: Major Modes987417 +Node: Major Mode Conventions990332 +Node: Example Major Modes996287 +Node: Auto Major Mode1004320 +Node: Mode Help1011770 +Node: Derived Modes1012871 +Node: Minor Modes1015062 +Node: Minor Mode Conventions1016364 +Node: Keymaps and Minor Modes1019227 +Node: Modeline Format1020062 +Node: Modeline Data1021830 +Node: Modeline Variables1026983 +Node: %-Constructs1031699 +Node: Hooks1034686 +Node: Documentation1041446 +Node: Documentation Basics1042869 +Node: Accessing Documentation1045920 +Node: Keys in Documentation1052201 +Node: Describing Characters1055684 +Node: Help Functions1058033 +Node: Obsoleteness1064483 +Node: Files1067475 +Node: Visiting Files1069400 +Node: Visiting Functions1070905 +Node: Subroutines of Visiting1076063 +Node: Saving Buffers1078136 +Node: Reading from Files1084229 +Node: Writing to Files1086390 +Node: File Locks1089107 +Node: Information about Files1092174 +Node: Testing Accessibility1092935 +Node: Kinds of Files1096675 +Node: Truenames1098356 +Node: File Attributes1099358 +Node: Changing File Attributes1104497 +Node: File Names1109919 +Node: File Name Components1111492 +Node: Directory Names1113937 +Node: Relative File Names1117167 +Node: File Name Expansion1118137 +Node: Unique File Names1121891 +Node: File Name Completion1123506 +Node: User Name Completion1126774 +Node: Contents of Directories1128181 +Node: Create/Delete Dirs1131494 +Node: Magic File Names1132600 +Node: Partial Files1138248 +Node: Intro to Partial Files1138476 +Node: Creating a Partial File1139716 +Node: Detached Partial Files1140652 +Node: Format Conversion1141774 +Node: Files and MS-DOS1147272 +Node: Backups and Auto-Saving1149336 +Node: Backup Files1150011 +Node: Making Backups1151408 +Node: Rename or Copy1154157 +Node: Numbered Backups1156650 +Node: Backup Names1158885 +Node: Auto-Saving1162177 +Node: Reverting1170339 +Node: Buffers1173675 +Node: Buffer Basics1175091 +Node: Current Buffer1177144 +Node: Buffer Names1181848 +Node: Buffer File Name1185055 +Node: Buffer Modification1189174 +Node: Modification Time1191417 +Node: Read Only Buffers1194792 +Node: The Buffer List1198031 +Node: Creating Buffers1202848 +Node: Killing Buffers1204994 +Node: Indirect Buffers1208826 +Node: Windows1211400 +Node: Basic Windows1212878 +Node: Splitting Windows1215976 +Node: Deleting Windows1221302 +Node: Selecting Windows1225220 +Node: Cyclic Window Ordering1229443 +Node: Buffers and Windows1234598 +Node: Displaying Buffers1236376 +Node: Choosing Window1241715 +Node: Window Point1249633 +Node: Window Start1251703 +Node: Vertical Scrolling1256502 +Node: Horizontal Scrolling1262700 +Node: Size of Window1266229 +Node: Position of Window1270947 +Node: Resizing Windows1273200 +Node: Window Configurations1278638 +Node: Frames1282135 +Node: Creating Frames1284476 +Node: Frame Properties1285816 +Node: Property Access1286632 +Node: Initial Properties1287539 +Node: X Frame Properties1290025 +Node: Size and Position1294659 +Node: Frame Name1296657 +Node: Frame Titles1297571 +Node: Deleting Frames1299395 +Node: Finding All Frames1300370 +Node: Frames and Windows1303598 +Node: Minibuffers and Frames1306380 +Node: Input Focus1307298 +Node: Visibility of Frames1310403 +Node: Raising and Lowering1312393 +Node: Frame Configurations1314769 +Node: Frame Hooks1315826 +Node: Consoles and Devices1317631 +Node: Basic Console Functions1320374 +Node: Basic Device Functions1320797 +Node: Console Types and Device Classes1321643 +Node: Connecting to a Console or Device1323910 +Node: The Selected Console and Device1326094 +Node: Console and Device I/O1327120 +Node: Positions1327884 +Node: Point1328853 +Node: Motion1331943 +Node: Character Motion1332710 +Node: Word Motion1334947 +Node: Buffer End Motion1336337 +Node: Text Lines1337874 +Node: Screen Lines1342775 +Node: List Motion1346838 +Node: Skipping Characters1350321 +Node: Excursions1352540 +Node: Narrowing1355580 +Node: Markers1360911 +Node: Overview of Markers1361817 +Node: Predicates on Markers1366509 +Node: Creating Markers1367755 +Node: Information from Markers1371955 +Node: Changing Markers1373053 +Node: The Mark1374581 +Node: The Region1383084 +Node: Text1388770 +Node: Near Point1391469 +Node: Buffer Contents1395656 +Node: Comparing Text1397062 +Node: Insertion1398470 +Node: Commands for Insertion1402380 +Node: Deletion1405274 +Node: User-Level Deletion1408924 +Node: The Kill Ring1413084 +Node: Kill Ring Concepts1415258 +Node: Kill Functions1416312 +Node: Yank Commands1418235 +Node: Low-Level Kill Ring1420106 +Node: Internals of Kill Ring1423192 +Node: Undo1425972 +Node: Maintaining Undo1430309 +Node: Filling1432927 +Node: Margins1438921 +Node: Auto Filling1442944 +Node: Sorting1444125 +Node: Columns1453439 +Node: Indentation1456520 +Node: Primitive Indent1457299 +Node: Mode-Specific Indent1458624 +Node: Region Indent1461156 +Node: Relative Indent1464103 +Node: Indent Tabs1466485 +Node: Motion by Indent1467806 +Node: Case Changes1468585 +Node: Text Properties1471938 +Node: Examining Properties1473751 +Node: Changing Properties1475634 +Node: Property Search1479225 +Node: Special Properties1483944 +Node: Saving Properties1484225 +Node: Substitution1487367 +Node: Registers1490637 +Node: Transposition1493220 +Node: Change Hooks1494114 +Node: Transformations1496154 +Node: Searching and Matching1501258 +Node: String Search1502389 +Node: Regular Expressions1507370 +Node: Syntax of Regexps1508737 +Node: Regexp Example1523340 +Node: Regexp Search1525510 +Node: POSIX Regexps1531847 +Node: Search and Replace1533924 +Node: Match Data1537289 +Node: Simple Match Data1538419 +Node: Replacing Match1542684 +Node: Entire Match Data1545365 +Node: Saving Match Data1547603 +Node: Searching and Case1548991 +Node: Standard Regexps1551025 +Node: Syntax Tables1553223 +Node: Syntax Basics1554337 +Node: Syntax Descriptors1557309 +Node: Syntax Class Table1559159 +Node: Syntax Flags1565197 +Node: Syntax Table Functions1568414 +Node: Motion and Syntax1572702 +Node: Parsing Expressions1574154 +Node: Standard Syntax Tables1580252 +Node: Syntax Table Internals1581096 +Node: Abbrevs1582122 +Node: Abbrev Mode1583926 +Node: Abbrev Tables1584646 +Node: Defining Abbrevs1586185 +Node: Abbrev Files1588106 +Node: Abbrev Expansion1589889 +Node: Standard Abbrev Tables1594520 +Node: Extents1595679 +Node: Intro to Extents1596922 +Node: Creating and Modifying Extents1600914 +Node: Extent Endpoints1602495 +Node: Finding Extents1605758 +Node: Mapping Over Extents1609880 +Node: Extent Properties1616003 +Node: Detached Extents1626164 +Node: Extent Parents1628023 +Node: Duplicable Extents1629717 +Node: Extents and Events1632938 +Node: Atomic Extents1634845 +Node: Specifiers1635292 +Node: Introduction to Specifiers1637405 +Node: Specifiers In-Depth1639715 +Node: Specifier Instancing1644627 +Node: Specifier Types1647889 +Node: Adding Specifications1652963 +Node: Retrieving Specifications1662384 +Node: Specifier Tag Functions1666129 +Node: Specifier Instancing Functions1669363 +Node: Specifier Example1672770 +Node: Creating Specifiers1675926 +Node: Specifier Validation Functions1680243 +Node: Other Specification Functions1682629 +Node: Faces and Window-System Objects1686450 +Node: Faces1686774 +Node: Merging Faces1688391 +Node: Basic Face Functions1690352 +Node: Face Properties1692500 +Node: Face Convenience Functions1702773 +Node: Other Face Display Functions1705993 +Node: Fonts1706805 +Node: Font Specifiers1707506 +Node: Font Instances1708691 +Node: Font Instance Names1709658 +Node: Font Instance Size1710499 +Node: Font Instance Characteristics1711785 +Node: Font Convenience Functions1712963 +Node: Colors1714253 +Node: Color Specifiers1714693 +Node: Color Instances1717053 +Node: Color Instance Properties1717797 +Node: Color Convenience Functions1718423 +Node: Glyphs1719476 +Node: Glyph Functions1721077 +Node: Creating Glyphs1721484 +Node: Glyph Properties1734124 +Node: Glyph Convenience Functions1743291 +Node: Glyph Dimensions1747238 +Node: Images1748318 +Node: Image Specifiers1748767 +Node: Image Instantiator Conversion1764258 +Node: Image Instances1765623 +Node: Image Instance Types1766374 +Node: Image Instance Functions1769139 +Node: Glyph Types1776196 +Node: Mouse Pointer1777968 +Node: Redisplay Glyphs1780971 +Node: Subwindows1782004 +Node: Annotations1782247 +Node: Annotation Basics1783263 +Node: Annotation Primitives1787201 +Node: Annotation Properties1788540 +Node: Locating Annotations1791580 +Node: Margin Primitives1792417 +Node: Annotation Hooks1794311 +Node: Display1794971 +Node: Refresh Screen1795949 +Node: Truncation1798143 +Node: The Echo Area1800668 +Node: Warnings1807111 +Node: Invisible Text1811547 +Node: Selective Display1814126 +Node: Overlay Arrow1818252 +Node: Temporary Displays1819605 +Node: Blinking1823726 +Node: Usual Display1825910 +Node: Display Tables1828459 +Node: Display Table Format1829263 +Node: Active Display Table1830705 +Node: Character Descriptors1834700 +Node: Beeping1835457 +Node: Hash Tables1840223 +Node: Introduction to Hash Tables1840831 +Node: Working With Hash Tables1847390 +Node: Weak Hash Tables1848507 +Node: Range Tables1850524 +Node: Introduction to Range Tables1851213 +Node: Working With Range Tables1851659 +Node: Databases1852618 +Node: Connecting to a Database1852917 +Node: Working With a Database1854024 +Node: Other Database Functions1854898 +Node: Processes1855467 +Node: Subprocess Creation1857691 +Node: Synchronous Processes1861142 +Node: MS-DOS Subprocesses1867864 +Node: Asynchronous Processes1868938 +Node: Deleting Processes1873295 +Node: Process Information1875166 +Node: Input to Processes1879258 +Node: Signals to Processes1881953 +Node: Output from Processes1886768 +Node: Process Buffers1887580 +Node: Filter Functions1890459 +Node: Accepting Output1896050 +Node: Sentinels1897577 +Node: Process Window Size1901067 +Node: Transaction Queues1901416 +Node: Network1903114 +Node: System Interface1905748 +Node: Starting Up1907018 +Node: Start-up Summary1907612 +Node: Init File1911166 +Node: Terminal-Specific1913547 +Node: Command Line Arguments1916706 +Node: Getting Out1920195 +Node: Killing XEmacs1920764 +Node: Suspending XEmacs1922432 +Node: System Environment1925811 +Node: User Identification1931992 +Node: Time of Day1935521 +Node: Time Conversion1938308 +Node: Timers1943550 +Node: Terminal Input1945723 +Node: Input Modes1946226 +Node: Translating Input1948685 +Node: Recording Input1952850 +Node: Terminal Output1954950 +Node: Flow Control1958571 +Node: Batch Mode1962533 +Node: X-Windows1963915 +Node: X Selections1964786 +Node: X Server1967537 +Node: Resources1967988 +Node: Server Data1973299 +Node: Grabs1974506 +Node: X Miscellaneous1976086 +Node: ToolTalk Support1978471 +Node: XEmacs ToolTalk API Summary1978688 +Node: Sending Messages1979988 +Node: Example of Sending Messages1980239 +Node: Elisp Interface for Sending Messages1981301 +Node: Receiving Messages1987897 +Node: Example of Receiving Messages1988120 +Node: Elisp Interface for Receiving Messages1988956 +Node: LDAP Support1992813 +Node: Building XEmacs with LDAP support1993307 +Node: XEmacs LDAP API1994284 +Node: LDAP Variables1995336 +Node: The High-Level LDAP API1997936 +Node: The Low-Level LDAP API2001409 +Node: The LDAP Lisp Object2002240 +Node: Opening and Closing a LDAP Connection2002795 +Node: Low-level Operations on a LDAP Server2004601 +Node: LDAP Internationalization2007325 +Node: LDAP Internationalization Variables2008230 +Node: Encoder/Decoder Functions2009961 +Node: Syntax of Search Filters2010998 +Node: PostgreSQL Support2012296 +Node: Building XEmacs with PostgreSQL support2012691 +Node: XEmacs PostgreSQL libpq API2014038 +Node: libpq Lisp Variables2015917 +Node: libpq Lisp Symbols and DataTypes2018881 +Node: Synchronous Interface Functions2032121 +Node: Asynchronous Interface Functions2036612 +Node: Large Object Support2040117 +Node: Other libpq Functions2040744 +Node: Unimplemented libpq Functions2043779 +Node: XEmacs PostgreSQL libpq Examples2049098 +Node: Internationalization2055189 +Node: I18N Levels 1 and 22055532 +Node: I18N Level 32056238 +Node: Level 3 Basics2056519 +Node: Level 3 Primitives2057352 +Node: Dynamic Messaging2058958 +Node: Domain Specification2059421 +Node: Documentation String Extraction2061091 +Node: I18N Level 42062009 +Node: MULE2062201 +Node: Internationalization Terminology2063250 +Node: Charsets2075449 +Node: Charset Properties2076145 +Node: Basic Charset Functions2080860 +Node: Charset Property Functions2083041 +Node: Predefined Charsets2085111 +Node: MULE Characters2088031 +Node: Composite Characters2088906 +Node: Coding Systems2090173 +Node: Coding System Types2092313 +Node: ISO 20222096297 +Node: EOL Conversion2108572 +Node: Coding System Properties2109744 +Node: Basic Coding System Functions2114067 +Node: Coding System Property Functions2116101 +Node: Encoding and Decoding Text2116659 +Node: Detection of Textual Encoding2117795 +Node: Big5 and Shift-JIS Functions2119331 +Node: Predefined Coding Systems2120483 +Node: CCL2132577 +Node: CCL Syntax2135681 +Node: CCL Statements2137257 +Node: CCL Expressions2141905 +Node: Calling CCL2144444 +Node: CCL Examples2147449 +Node: Category Tables2147586 +Node: Tips2149945 +Node: Style Tips2150586 +Node: Compilation Tips2160105 +Node: Documentation Tips2162019 +Node: Comment Tips2167528 +Node: Library Headers2170531 +Node: Building XEmacs and Object Allocation2174503 +Node: Building XEmacs2175386 +Node: Pure Storage2181964 +Node: Garbage Collection2184752 +Node: Standard Errors2195595 +Node: Standard Buffer-Local Variables2199804 +Node: Standard Keymaps2202439 +Node: Standard Hooks2206173 +Node: Index2213673  End Tag Table