X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Finternals.info;h=fd90b74463c0d6313c10b98aa6c207ef3b70cfe2;hb=6f3bf32c940c433d05fdc4eabebdb28153adc357;hp=976473ccb9680a5d038d1001423024d77d7a1c8d;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git- diff --git a/info/internals.info b/info/internals.info index 976473c..fd90b74 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-2: 46627 internals.info-3: 94463 -internals.info-4: 143504 -internals.info-5: 193454 -internals.info-6: 243016 -internals.info-7: 286633 -internals.info-8: 335499 +internals.info-4: 144160 +internals.info-5: 194051 +internals.info-6: 243655 +internals.info-7: 287722 +internals.info-8: 336589  Tag Table: (Indirect) @@ -61,10 +61,10 @@ 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: 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 Primitives71915 Node: Adding Global Lisp Variables83084 Node: Coding for Mule86722 @@ -76,114 +76,114 @@ 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 inventory233216 -Node: Address allocation236070 -Node: The header237457 -Node: Data dumping237965 -Node: Pointers dumping238626 -Node: Reloading phase239844 -Node: Remaining issues241605 -Node: Events and the Event Loop242566 -Node: Introduction to Events243016 -Node: Main Loop244965 -Node: Specifics of the Event Gathering Mechanism248540 -Node: Specifics About the Emacs Event260993 -Node: The Event Stream Callback Routines261248 -Node: Other Event Loop Functions261493 -Node: Converting Events262633 -Node: Dispatching Events; The Command Builder263242 -Node: Evaluation; Stack Frames; Bindings263477 -Node: Evaluation263819 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects270374 -Node: Simple Special Forms272758 -Node: Catch and Throw273541 -Node: Symbols and Variables276116 -Node: Introduction to Symbols276380 -Node: Obarrays277448 -Node: Symbol Values280981 -Node: Buffers and Textual Representation283269 -Node: Introduction to Buffers283927 -Node: The Text in a Buffer286633 -Node: Buffer Lists293783 -Node: Markers and Extents295734 -Node: Bufbytes and Emchars297999 -Node: The Buffer Object298214 -Node: MULE Character Sets and Encodings301694 -Node: Character Sets302756 -Node: Encodings306241 -Node: Japanese EUC (Extended Unix Code)307308 -Node: JIS7308140 -Node: Internal Mule Encodings309490 -Node: Internal String Encoding311320 -Node: Internal Character Encoding313465 -Node: CCL315189 -Node: The Lisp Reader and Compiler321941 -Node: Lstreams322154 -Node: Creating an Lstream323185 -Node: Lstream Types324412 -Node: Lstream Functions324664 -Node: Lstream Methods328230 -Node: Consoles; Devices; Frames; Windows331372 -Node: Introduction to Consoles; Devices; Frames; Windows331687 -Node: Point334220 -Node: Window Hierarchy335499 -Node: The Window Object339947 -Node: The Redisplay Mechanism343384 -Node: Critical Redisplay Sections344176 -Node: Line Start Cache345163 -Node: Redisplay Piece by Piece348399 -Node: Extents350436 -Node: Introduction to Extents350970 -Node: Extent Ordering352112 -Node: Format of the Extent Info353353 -Node: Zero-Length Extents355240 -Node: Mathematics of Extent Ordering356638 -Node: Extent Fragments361395 -Node: Faces362481 -Node: Glyphs362597 -Node: Specifiers365614 -Node: Menus365743 -Node: Subprocesses368001 -Node: Interface to X Windows369977 -Node: Index370148 +Node: Basic Lisp Modules121501 +Node: Modules for Standard Editing Operations128095 +Node: Editor-Level Control Flow Modules133983 +Node: Modules for the Basic Displayable Lisp Objects137494 +Node: Modules for other Display-Related Lisp Objects140447 +Node: Modules for the Redisplay Mechanism141788 +Node: Modules for Interfacing with the File System144160 +Node: Modules for Other Aspects of the Lisp Interpreter and Object System147858 +Node: Modules for Interfacing with the Operating System153311 +Node: Modules for Interfacing with X Windows160867 +Node: Modules for Internationalization164350 +Node: Allocation of Objects in XEmacs Lisp166987 +Node: Introduction to Allocation167508 +Node: Garbage Collection171194 +Node: GCPROing172350 +Node: Garbage Collection - Step by Step179354 +Node: Invocation179746 +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 allocation218512 +Node: Cons222619 +Node: Vector223345 +Node: Bit Vector223922 +Node: Symbol224415 +Node: Marker224769 +Node: String225324 +Node: Compiled Function228937 +Node: Dumping229106 +Node: Overview231327 +Node: Data descriptions231897 +Node: Dumping phase233902 +Node: Object inventory234305 +Node: Address allocation237159 +Node: The header238546 +Node: Data dumping239054 +Node: Pointers dumping239715 +Node: Reloading phase240933 +Node: Remaining issues242694 +Node: Events and the Event Loop243655 +Node: Introduction to Events244105 +Node: Main Loop246054 +Node: Specifics of the Event Gathering Mechanism249629 +Node: Specifics About the Emacs Event262082 +Node: The Event Stream Callback Routines262337 +Node: Other Event Loop Functions262582 +Node: Converting Events263722 +Node: Dispatching Events; The Command Builder264331 +Node: Evaluation; Stack Frames; Bindings264566 +Node: Evaluation264908 +Node: Dynamic Binding; The specbinding Stack; Unwind-Protects271463 +Node: Simple Special Forms273847 +Node: Catch and Throw274630 +Node: Symbols and Variables277205 +Node: Introduction to Symbols277469 +Node: Obarrays278537 +Node: Symbol Values282070 +Node: Buffers and Textual Representation284358 +Node: Introduction to Buffers285016 +Node: The Text in a Buffer287722 +Node: Buffer Lists294872 +Node: Markers and Extents296823 +Node: Bufbytes and Emchars299088 +Node: The Buffer Object299303 +Node: MULE Character Sets and Encodings302783 +Node: Character Sets303845 +Node: Encodings307330 +Node: Japanese EUC (Extended Unix Code)308397 +Node: JIS7309229 +Node: Internal Mule Encodings310579 +Node: Internal String Encoding312409 +Node: Internal Character Encoding314554 +Node: CCL316278 +Node: The Lisp Reader and Compiler323031 +Node: Lstreams323244 +Node: Creating an Lstream324275 +Node: Lstream Types325502 +Node: Lstream Functions325754 +Node: Lstream Methods329320 +Node: Consoles; Devices; Frames; Windows332462 +Node: Introduction to Consoles; Devices; Frames; Windows332777 +Node: Point335310 +Node: Window Hierarchy336589 +Node: The Window Object341041 +Node: The Redisplay Mechanism344478 +Node: Critical Redisplay Sections345270 +Node: Line Start Cache346257 +Node: Redisplay Piece by Piece349493 +Node: Extents351530 +Node: Introduction to Extents352064 +Node: Extent Ordering353206 +Node: Format of the Extent Info354447 +Node: Zero-Length Extents356334 +Node: Mathematics of Extent Ordering357734 +Node: Extent Fragments362491 +Node: Faces363577 +Node: Glyphs363693 +Node: Specifiers366712 +Node: Menus366841 +Node: Subprocesses369099 +Node: Interface to X Windows371075 +Node: Index371246  End Tag Table