X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Finternals.info;h=50efcfe6c8dbdb5aef539abc96975d22a4aef1fa;hb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;hp=b3bc9ecbea70e507ad9dd9d4b14a16b6741bb687;hpb=81572e9b4653c5545c2eb43e87dec439f356c19c;p=chise%2Fxemacs-chise.git diff --git a/info/internals.info b/info/internals.info index b3bc9ec..50efcfe 100644 --- a/info/internals.info +++ b/info/internals.info @@ -1,9 +1,9 @@ -This is Info file ../info/internals.info, produced by Makeinfo version -1.68 from the input file internals/internals.texi. +This is ../info/internals.info, produced by makeinfo version 4.0 from +internals/internals.texi. INFO-DIR-SECTION XEmacs Editor START-INFO-DIR-ENTRY -* Internals: (internals). XEmacs Internals Manual. +* Internals: (internals). XEmacs Internals Manual. END-INFO-DIR-ENTRY Copyright (C) 1992 - 1996 Ben Wing. Copyright (C) 1996, 1997 Sun @@ -39,141 +39,141 @@ Foundation instead of in the original English.  Indirect: -internals.info-1: 1796 -internals.info-2: 45950 -internals.info-3: 93024 -internals.info-4: 141398 -internals.info-5: 183429 -internals.info-6: 232850 -internals.info-7: 281580 -internals.info-8: 331037 +internals.info-1: 1776 +internals.info-2: 45928 +internals.info-3: 93572 +internals.info-4: 141935 +internals.info-5: 183963 +internals.info-6: 233381 +internals.info-7: 282110 +internals.info-8: 331561  Tag Table: (Indirect) -Node: Top1796 -Node: A History of Emacs6376 -Node: Through Version 187901 -Node: Lucid Emacs11322 -Node: GNU Emacs 1914340 -Node: GNU Emacs 2016523 -Node: XEmacs16950 -Node: XEmacs From the Outside20129 -Node: The Lisp Language21897 -Node: XEmacs From the Perspective of Building31442 -Node: XEmacs From the Inside37567 -Node: The XEmacs Object System (Abstractly Speaking)45950 -Node: How Lisp Objects Are Represented in C60038 -Node: Rules When Writing New C Code68600 -Node: General Coding Rules69404 -Node: Writing Lisp Primitives74564 -Node: Adding Global Lisp Variables85734 -Node: Coding for Mule89372 -Node: Character-Related Data Types90351 -Node: Working With Character and Byte Positions93024 -Node: Conversion to and from External Data96774 -Node: General Guidelines for Writing Mule-Aware Code101655 -Node: An Example of Mule-Aware Code103686 -Node: Techniques for XEmacs Developers105673 -Node: A Summary of the Various XEmacs Modules109446 -Node: Low-Level Modules110266 -Node: Basic Lisp Modules117788 -Node: Modules for Standard Editing Operations126112 -Node: Editor-Level Control Flow Modules132000 -Node: Modules for the Basic Displayable Lisp Objects135447 -Node: Modules for other Display-Related Lisp Objects137969 -Node: Modules for the Redisplay Mechanism139047 -Node: Modules for Interfacing with the File System141398 -Node: Modules for Other Aspects of the Lisp Interpreter and Object System145096 -Node: Modules for Interfacing with the Operating System150550 -Node: Modules for Interfacing with X Windows158211 -Node: Modules for Internationalization161647 -Node: Allocation of Objects in XEmacs Lisp164284 -Node: Introduction to Allocation164838 -Node: Garbage Collection170301 -Node: GCPROing173254 -Node: Garbage Collection - Step by Step180065 -Node: Invocation180457 -Node: garbage_collect_1183429 -Node: mark_object192909 -Node: gc_sweep194721 -Node: sweep_lcrecords_1199784 -Node: compact_string_chars200779 -Node: sweep_strings202959 -Node: sweep_bit_vectors_1203924 -Node: Integers and Characters204600 -Node: Allocation from Frob Blocks205352 -Node: lrecords206956 -Node: Low-level allocation219418 -Node: Pure Space223586 -Node: Cons223761 -Node: Vector224477 -Node: Bit Vector225054 -Node: Symbol225547 -Node: Marker226116 -Node: String226671 -Node: Compiled Function230286 -Node: Events and the Event Loop230455 -Node: Introduction to Events230934 -Node: Main Loop232850 -Node: Specifics of the Event Gathering Mechanism236426 -Node: Specifics About the Emacs Event248879 -Node: The Event Stream Callback Routines249134 -Node: Other Event Loop Functions249379 -Node: Converting Events250519 -Node: Dispatching Events; The Command Builder251128 -Node: Evaluation; Stack Frames; Bindings251363 -Node: Evaluation251705 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects258245 -Node: Simple Special Forms260629 -Node: Catch and Throw261411 -Node: Symbols and Variables263986 -Node: Introduction to Symbols264250 -Node: Obarrays265288 -Node: Symbol Values268821 -Node: Buffers and Textual Representation271109 -Node: Introduction to Buffers271767 -Node: The Text in a Buffer274430 -Node: Buffer Lists281580 -Node: Markers and Extents283531 -Node: Bufbytes and Emchars285796 -Node: The Buffer Object286011 -Node: MULE Character Sets and Encodings289491 -Node: Character Sets290553 -Node: Encodings293996 -Node: Japanese EUC (Extended Unix Code)295063 -Node: JIS7295877 -Node: Internal Mule Encodings297227 -Node: Internal String Encoding299057 -Node: Internal Character Encoding301170 -Node: CCL302894 -Node: The Lisp Reader and Compiler309646 -Node: Lstreams309859 -Node: Creating an Lstream310890 -Node: Lstream Types312100 -Node: Lstream Functions312352 -Node: Lstream Methods315921 -Node: Consoles; Devices; Frames; Windows319064 -Node: Introduction to Consoles; Devices; Frames; Windows319379 -Node: Point321871 -Node: Window Hierarchy323150 -Node: The Window Object327600 -Node: The Redisplay Mechanism331037 -Node: Critical Redisplay Sections331829 -Node: Line Start Cache332784 -Node: Redisplay Piece by Piece336021 -Node: Extents338057 -Node: Introduction to Extents338595 -Node: Extent Ordering339721 -Node: Format of the Extent Info340962 -Node: Zero-Length Extents342850 -Node: Mathematics of Extent Ordering344248 -Node: Extent Fragments349005 -Node: Faces350092 -Node: Glyphs350208 -Node: Specifiers353226 -Node: Menus353355 -Node: Subprocesses355613 -Node: Interface to X Windows357589 -Node: Index357760 +Node: Top1776 +Node: A History of Emacs6358 +Node: Through Version 187883 +Node: Lucid Emacs11304 +Node: GNU Emacs 1914322 +Node: GNU Emacs 2016505 +Node: XEmacs16932 +Node: XEmacs From the Outside20111 +Node: The Lisp Language21878 +Node: XEmacs From the Perspective of Building31420 +Node: XEmacs From the Inside37545 +Node: The XEmacs Object System (Abstractly Speaking)45928 +Node: How Lisp Objects Are Represented in C60014 +Node: Rules When Writing New C Code68572 +Node: General Coding Rules69376 +Node: Writing Lisp Primitives75113 +Node: Adding Global Lisp Variables86282 +Node: Coding for Mule89920 +Node: Character-Related Data Types90899 +Node: Working With Character and Byte Positions93572 +Node: Conversion to and from External Data97322 +Node: General Guidelines for Writing Mule-Aware Code102203 +Node: An Example of Mule-Aware Code104234 +Node: Techniques for XEmacs Developers106221 +Node: A Summary of the Various XEmacs Modules109988 +Node: Low-Level Modules110808 +Node: Basic Lisp Modules118330 +Node: Modules for Standard Editing Operations126651 +Node: Editor-Level Control Flow Modules132539 +Node: Modules for the Basic Displayable Lisp Objects135985 +Node: Modules for other Display-Related Lisp Objects138507 +Node: Modules for the Redisplay Mechanism139584 +Node: Modules for Interfacing with the File System141935 +Node: Modules for Other Aspects of the Lisp Interpreter and Object System145633 +Node: Modules for Interfacing with the Operating System151086 +Node: Modules for Interfacing with X Windows158747 +Node: Modules for Internationalization162183 +Node: Allocation of Objects in XEmacs Lisp164820 +Node: Introduction to Allocation165374 +Node: Garbage Collection170836 +Node: GCPROing173789 +Node: Garbage Collection - Step by Step180599 +Node: Invocation180991 +Node: garbage_collect_1183963 +Node: mark_object193443 +Node: gc_sweep195255 +Node: sweep_lcrecords_1200318 +Node: compact_string_chars201313 +Node: sweep_strings203493 +Node: sweep_bit_vectors_1204458 +Node: Integers and Characters205134 +Node: Allocation from Frob Blocks205886 +Node: lrecords207490 +Node: Low-level allocation219952 +Node: Pure Space224120 +Node: Cons224295 +Node: Vector225011 +Node: Bit Vector225588 +Node: Symbol226081 +Node: Marker226650 +Node: String227205 +Node: Compiled Function230818 +Node: Events and the Event Loop230987 +Node: Introduction to Events231466 +Node: Main Loop233381 +Node: Specifics of the Event Gathering Mechanism236956 +Node: Specifics About the Emacs Event249409 +Node: The Event Stream Callback Routines249664 +Node: Other Event Loop Functions249909 +Node: Converting Events251049 +Node: Dispatching Events; The Command Builder251658 +Node: Evaluation; Stack Frames; Bindings251893 +Node: Evaluation252235 +Node: Dynamic Binding; The specbinding Stack; Unwind-Protects258775 +Node: Simple Special Forms261159 +Node: Catch and Throw261941 +Node: Symbols and Variables264516 +Node: Introduction to Symbols264780 +Node: Obarrays265818 +Node: Symbol Values269351 +Node: Buffers and Textual Representation271639 +Node: Introduction to Buffers272297 +Node: The Text in a Buffer274960 +Node: Buffer Lists282110 +Node: Markers and Extents284061 +Node: Bufbytes and Emchars286326 +Node: The Buffer Object286541 +Node: MULE Character Sets and Encodings290021 +Node: Character Sets291083 +Node: Encodings294526 +Node: Japanese EUC (Extended Unix Code)295593 +Node: JIS7296407 +Node: Internal Mule Encodings297757 +Node: Internal String Encoding299587 +Node: Internal Character Encoding301700 +Node: CCL303424 +Node: The Lisp Reader and Compiler310176 +Node: Lstreams310389 +Node: Creating an Lstream311420 +Node: Lstream Types312630 +Node: Lstream Functions312882 +Node: Lstream Methods316448 +Node: Consoles; Devices; Frames; Windows319590 +Node: Introduction to Consoles; Devices; Frames; Windows319905 +Node: Point322397 +Node: Window Hierarchy323676 +Node: The Window Object328124 +Node: The Redisplay Mechanism331561 +Node: Critical Redisplay Sections332353 +Node: Line Start Cache333308 +Node: Redisplay Piece by Piece336544 +Node: Extents338580 +Node: Introduction to Extents339118 +Node: Extent Ordering340244 +Node: Format of the Extent Info341485 +Node: Zero-Length Extents343372 +Node: Mathematics of Extent Ordering344770 +Node: Extent Fragments349527 +Node: Faces350613 +Node: Glyphs350729 +Node: Specifiers353747 +Node: Menus353876 +Node: Subprocesses356134 +Node: Interface to X Windows358110 +Node: Index358281  End Tag Table