X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=info%2Finternals.info;h=9336f06c9e2da471b31600c59b8f53f5b4ce3391;hb=14144012929ab5944f367d5d1b323ab8268abb05;hp=fd90b74463c0d6313c10b98aa6c207ef3b70cfe2;hpb=98a6e4055a1fa624c592ac06f79287d55196ca37;p=chise%2Fxemacs-chise.git- diff --git a/info/internals.info b/info/internals.info index fd90b74..9336f06 100644 --- a/info/internals.info +++ b/info/internals.info @@ -40,150 +40,157 @@ Foundation instead of in the original English.  Indirect: internals.info-1: 1776 -internals.info-2: 46627 -internals.info-3: 94463 -internals.info-4: 144160 -internals.info-5: 194051 -internals.info-6: 243655 -internals.info-7: 287722 -internals.info-8: 336589 +internals.info-2: 46637 +internals.info-3: 94562 +internals.info-4: 144259 +internals.info-5: 194150 +internals.info-6: 243751 +internals.info-7: 287818 +internals.info-8: 336685  Tag Table: (Indirect) Node: Top1776 -Node: A History of Emacs7030 -Node: Through Version 188555 -Node: Lucid Emacs12003 -Node: GNU Emacs 1915021 -Node: GNU Emacs 2017204 -Node: XEmacs17631 -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)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 -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 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 +Node: A History of Emacs7040 +Node: Through Version 188565 +Node: Lucid Emacs12013 +Node: GNU Emacs 1915031 +Node: GNU Emacs 2017214 +Node: XEmacs17641 +Node: XEmacs From the Outside20820 +Node: The Lisp Language22587 +Node: XEmacs From the Perspective of Building32130 +Node: XEmacs From the Inside38255 +Node: The XEmacs Object System (Abstractly Speaking)46637 +Node: How Lisp Objects Are Represented in C60723 +Node: Rules When Writing New C Code65400 +Node: General Coding Rules66204 +Node: Writing Lisp Primitives72014 +Node: Adding Global Lisp Variables83183 +Node: Coding for Mule86821 +Node: Character-Related Data Types87800 +Node: Working With Character and Byte Positions90797 +Node: Conversion to and from External Data94562 +Node: General Guidelines for Writing Mule-Aware Code100703 +Node: An Example of Mule-Aware Code103391 +Node: Techniques for XEmacs Developers105372 +Node: A Summary of the Various XEmacs Modules113319 +Node: Low-Level Modules114139 +Node: Basic Lisp Modules121600 +Node: Modules for Standard Editing Operations128194 +Node: Editor-Level Control Flow Modules134082 +Node: Modules for the Basic Displayable Lisp Objects137593 +Node: Modules for other Display-Related Lisp Objects140546 +Node: Modules for the Redisplay Mechanism141887 +Node: Modules for Interfacing with the File System144259 +Node: Modules for Other Aspects of the Lisp Interpreter and Object System147957 +Node: Modules for Interfacing with the Operating System153410 +Node: Modules for Interfacing with X Windows160966 +Node: Modules for Internationalization164449 +Node: Allocation of Objects in XEmacs Lisp167086 +Node: Introduction to Allocation167607 +Node: Garbage Collection171293 +Node: GCPROing172449 +Node: Garbage Collection - Step by Step179453 +Node: Invocation179845 +Node: garbage_collect_1182858 +Node: mark_object192338 +Node: gc_sweep194150 +Node: sweep_lcrecords_1199213 +Node: compact_string_chars200208 +Node: sweep_strings202388 +Node: sweep_bit_vectors_1203353 +Node: Integers and Characters204029 +Node: Allocation from Frob Blocks204781 +Node: lrecords206385 +Node: Low-level allocation218611 +Node: Cons222718 +Node: Vector223444 +Node: Bit Vector224021 +Node: Symbol224514 +Node: Marker224868 +Node: String225423 +Node: Compiled Function229036 +Node: Dumping229205 +Node: Overview231426 +Node: Data descriptions231996 +Node: Dumping phase234001 +Node: Object inventory234404 +Node: Address allocation237257 +Node: The header238646 +Node: Data dumping239153 +Node: Pointers dumping239814 +Node: Reloading phase241029 +Node: Remaining issues242790 +Node: Events and the Event Loop243751 +Node: Introduction to Events244201 +Node: Main Loop246150 +Node: Specifics of the Event Gathering Mechanism249725 +Node: Specifics About the Emacs Event262178 +Node: The Event Stream Callback Routines262433 +Node: Other Event Loop Functions262678 +Node: Converting Events263818 +Node: Dispatching Events; The Command Builder264427 +Node: Evaluation; Stack Frames; Bindings264662 +Node: Evaluation265004 +Node: Dynamic Binding; The specbinding Stack; Unwind-Protects271559 +Node: Simple Special Forms273943 +Node: Catch and Throw274726 +Node: Symbols and Variables277301 +Node: Introduction to Symbols277565 +Node: Obarrays278633 +Node: Symbol Values282166 +Node: Buffers and Textual Representation284454 +Node: Introduction to Buffers285112 +Node: The Text in a Buffer287818 +Node: Buffer Lists294968 +Node: Markers and Extents296919 +Node: Bufbytes and Emchars299184 +Node: The Buffer Object299399 +Node: MULE Character Sets and Encodings302879 +Node: Character Sets303941 +Node: Encodings307426 +Node: Japanese EUC (Extended Unix Code)308493 +Node: JIS7309325 +Node: Internal Mule Encodings310675 +Node: Internal String Encoding312505 +Node: Internal Character Encoding314650 +Node: CCL316374 +Node: The Lisp Reader and Compiler323127 +Node: Lstreams323340 +Node: Creating an Lstream324371 +Node: Lstream Types325598 +Node: Lstream Functions325850 +Node: Lstream Methods329416 +Node: Consoles; Devices; Frames; Windows332558 +Node: Introduction to Consoles; Devices; Frames; Windows332873 +Node: Point335406 +Node: Window Hierarchy336685 +Node: The Window Object341137 +Node: The Redisplay Mechanism344574 +Node: Critical Redisplay Sections345366 +Node: Line Start Cache346353 +Node: Redisplay Piece by Piece349589 +Node: Extents351626 +Node: Introduction to Extents352160 +Node: Extent Ordering353302 +Node: Format of the Extent Info354543 +Node: Zero-Length Extents356430 +Node: Mathematics of Extent Ordering357830 +Node: Extent Fragments362587 +Node: Faces363673 +Node: Glyphs363789 +Node: Specifiers365976 +Node: Menus366105 +Node: Subprocesses368363 +Node: Interface to the X Window System370349 +Node: Lucid Widget Library370630 +Node: Generic Widget Interface371921 +Node: Scrollbars375480 +Node: Menubars375623 +Node: Checkboxes and Radio Buttons375766 +Node: Progress Bars375952 +Node: Tab Controls376112 +Node: Index376233  End Tag Table