X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Finternals.info;h=c3f6ad18c071d1188aa234b11e868cd2719d588f;hb=61a5813f4e6161cd08f37b2cffaafd16479fc3c7;hp=df42ba5165d43d44ac7d3dcf42483b1bc273ec1b;hpb=82da33b61c3e2dd2937db17b75b2838188793053;p=chise%2Fxemacs-chise.git- diff --git a/info/internals.info b/info/internals.info index df42ba5..c3f6ad1 100644 --- a/info/internals.info +++ b/info/internals.info @@ -1,5 +1,5 @@ -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 @@ -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: 141396 -internals.info-5: 183427 -internals.info-6: 232848 -internals.info-7: 281578 -internals.info-8: 331035 +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  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 Modules109444 -Node: Low-Level Modules110264 -Node: Basic Lisp Modules117786 -Node: Modules for Standard Editing Operations126110 -Node: Editor-Level Control Flow Modules131998 -Node: Modules for the Basic Displayable Lisp Objects135445 -Node: Modules for other Display-Related Lisp Objects137967 -Node: Modules for the Redisplay Mechanism139045 -Node: Modules for Interfacing with the File System141396 -Node: Modules for Other Aspects of the Lisp Interpreter and Object System145094 -Node: Modules for Interfacing with the Operating System150548 -Node: Modules for Interfacing with X Windows158209 -Node: Modules for Internationalization161645 -Node: Allocation of Objects in XEmacs Lisp164282 -Node: Introduction to Allocation164836 -Node: Garbage Collection170299 -Node: GCPROing173252 -Node: Garbage Collection - Step by Step180063 -Node: Invocation180455 -Node: garbage_collect_1183427 -Node: mark_object192907 -Node: gc_sweep194719 -Node: sweep_lcrecords_1199782 -Node: compact_string_chars200777 -Node: sweep_strings202957 -Node: sweep_bit_vectors_1203922 -Node: Integers and Characters204598 -Node: Allocation from Frob Blocks205350 -Node: lrecords206954 -Node: Low-level allocation219416 -Node: Pure Space223584 -Node: Cons223759 -Node: Vector224475 -Node: Bit Vector225052 -Node: Symbol225545 -Node: Marker226114 -Node: String226669 -Node: Compiled Function230284 -Node: Events and the Event Loop230453 -Node: Introduction to Events230932 -Node: Main Loop232848 -Node: Specifics of the Event Gathering Mechanism236424 -Node: Specifics About the Emacs Event248877 -Node: The Event Stream Callback Routines249132 -Node: Other Event Loop Functions249377 -Node: Converting Events250517 -Node: Dispatching Events; The Command Builder251126 -Node: Evaluation; Stack Frames; Bindings251361 -Node: Evaluation251703 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects258243 -Node: Simple Special Forms260627 -Node: Catch and Throw261409 -Node: Symbols and Variables263984 -Node: Introduction to Symbols264248 -Node: Obarrays265286 -Node: Symbol Values268819 -Node: Buffers and Textual Representation271107 -Node: Introduction to Buffers271765 -Node: The Text in a Buffer274428 -Node: Buffer Lists281578 -Node: Markers and Extents283529 -Node: Bufbytes and Emchars285794 -Node: The Buffer Object286009 -Node: MULE Character Sets and Encodings289489 -Node: Character Sets290551 -Node: Encodings293994 -Node: Japanese EUC (Extended Unix Code)295061 -Node: JIS7295875 -Node: Internal Mule Encodings297225 -Node: Internal String Encoding299055 -Node: Internal Character Encoding301168 -Node: CCL302892 -Node: The Lisp Reader and Compiler309644 -Node: Lstreams309857 -Node: Creating an Lstream310888 -Node: Lstream Types312098 -Node: Lstream Functions312350 -Node: Lstream Methods315919 -Node: Consoles; Devices; Frames; Windows319062 -Node: Introduction to Consoles; Devices; Frames; Windows319377 -Node: Point321869 -Node: Window Hierarchy323148 -Node: The Window Object327598 -Node: The Redisplay Mechanism331035 -Node: Critical Redisplay Sections331827 -Node: Line Start Cache332782 -Node: Redisplay Piece by Piece336019 -Node: Extents338055 -Node: Introduction to Extents338593 -Node: Extent Ordering339719 -Node: Format of the Extent Info340960 -Node: Zero-Length Extents342848 -Node: Mathematics of Extent Ordering344246 -Node: Extent Fragments349003 -Node: Faces350090 -Node: Glyphs350206 -Node: Specifiers353224 -Node: Menus353353 -Node: Subprocesses355611 -Node: Interface to X Windows357587 -Node: Index357758 +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: 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  End Tag Table