X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Finternals.info;h=50efcfe6c8dbdb5aef539abc96975d22a4aef1fa;hb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;hp=c3f6ad18c071d1188aa234b11e868cd2719d588f;hpb=7d6edaefa00e7b7e102354283824a4f6a721b71a;p=chise%2Fxemacs-chise.git diff --git a/info/internals.info b/info/internals.info index c3f6ad1..50efcfe 100644 --- a/info/internals.info +++ b/info/internals.info @@ -3,7 +3,7 @@ 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: 1770 -internals.info-2: 45926 -internals.info-3: 92999 -internals.info-4: 141367 -internals.info-5: 183398 -internals.info-6: 232819 -internals.info-7: 281549 -internals.info-8: 331006 +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: Top1770 -Node: A History of Emacs6352 -Node: Through Version 187877 -Node: Lucid Emacs11298 -Node: GNU Emacs 1914316 -Node: GNU Emacs 2016499 -Node: XEmacs16926 -Node: XEmacs From the Outside20105 -Node: The Lisp Language21873 -Node: XEmacs From the Perspective of Building31418 -Node: XEmacs From the Inside37543 -Node: The XEmacs Object System (Abstractly Speaking)45926 +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 Code68576 -Node: General Coding Rules69380 -Node: Writing Lisp Primitives74540 -Node: Adding Global Lisp Variables85709 -Node: Coding for Mule89347 -Node: Character-Related Data Types90326 -Node: Working With Character and Byte Positions92999 -Node: Conversion to and from External Data96749 -Node: General Guidelines for Writing Mule-Aware Code101630 -Node: An Example of Mule-Aware Code103661 -Node: Techniques for XEmacs Developers105648 -Node: A Summary of the Various XEmacs Modules109415 -Node: Low-Level Modules110235 -Node: Basic Lisp Modules117757 -Node: Modules for Standard Editing Operations126081 -Node: Editor-Level Control Flow Modules131969 -Node: Modules for the Basic Displayable Lisp Objects135416 -Node: Modules for other Display-Related Lisp Objects137938 -Node: Modules for the Redisplay Mechanism139016 -Node: Modules for Interfacing with the File System141367 -Node: Modules for Other Aspects of the Lisp Interpreter and Object System145065 -Node: Modules for Interfacing with the Operating System150519 -Node: Modules for Interfacing with X Windows158180 -Node: Modules for Internationalization161616 -Node: Allocation of Objects in XEmacs Lisp164253 -Node: Introduction to Allocation164807 -Node: Garbage Collection170270 -Node: GCPROing173223 -Node: Garbage Collection - Step by Step180034 -Node: Invocation180426 -Node: garbage_collect_1183398 -Node: mark_object192878 -Node: gc_sweep194690 -Node: sweep_lcrecords_1199753 -Node: compact_string_chars200748 -Node: sweep_strings202928 -Node: sweep_bit_vectors_1203893 -Node: Integers and Characters204569 -Node: Allocation from Frob Blocks205321 -Node: lrecords206925 -Node: Low-level allocation219387 -Node: Pure Space223555 -Node: Cons223730 -Node: Vector224446 -Node: Bit Vector225023 -Node: Symbol225516 -Node: Marker226085 -Node: String226640 -Node: Compiled Function230255 -Node: Events and the Event Loop230424 -Node: Introduction to Events230903 -Node: Main Loop232819 -Node: Specifics of the Event Gathering Mechanism236395 -Node: Specifics About the Emacs Event248848 -Node: The Event Stream Callback Routines249103 -Node: Other Event Loop Functions249348 -Node: Converting Events250488 -Node: Dispatching Events; The Command Builder251097 -Node: Evaluation; Stack Frames; Bindings251332 -Node: Evaluation251674 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects258214 -Node: Simple Special Forms260598 -Node: Catch and Throw261380 -Node: Symbols and Variables263955 -Node: Introduction to Symbols264219 -Node: Obarrays265257 -Node: Symbol Values268790 -Node: Buffers and Textual Representation271078 -Node: Introduction to Buffers271736 -Node: The Text in a Buffer274399 -Node: Buffer Lists281549 -Node: Markers and Extents283500 -Node: Bufbytes and Emchars285765 -Node: The Buffer Object285980 -Node: MULE Character Sets and Encodings289460 -Node: Character Sets290522 -Node: Encodings293965 -Node: Japanese EUC (Extended Unix Code)295032 -Node: JIS7295846 -Node: Internal Mule Encodings297196 -Node: Internal String Encoding299026 -Node: Internal Character Encoding301139 -Node: CCL302863 -Node: The Lisp Reader and Compiler309615 -Node: Lstreams309828 -Node: Creating an Lstream310859 -Node: Lstream Types312069 -Node: Lstream Functions312321 -Node: Lstream Methods315890 -Node: Consoles; Devices; Frames; Windows319033 -Node: Introduction to Consoles; Devices; Frames; Windows319348 -Node: Point321840 -Node: Window Hierarchy323119 -Node: The Window Object327569 -Node: The Redisplay Mechanism331006 -Node: Critical Redisplay Sections331798 -Node: Line Start Cache332753 -Node: Redisplay Piece by Piece335990 -Node: Extents338026 -Node: Introduction to Extents338564 -Node: Extent Ordering339690 -Node: Format of the Extent Info340931 -Node: Zero-Length Extents342819 -Node: Mathematics of Extent Ordering344217 -Node: Extent Fragments348974 -Node: Faces350061 -Node: Glyphs350177 -Node: Specifiers353195 -Node: Menus353324 -Node: Subprocesses355582 -Node: Interface to X Windows357558 -Node: Index357729 +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