X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=info%2Finternals.info;h=c6d99bda74b597e069256f336d9ab330764935aa;hp=0446b0ae630b600905b411e916a372484c8d906f;hb=3062d425fac0473eb5aa2efc0bb002f6ce0cb028;hpb=c740b47fa11cbfe4416bbcfb991ad714f82610a8 diff --git a/info/internals.info b/info/internals.info index 0446b0a..c6d99bd 100644 --- a/info/internals.info +++ b/info/internals.info @@ -40,158 +40,160 @@ Foundation instead of in the original English.  Indirect: internals.info-1: 1776 -internals.info-2: 46637 -internals.info-3: 94562 -internals.info-4: 144259 -internals.info-5: 194152 -internals.info-6: 243742 -internals.info-7: 287809 -internals.info-8: 336676 -internals.info-9: 380670 +internals.info-2: 46623 +internals.info-3: 95573 +internals.info-4: 145274 +internals.info-5: 187499 +internals.info-6: 236623 +internals.info-7: 283120 +internals.info-8: 330185 +internals.info-9: 379320  Tag Table: (Indirect) Node: Top1776 -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_object192340 -Node: gc_sweep194152 -Node: sweep_lcrecords_1199215 -Node: compact_string_chars200210 -Node: sweep_strings202390 -Node: sweep_bit_vectors_1203355 -Node: Integers and Characters204031 -Node: Allocation from Frob Blocks204783 -Node: lrecords206387 -Node: Low-level allocation218613 -Node: Cons222720 -Node: Vector223446 -Node: Bit Vector224023 -Node: Symbol224516 -Node: Marker224870 -Node: String225425 -Node: Compiled Function229038 -Node: Dumping229207 -Node: Overview231428 -Node: Data descriptions231998 -Node: Dumping phase234003 -Node: Object inventory234406 -Node: Address allocation237342 -Node: The header238731 -Node: Data dumping239176 -Node: Pointers dumping239837 -Node: Reloading phase241227 -Node: Remaining issues242781 -Node: Events and the Event Loop243742 -Node: Introduction to Events244192 -Node: Main Loop246141 -Node: Specifics of the Event Gathering Mechanism249716 -Node: Specifics About the Emacs Event262169 -Node: The Event Stream Callback Routines262424 -Node: Other Event Loop Functions262669 -Node: Converting Events263809 -Node: Dispatching Events; The Command Builder264418 -Node: Evaluation; Stack Frames; Bindings264653 -Node: Evaluation264995 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects271550 -Node: Simple Special Forms273934 -Node: Catch and Throw274717 -Node: Symbols and Variables277292 -Node: Introduction to Symbols277556 -Node: Obarrays278624 -Node: Symbol Values282157 -Node: Buffers and Textual Representation284445 -Node: Introduction to Buffers285103 -Node: The Text in a Buffer287809 -Node: Buffer Lists294959 -Node: Markers and Extents296910 -Node: Bufbytes and Emchars299175 -Node: The Buffer Object299390 -Node: MULE Character Sets and Encodings302870 -Node: Character Sets303932 -Node: Encodings307417 -Node: Japanese EUC (Extended Unix Code)308484 -Node: JIS7309316 -Node: Internal Mule Encodings310666 -Node: Internal String Encoding312496 -Node: Internal Character Encoding314641 -Node: CCL316365 -Node: The Lisp Reader and Compiler323118 -Node: Lstreams323331 -Node: Creating an Lstream324362 -Node: Lstream Types325589 -Node: Lstream Functions325841 -Node: Lstream Methods329407 -Node: Consoles; Devices; Frames; Windows332549 -Node: Introduction to Consoles; Devices; Frames; Windows332864 -Node: Point335397 -Node: Window Hierarchy336676 -Node: The Window Object341128 -Node: The Redisplay Mechanism344565 -Node: Critical Redisplay Sections345357 -Node: Line Start Cache346344 -Node: Redisplay Piece by Piece349580 -Node: Extents351617 -Node: Introduction to Extents352151 -Node: Extent Ordering353293 -Node: Format of the Extent Info354534 -Node: Zero-Length Extents356421 -Node: Mathematics of Extent Ordering357821 -Node: Extent Fragments362578 -Node: Faces363664 -Node: Glyphs363780 -Node: Specifiers370413 -Node: Menus370542 -Node: Subprocesses372800 -Node: Interface to the X Window System374786 -Node: Lucid Widget Library375067 -Node: Generic Widget Interface376358 -Node: Scrollbars379917 -Node: Menubars380060 -Node: Checkboxes and Radio Buttons380203 -Node: Progress Bars380389 -Node: Tab Controls380549 -Node: Index380670 +Node: A History of Emacs7053 +Node: Through Version 188578 +Node: Lucid Emacs11999 +Node: GNU Emacs 1915017 +Node: GNU Emacs 2017200 +Node: XEmacs17627 +Node: XEmacs From the Outside20806 +Node: The Lisp Language22573 +Node: XEmacs From the Perspective of Building32116 +Node: XEmacs From the Inside38241 +Node: The XEmacs Object System (Abstractly Speaking)46623 +Node: How Lisp Objects Are Represented in C60709 +Node: Rules When Writing New C Code65386 +Node: General Coding Rules66249 +Node: Writing Lisp Primitives72021 +Node: Writing Good Comments83183 +Node: Adding Global Lisp Variables86722 +Node: Proper Use of Unsigned Types90371 +Node: Coding for Mule91621 +Node: Character-Related Data Types92600 +Node: Working With Character and Byte Positions95573 +Node: Conversion to and from External Data99338 +Node: General Guidelines for Writing Mule-Aware Code105479 +Node: An Example of Mule-Aware Code108167 +Node: Techniques for XEmacs Developers110148 +Node: A Summary of the Various XEmacs Modules118095 +Node: Low-Level Modules118915 +Node: Basic Lisp Modules126328 +Node: Modules for Standard Editing Operations132922 +Node: Editor-Level Control Flow Modules138810 +Node: Modules for the Basic Displayable Lisp Objects142321 +Node: Modules for other Display-Related Lisp Objects145274 +Node: Modules for the Redisplay Mechanism146615 +Node: Modules for Interfacing with the File System148987 +Node: Modules for Other Aspects of the Lisp Interpreter and Object System152685 +Node: Modules for Interfacing with the Operating System158138 +Node: Modules for Interfacing with X Windows165694 +Node: Modules for Internationalization169177 +Node: Allocation of Objects in XEmacs Lisp171814 +Node: Introduction to Allocation172335 +Node: Garbage Collection175976 +Node: GCPROing177132 +Node: Garbage Collection - Step by Step184136 +Node: Invocation184528 +Node: garbage_collect_1187499 +Node: mark_object196981 +Node: gc_sweep198793 +Node: sweep_lcrecords_1203856 +Node: compact_string_chars204851 +Node: sweep_strings207031 +Node: sweep_bit_vectors_1207996 +Node: Integers and Characters208672 +Node: Allocation from Frob Blocks209424 +Node: lrecords211028 +Node: Low-level allocation223254 +Node: Cons227361 +Node: Vector228087 +Node: Bit Vector228664 +Node: Symbol229157 +Node: Marker229511 +Node: String230066 +Node: Compiled Function233679 +Node: Dumping233848 +Node: Overview236069 +Node: Data descriptions236623 +Node: Dumping phase238628 +Node: Object inventory239031 +Node: Address allocation241945 +Node: The header243334 +Node: Data dumping243779 +Node: Pointers dumping244440 +Node: Reloading phase245830 +Node: Remaining issues247384 +Node: Events and the Event Loop248345 +Node: Introduction to Events248795 +Node: Main Loop250710 +Node: Specifics of the Event Gathering Mechanism254285 +Node: Specifics About the Emacs Event266738 +Node: The Event Stream Callback Routines266993 +Node: Other Event Loop Functions267238 +Node: Converting Events268378 +Node: Dispatching Events; The Command Builder268987 +Node: Evaluation; Stack Frames; Bindings269222 +Node: Evaluation269564 +Node: Dynamic Binding; The specbinding Stack; Unwind-Protects276076 +Node: Simple Special Forms278460 +Node: Catch and Throw279243 +Node: Symbols and Variables281818 +Node: Introduction to Symbols282082 +Node: Obarrays283120 +Node: Symbol Values286653 +Node: Buffers and Textual Representation288941 +Node: Introduction to Buffers289599 +Node: The Text in a Buffer292262 +Node: Buffer Lists299412 +Node: Markers and Extents301363 +Node: Bufbytes and Emchars303628 +Node: The Buffer Object303843 +Node: MULE Character Sets and Encodings307323 +Node: Character Sets308385 +Node: Encodings311828 +Node: Japanese EUC (Extended Unix Code)312895 +Node: JIS7313709 +Node: Internal Mule Encodings315059 +Node: Internal String Encoding316889 +Node: Internal Character Encoding319002 +Node: CCL320726 +Node: The Lisp Reader and Compiler327479 +Node: Lstreams327692 +Node: Creating an Lstream328723 +Node: Lstream Types329933 +Node: Lstream Functions330185 +Node: Lstream Methods333751 +Node: Consoles; Devices; Frames; Windows336893 +Node: Introduction to Consoles; Devices; Frames; Windows337208 +Node: Point339698 +Node: Window Hierarchy340977 +Node: The Window Object345429 +Node: The Redisplay Mechanism348866 +Node: Critical Redisplay Sections349658 +Node: Line Start Cache350613 +Node: Redisplay Piece by Piece353849 +Node: Extents355886 +Node: Introduction to Extents356420 +Node: Extent Ordering357546 +Node: Format of the Extent Info358787 +Node: Zero-Length Extents360674 +Node: Mathematics of Extent Ordering362074 +Node: Extent Fragments366831 +Node: Faces367917 +Node: Glyphs368033 +Node: Specifiers374666 +Node: Menus374795 +Node: Subprocesses377053 +Node: Interface to the X Window System379039 +Node: Lucid Widget Library379320 +Node: Generic Widget Interface380611 +Node: Scrollbars384170 +Node: Menubars384313 +Node: Checkboxes and Radio Buttons384456 +Node: Progress Bars384642 +Node: Tab Controls384802 +Node: Index384923  End Tag Table