X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=info%2Finternals.info;h=5ac1c976fbc0353a5f847fb1566a32b53a34c215;hp=50efcfe6c8dbdb5aef539abc96975d22a4aef1fa;hb=79d2db7d65205bc85d471590726d0cf3af5598e0;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/info/internals.info b/info/internals.info index 50efcfe..5ac1c97 100644 --- a/info/internals.info +++ b/info/internals.info @@ -1,4 +1,4 @@ -This is ../info/internals.info, produced by makeinfo version 4.0 from +This is ../info/internals.info, produced by makeinfo version 4.6 from internals/internals.texi. INFO-DIR-SECTION XEmacs Editor @@ -7,8 +7,9 @@ START-INFO-DIR-ENTRY END-INFO-DIR-ENTRY Copyright (C) 1992 - 1996 Ben Wing. Copyright (C) 1996, 1997 Sun -Microsystems. Copyright (C) 1994 - 1998 Free Software Foundation. -Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. +Microsystems. Copyright (C) 1994 - 1998, 2002, 2003 Free Software +Foundation. Copyright (C) 1994, 1995 Board of Trustees, University of +Illinois. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -39,141 +40,157 @@ Foundation instead of in the original English.  Indirect: -internals.info-1: 1776 -internals.info-2: 45928 -internals.info-3: 93572 -internals.info-4: 141935 -internals.info-5: 183963 -internals.info-6: 233381 -internals.info-7: 282110 -internals.info-8: 331561 +internals.info-1: 1789 +internals.info-2: 301402  Tag Table: (Indirect) -Node: Top1776 -Node: A History of Emacs6358 -Node: Through Version 187883 -Node: Lucid Emacs11304 -Node: GNU Emacs 1914322 -Node: GNU Emacs 2016505 -Node: XEmacs16932 -Node: XEmacs From the Outside20111 -Node: The Lisp Language21878 -Node: XEmacs From the Perspective of Building31420 -Node: XEmacs From the Inside37545 -Node: The XEmacs Object System (Abstractly Speaking)45928 -Node: How Lisp Objects Are Represented in C60014 -Node: Rules When Writing New C Code68572 -Node: General Coding Rules69376 -Node: Writing Lisp Primitives75113 -Node: Adding Global Lisp Variables86282 -Node: Coding for Mule89920 -Node: Character-Related Data Types90899 -Node: Working With Character and Byte Positions93572 -Node: Conversion to and from External Data97322 -Node: General Guidelines for Writing Mule-Aware Code102203 -Node: An Example of Mule-Aware Code104234 -Node: Techniques for XEmacs Developers106221 -Node: A Summary of the Various XEmacs Modules109988 -Node: Low-Level Modules110808 -Node: Basic Lisp Modules118330 -Node: Modules for Standard Editing Operations126651 -Node: Editor-Level Control Flow Modules132539 -Node: Modules for the Basic Displayable Lisp Objects135985 -Node: Modules for other Display-Related Lisp Objects138507 -Node: Modules for the Redisplay Mechanism139584 -Node: Modules for Interfacing with the File System141935 -Node: Modules for Other Aspects of the Lisp Interpreter and Object System145633 -Node: Modules for Interfacing with the Operating System151086 -Node: Modules for Interfacing with X Windows158747 -Node: Modules for Internationalization162183 -Node: Allocation of Objects in XEmacs Lisp164820 -Node: Introduction to Allocation165374 -Node: Garbage Collection170836 -Node: GCPROing173789 -Node: Garbage Collection - Step by Step180599 -Node: Invocation180991 -Node: garbage_collect_1183963 -Node: mark_object193443 -Node: gc_sweep195255 -Node: sweep_lcrecords_1200318 -Node: compact_string_chars201313 -Node: sweep_strings203493 -Node: sweep_bit_vectors_1204458 -Node: Integers and Characters205134 -Node: Allocation from Frob Blocks205886 -Node: lrecords207490 -Node: Low-level allocation219952 -Node: Pure Space224120 -Node: Cons224295 -Node: Vector225011 -Node: Bit Vector225588 -Node: Symbol226081 -Node: Marker226650 -Node: String227205 -Node: Compiled Function230818 -Node: Events and the Event Loop230987 -Node: Introduction to Events231466 -Node: Main Loop233381 -Node: Specifics of the Event Gathering Mechanism236956 -Node: Specifics About the Emacs Event249409 -Node: The Event Stream Callback Routines249664 -Node: Other Event Loop Functions249909 -Node: Converting Events251049 -Node: Dispatching Events; The Command Builder251658 -Node: Evaluation; Stack Frames; Bindings251893 -Node: Evaluation252235 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects258775 -Node: Simple Special Forms261159 -Node: Catch and Throw261941 -Node: Symbols and Variables264516 -Node: Introduction to Symbols264780 -Node: Obarrays265818 -Node: Symbol Values269351 -Node: Buffers and Textual Representation271639 -Node: Introduction to Buffers272297 -Node: The Text in a Buffer274960 -Node: Buffer Lists282110 -Node: Markers and Extents284061 -Node: Bufbytes and Emchars286326 -Node: The Buffer Object286541 -Node: MULE Character Sets and Encodings290021 -Node: Character Sets291083 -Node: Encodings294526 -Node: Japanese EUC (Extended Unix Code)295593 -Node: JIS7296407 -Node: Internal Mule Encodings297757 -Node: Internal String Encoding299587 -Node: Internal Character Encoding301700 -Node: CCL303424 -Node: The Lisp Reader and Compiler310176 -Node: Lstreams310389 -Node: Creating an Lstream311420 -Node: Lstream Types312630 -Node: Lstream Functions312882 -Node: Lstream Methods316448 -Node: Consoles; Devices; Frames; Windows319590 -Node: Introduction to Consoles; Devices; Frames; Windows319905 -Node: Point322397 -Node: Window Hierarchy323676 -Node: The Window Object328124 -Node: The Redisplay Mechanism331561 -Node: Critical Redisplay Sections332353 -Node: Line Start Cache333308 -Node: Redisplay Piece by Piece336544 -Node: Extents338580 -Node: Introduction to Extents339118 -Node: Extent Ordering340244 -Node: Format of the Extent Info341485 -Node: Zero-Length Extents343372 -Node: Mathematics of Extent Ordering344770 -Node: Extent Fragments349527 -Node: Faces350613 -Node: Glyphs350729 -Node: Specifiers353747 -Node: Menus353876 -Node: Subprocesses356134 -Node: Interface to X Windows358110 -Node: Index358281 +Node: Top1789 +Node: A History of Emacs7157 +Node: Through Version 188679 +Node: Lucid Emacs12097 +Node: GNU Emacs 1916138 +Node: GNU Emacs 2018317 +Node: XEmacs18741 +Node: XEmacs From the Outside25850 +Node: The Lisp Language27614 +Node: XEmacs From the Perspective of Building37154 +Node: XEmacs From the Inside43276 +Node: The XEmacs Object System (Abstractly Speaking)51650 +Node: How Lisp Objects Are Represented in C65733 +Node: Rules When Writing New C Code71819 +Node: A Reader's Guide to XEmacs Coding Conventions72715 +Node: General Coding Rules77555 +Node: Writing Lisp Primitives83378 +Node: Writing Good Comments94538 +Node: Adding Global Lisp Variables98074 +Node: Proper Use of Unsigned Types102002 +Node: Coding for Mule103249 +Node: Character-Related Data Types104225 +Node: Working With Character and Byte Positions107195 +Node: Conversion to and from External Data110957 +Node: General Guidelines for Writing Mule-Aware Code117095 +Node: An Example of Mule-Aware Code119780 +Node: Techniques for XEmacs Developers121758 +Node: Regression Testing XEmacs130591 +Node: A Summary of the Various XEmacs Modules135037 +Node: Low-Level Modules135885 +Node: Basic Lisp Modules143298 +Node: Modules for Standard Editing Operations149892 +Node: Editor-Level Control Flow Modules155780 +Node: Modules for the Basic Displayable Lisp Objects159291 +Node: Modules for other Display-Related Lisp Objects162244 +Node: Modules for the Redisplay Mechanism163919 +Node: Modules for Interfacing with the File System166291 +Node: Modules for Other Aspects of the Lisp Interpreter and Object System169989 +Node: Modules for Interfacing with the Operating System176696 +Node: Modules for Interfacing with X Windows184252 +Node: Modules for Internationalization187735 +Node: Modules for Regression Testing190413 +Node: Allocation of Objects in XEmacs Lisp191113 +Node: Introduction to Allocation191634 +Node: Garbage Collection195272 +Node: GCPROing196426 +Node: Garbage Collection - Step by Step203584 +Node: Invocation203976 +Node: garbage_collect_1206944 +Node: mark_object216423 +Node: gc_sweep218232 +Node: sweep_lcrecords_1223293 +Node: compact_string_chars224285 +Node: sweep_strings226462 +Node: sweep_bit_vectors_1227424 +Node: Integers and Characters228097 +Node: Allocation from Frob Blocks228846 +Node: lrecords230447 +Node: Low-level allocation242670 +Node: Cons246774 +Node: Vector247497 +Node: Bit Vector248072 +Node: Symbol248562 +Node: Marker248913 +Node: String249465 +Node: Compiled Function253074 +Node: Dumping253240 +Node: Overview255458 +Node: Data descriptions256009 +Node: Dumping phase258011 +Node: Object inventory258411 +Node: Address allocation261322 +Node: The header262708 +Node: Data dumping263150 +Node: Pointers dumping263808 +Node: Reloading phase265195 +Node: Remaining issues266731 +Node: Events and the Event Loop267689 +Node: Introduction to Events268139 +Node: Main Loop270051 +Node: Specifics of the Event Gathering Mechanism273623 +Node: Specifics About the Emacs Event286073 +Node: The Event Stream Callback Routines286328 +Node: Other Event Loop Functions286573 +Node: Converting Events287710 +Node: Dispatching Events; The Command Builder288316 +Node: Evaluation; Stack Frames; Bindings288548 +Node: Evaluation288890 +Node: Dynamic Binding; The specbinding Stack; Unwind-Protects295399 +Node: Simple Special Forms297783 +Node: Catch and Throw298563 +Node: Symbols and Variables301138 +Node: Introduction to Symbols301402 +Node: Obarrays302437 +Node: Symbol Values305967 +Node: Buffers and Textual Representation308252 +Node: Introduction to Buffers308910 +Node: The Text in a Buffer311570 +Node: Buffer Lists318716 +Node: Markers and Extents320664 +Node: Bufbytes and Emchars322926 +Node: The Buffer Object323138 +Node: MULE Character Sets and Encodings326613 +Node: Character Sets327672 +Node: Encodings331112 +Node: Japanese EUC (Extended Unix Code)332176 +Node: JIS7332987 +Node: Internal Mule Encodings334334 +Node: Internal String Encoding336162 +Node: Internal Character Encoding338273 +Node: CCL339994 +Node: The Lisp Reader and Compiler346747 +Node: Lstreams346957 +Node: Creating an Lstream347985 +Node: Lstream Types349192 +Node: Lstream Functions349445 +Node: Lstream Methods353011 +Node: Consoles; Devices; Frames; Windows356153 +Node: Introduction to Consoles; Devices; Frames; Windows356468 +Node: Point358955 +Node: Window Hierarchy360231 +Node: The Window Object364680 +Node: The Redisplay Mechanism368114 +Node: Critical Redisplay Sections368903 +Node: Line Start Cache369855 +Node: Redisplay Piece by Piece373088 +Node: Extents375122 +Node: Introduction to Extents375656 +Node: Extent Ordering376779 +Node: Format of the Extent Info378017 +Node: Zero-Length Extents379901 +Node: Mathematics of Extent Ordering381297 +Node: Extent Fragments386052 +Node: Faces387135 +Node: Glyphs387248 +Node: Specifiers393869 +Node: Menus393995 +Node: Subprocesses396250 +Node: Interface to the X Window System398233 +Node: Lucid Widget Library398511 +Node: Generic Widget Interface399799 +Node: Scrollbars403355 +Node: Menubars403498 +Node: Checkboxes and Radio Buttons403641 +Node: Progress Bars403827 +Node: Tab Controls403987 +Node: Index404108  End Tag Table