X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=info%2Finternals.info;h=5ac1c976fbc0353a5f847fb1566a32b53a34c215;hp=c3f6ad18c071d1188aa234b11e868cd2719d588f;hb=79d2db7d65205bc85d471590726d0cf3af5598e0;hpb=b5eeb6918c29470b36f8461c402eb0c65cb19bd2;ds=sidebyside diff --git a/info/internals.info b/info/internals.info index c3f6ad1..5ac1c97 100644 --- a/info/internals.info +++ b/info/internals.info @@ -1,14 +1,15 @@ -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 START-INFO-DIR-ENTRY -* Internals: (internals). XEmacs Internals Manual. +* Internals: (internals). XEmacs Internals Manual. 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: 1770 -internals.info-2: 45926 -internals.info-3: 92999 -internals.info-4: 141367 -internals.info-5: 183398 -internals.info-6: 232819 -internals.info-7: 281549 -internals.info-8: 331006 +internals.info-1: 1789 +internals.info-2: 301402  Tag Table: (Indirect) -Node: Top1770 -Node: A History of Emacs6352 -Node: Through Version 187877 -Node: Lucid Emacs11298 -Node: GNU Emacs 1914316 -Node: GNU Emacs 2016499 -Node: XEmacs16926 -Node: XEmacs From the Outside20105 -Node: The Lisp Language21873 -Node: XEmacs From the Perspective of Building31418 -Node: XEmacs From the Inside37543 -Node: The XEmacs Object System (Abstractly Speaking)45926 -Node: How Lisp Objects Are Represented in C60014 -Node: Rules When Writing New C Code68576 -Node: General Coding Rules69380 -Node: Writing Lisp Primitives74540 -Node: Adding Global Lisp Variables85709 -Node: Coding for Mule89347 -Node: Character-Related Data Types90326 -Node: Working With Character and Byte Positions92999 -Node: Conversion to and from External Data96749 -Node: General Guidelines for Writing Mule-Aware Code101630 -Node: An Example of Mule-Aware Code103661 -Node: Techniques for XEmacs Developers105648 -Node: A Summary of the Various XEmacs Modules109415 -Node: Low-Level Modules110235 -Node: Basic Lisp Modules117757 -Node: Modules for Standard Editing Operations126081 -Node: Editor-Level Control Flow Modules131969 -Node: Modules for the Basic Displayable Lisp Objects135416 -Node: Modules for other Display-Related Lisp Objects137938 -Node: Modules for the Redisplay Mechanism139016 -Node: Modules for Interfacing with the File System141367 -Node: Modules for Other Aspects of the Lisp Interpreter and Object System145065 -Node: Modules for Interfacing with the Operating System150519 -Node: Modules for Interfacing with X Windows158180 -Node: Modules for Internationalization161616 -Node: Allocation of Objects in XEmacs Lisp164253 -Node: Introduction to Allocation164807 -Node: Garbage Collection170270 -Node: GCPROing173223 -Node: Garbage Collection - Step by Step180034 -Node: Invocation180426 -Node: garbage_collect_1183398 -Node: mark_object192878 -Node: gc_sweep194690 -Node: sweep_lcrecords_1199753 -Node: compact_string_chars200748 -Node: sweep_strings202928 -Node: sweep_bit_vectors_1203893 -Node: Integers and Characters204569 -Node: Allocation from Frob Blocks205321 -Node: lrecords206925 -Node: Low-level allocation219387 -Node: Pure Space223555 -Node: Cons223730 -Node: Vector224446 -Node: Bit Vector225023 -Node: Symbol225516 -Node: Marker226085 -Node: String226640 -Node: Compiled Function230255 -Node: Events and the Event Loop230424 -Node: Introduction to Events230903 -Node: Main Loop232819 -Node: Specifics of the Event Gathering Mechanism236395 -Node: Specifics About the Emacs Event248848 -Node: The Event Stream Callback Routines249103 -Node: Other Event Loop Functions249348 -Node: Converting Events250488 -Node: Dispatching Events; The Command Builder251097 -Node: Evaluation; Stack Frames; Bindings251332 -Node: Evaluation251674 -Node: Dynamic Binding; The specbinding Stack; Unwind-Protects258214 -Node: Simple Special Forms260598 -Node: Catch and Throw261380 -Node: Symbols and Variables263955 -Node: Introduction to Symbols264219 -Node: Obarrays265257 -Node: Symbol Values268790 -Node: Buffers and Textual Representation271078 -Node: Introduction to Buffers271736 -Node: The Text in a Buffer274399 -Node: Buffer Lists281549 -Node: Markers and Extents283500 -Node: Bufbytes and Emchars285765 -Node: The Buffer Object285980 -Node: MULE Character Sets and Encodings289460 -Node: Character Sets290522 -Node: Encodings293965 -Node: Japanese EUC (Extended Unix Code)295032 -Node: JIS7295846 -Node: Internal Mule Encodings297196 -Node: Internal String Encoding299026 -Node: Internal Character Encoding301139 -Node: CCL302863 -Node: The Lisp Reader and Compiler309615 -Node: Lstreams309828 -Node: Creating an Lstream310859 -Node: Lstream Types312069 -Node: Lstream Functions312321 -Node: Lstream Methods315890 -Node: Consoles; Devices; Frames; Windows319033 -Node: Introduction to Consoles; Devices; Frames; Windows319348 -Node: Point321840 -Node: Window Hierarchy323119 -Node: The Window Object327569 -Node: The Redisplay Mechanism331006 -Node: Critical Redisplay Sections331798 -Node: Line Start Cache332753 -Node: Redisplay Piece by Piece335990 -Node: Extents338026 -Node: Introduction to Extents338564 -Node: Extent Ordering339690 -Node: Format of the Extent Info340931 -Node: Zero-Length Extents342819 -Node: Mathematics of Extent Ordering344217 -Node: Extent Fragments348974 -Node: Faces350061 -Node: Glyphs350177 -Node: Specifiers353195 -Node: Menus353324 -Node: Subprocesses355582 -Node: Interface to X Windows357558 -Node: Index357729 +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