X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=info%2Finternals.info;h=4acd152379e1e8da5ac9323b34cd2e7db9f86ef1;hp=e7379aa2e6bb15873b80324ab2382436f109aad5;hb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;hpb=032d062ebcb2344e6245cea4214bc09835da97ee diff --git a/info/internals.info b/info/internals.info index e7379aa..4acd152 100644 --- a/info/internals.info +++ b/info/internals.info @@ -40,13 +40,13 @@ Foundation instead of in the original English.  Indirect: internals.info-1: 1776 -internals.info-2: 46628 -internals.info-3: 94463 -internals.info-4: 143504 -internals.info-5: 193454 -internals.info-6: 243017 -internals.info-7: 286634 -internals.info-8: 335501 +internals.info-2: 46627 +internals.info-3: 94462 +internals.info-4: 144159 +internals.info-5: 194051 +internals.info-6: 243653 +internals.info-7: 287720 +internals.info-8: 336587  Tag Table: (Indirect) @@ -61,129 +61,129 @@ Node: XEmacs From the Outside20810 Node: The Lisp Language22577 Node: XEmacs From the Perspective of Building32120 Node: XEmacs From the Inside38245 -Node: The XEmacs Object System (Abstractly Speaking)46628 -Node: How Lisp Objects Are Represented in C60714 -Node: Rules When Writing New C Code65391 -Node: General Coding Rules66195 -Node: Writing Lisp Primitives71915 -Node: Adding Global Lisp Variables83084 -Node: Coding for Mule86722 -Node: Character-Related Data Types87701 -Node: Working With Character and Byte Positions90698 -Node: Conversion to and from External Data94463 -Node: General Guidelines for Writing Mule-Aware Code100604 -Node: An Example of Mule-Aware Code103292 -Node: Techniques for XEmacs Developers105273 -Node: A Summary of the Various XEmacs Modules113220 -Node: Low-Level Modules114040 -Node: Basic Lisp Modules121610 -Node: Modules for Standard Editing Operations128220 -Node: Editor-Level Control Flow Modules134108 -Node: Modules for the Basic Displayable Lisp Objects137554 -Node: Modules for other Display-Related Lisp Objects140076 -Node: Modules for the Redisplay Mechanism141153 -Node: Modules for Interfacing with the File System143504 -Node: Modules for Other Aspects of the Lisp Interpreter and Object System147202 -Node: Modules for Interfacing with the Operating System152655 -Node: Modules for Interfacing with X Windows160316 -Node: Modules for Internationalization163752 -Node: Allocation of Objects in XEmacs Lisp166389 -Node: Introduction to Allocation166910 -Node: Garbage Collection170596 -Node: GCPROing171752 -Node: Garbage Collection - Step by Step178756 -Node: Invocation179148 -Node: garbage_collect_1182162 -Node: mark_object191642 -Node: gc_sweep193454 -Node: sweep_lcrecords_1198517 -Node: compact_string_chars199512 -Node: sweep_strings201692 -Node: sweep_bit_vectors_1202657 -Node: Integers and Characters203333 -Node: Allocation from Frob Blocks204085 -Node: lrecords205689 -Node: Low-level allocation217424 -Node: Cons221531 -Node: Vector222257 -Node: Bit Vector222834 -Node: Symbol223327 -Node: Marker223681 -Node: String224236 -Node: Compiled Function227849 -Node: Dumping228018 -Node: Overview230239 -Node: Data descriptions230809 -Node: Dumping phase232814 -Node: Object inventory233217 -Node: Address allocation236071 -Node: The header237458 -Node: Data dumping237966 -Node: Pointers dumping238627 -Node: Reloading phase239845 -Node: Remaining issues241606 -Node: Events and the Event Loop242567 -Node: Introduction to Events243017 -Node: Main Loop244966 -Node: Specifics of the Event Gathering Mechanism248541 -Node: Specifics About the Emacs Event260994 -Node: The Event Stream Callback Routines261249 -Node: Other Event Loop Functions261494 -Node: Converting Events262634 -Node: Dispatching Events; The Command Builder263243 -Node: Evaluation; Stack Frames; Bindings263478 -Node: Evaluation263820 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects270375 -Node: Simple Special Forms272759 -Node: Catch and Throw273542 -Node: Symbols and Variables276117 -Node: Introduction to Symbols276381 -Node: Obarrays277449 -Node: Symbol Values280982 -Node: Buffers and Textual Representation283270 -Node: Introduction to Buffers283928 -Node: The Text in a Buffer286634 -Node: Buffer Lists293784 -Node: Markers and Extents295735 -Node: Bufbytes and Emchars298000 -Node: The Buffer Object298215 -Node: MULE Character Sets and Encodings301695 -Node: Character Sets302757 -Node: Encodings306242 -Node: Japanese EUC (Extended Unix Code)307309 -Node: JIS7308141 -Node: Internal Mule Encodings309491 -Node: Internal String Encoding311321 -Node: Internal Character Encoding313466 -Node: CCL315190 -Node: The Lisp Reader and Compiler321943 -Node: Lstreams322156 -Node: Creating an Lstream323187 -Node: Lstream Types324414 -Node: Lstream Functions324666 -Node: Lstream Methods328232 -Node: Consoles; Devices; Frames; Windows331374 -Node: Introduction to Consoles; Devices; Frames; Windows331689 -Node: Point334222 -Node: Window Hierarchy335501 -Node: The Window Object339949 -Node: The Redisplay Mechanism343386 -Node: Critical Redisplay Sections344178 -Node: Line Start Cache345165 -Node: Redisplay Piece by Piece348401 -Node: Extents350438 -Node: Introduction to Extents350972 -Node: Extent Ordering352114 -Node: Format of the Extent Info353355 -Node: Zero-Length Extents355242 -Node: Mathematics of Extent Ordering356640 -Node: Extent Fragments361397 -Node: Faces362483 -Node: Glyphs362599 -Node: Specifiers365616 -Node: Menus365745 -Node: Subprocesses368003 -Node: Interface to X Windows369979 -Node: Index370150 +Node: The XEmacs Object System (Abstractly Speaking)46627 +Node: How Lisp Objects Are Represented in C60713 +Node: Rules When Writing New C Code65390 +Node: General Coding Rules66194 +Node: Writing Lisp Primitives71914 +Node: Adding Global Lisp Variables83083 +Node: Coding for Mule86721 +Node: Character-Related Data Types87700 +Node: Working With Character and Byte Positions90697 +Node: Conversion to and from External Data94462 +Node: General Guidelines for Writing Mule-Aware Code100603 +Node: An Example of Mule-Aware Code103291 +Node: Techniques for XEmacs Developers105272 +Node: A Summary of the Various XEmacs Modules113219 +Node: Low-Level Modules114039 +Node: Basic Lisp Modules121500 +Node: Modules for Standard Editing Operations128094 +Node: Editor-Level Control Flow Modules133982 +Node: Modules for the Basic Displayable Lisp Objects137493 +Node: Modules for other Display-Related Lisp Objects140446 +Node: Modules for the Redisplay Mechanism141787 +Node: Modules for Interfacing with the File System144159 +Node: Modules for Other Aspects of the Lisp Interpreter and Object System147857 +Node: Modules for Interfacing with the Operating System153310 +Node: Modules for Interfacing with X Windows160866 +Node: Modules for Internationalization164349 +Node: Allocation of Objects in XEmacs Lisp166986 +Node: Introduction to Allocation167507 +Node: Garbage Collection171193 +Node: GCPROing172349 +Node: Garbage Collection - Step by Step179353 +Node: Invocation179745 +Node: garbage_collect_1182759 +Node: mark_object192239 +Node: gc_sweep194051 +Node: sweep_lcrecords_1199114 +Node: compact_string_chars200109 +Node: sweep_strings202289 +Node: sweep_bit_vectors_1203254 +Node: Integers and Characters203930 +Node: Allocation from Frob Blocks204682 +Node: lrecords206286 +Node: Low-level allocation218510 +Node: Cons222617 +Node: Vector223343 +Node: Bit Vector223920 +Node: Symbol224413 +Node: Marker224767 +Node: String225322 +Node: Compiled Function228935 +Node: Dumping229104 +Node: Overview231325 +Node: Data descriptions231895 +Node: Dumping phase233900 +Node: Object inventory234303 +Node: Address allocation237157 +Node: The header238544 +Node: Data dumping239052 +Node: Pointers dumping239713 +Node: Reloading phase240931 +Node: Remaining issues242692 +Node: Events and the Event Loop243653 +Node: Introduction to Events244103 +Node: Main Loop246052 +Node: Specifics of the Event Gathering Mechanism249627 +Node: Specifics About the Emacs Event262080 +Node: The Event Stream Callback Routines262335 +Node: Other Event Loop Functions262580 +Node: Converting Events263720 +Node: Dispatching Events; The Command Builder264329 +Node: Evaluation; Stack Frames; Bindings264564 +Node: Evaluation264906 +Node: Dynamic Binding; The specbinding Stack; Unwind-Protects271461 +Node: Simple Special Forms273845 +Node: Catch and Throw274628 +Node: Symbols and Variables277203 +Node: Introduction to Symbols277467 +Node: Obarrays278535 +Node: Symbol Values282068 +Node: Buffers and Textual Representation284356 +Node: Introduction to Buffers285014 +Node: The Text in a Buffer287720 +Node: Buffer Lists294870 +Node: Markers and Extents296821 +Node: Bufbytes and Emchars299086 +Node: The Buffer Object299301 +Node: MULE Character Sets and Encodings302781 +Node: Character Sets303843 +Node: Encodings307328 +Node: Japanese EUC (Extended Unix Code)308395 +Node: JIS7309227 +Node: Internal Mule Encodings310577 +Node: Internal String Encoding312407 +Node: Internal Character Encoding314552 +Node: CCL316276 +Node: The Lisp Reader and Compiler323029 +Node: Lstreams323242 +Node: Creating an Lstream324273 +Node: Lstream Types325500 +Node: Lstream Functions325752 +Node: Lstream Methods329318 +Node: Consoles; Devices; Frames; Windows332460 +Node: Introduction to Consoles; Devices; Frames; Windows332775 +Node: Point335308 +Node: Window Hierarchy336587 +Node: The Window Object341035 +Node: The Redisplay Mechanism344472 +Node: Critical Redisplay Sections345264 +Node: Line Start Cache346251 +Node: Redisplay Piece by Piece349487 +Node: Extents351524 +Node: Introduction to Extents352058 +Node: Extent Ordering353200 +Node: Format of the Extent Info354441 +Node: Zero-Length Extents356328 +Node: Mathematics of Extent Ordering357726 +Node: Extent Fragments362483 +Node: Faces363569 +Node: Glyphs363685 +Node: Specifiers366704 +Node: Menus366833 +Node: Subprocesses369091 +Node: Interface to X Windows371067 +Node: Index371238  End Tag Table