| Index Entry | Section |
|
H | | |
| Hackers (Steven Levy) | 3. A History of Emacs |
| hang | 37.5 Exiting |
| Harris, Jonathan | 3.6 XEmacs |
| hashtable-based marking and cleanup, discussion | 44.1.4 Discussion – Hashtable-Based Marking and Cleanup |
| header files, inline functions | 11.7 Writing Macros |
| hierarchy of windows | 27.3 Window Hierarchy |
| history of Emacs, a | 3. A History of Emacs |
| how to regression-test | 12.1 How to Regression-Test |
|
I | | |
| I18N, Windows | 40.3 Windows I18N Introduction |
| Ibyte | 26.10.1 Character-Related Data Types |
| Ibytes and Ichars | 25.2 Ibytes and Ichars |
| Ichar | 26.10.1 Character-Related Data Types |
| Ichars, Ibytes | 25.2 Ibytes and Ichars |
| Ignore-Ebola | 12.1 How to Regression-Test |
| Illinois, University of | 3.6 XEmacs |
| implementation, better rendering support | 43.24.2 Better Rendering Support – Implementation |
| improvements in support for non-ascii (european) keysyms under x, old future work | 45.3 Old Future Work – Improvements in support for non-ASCII (European) keysyms under X |
| improvements to the xemacs.org website, future work | 43.14 Future Work – Improvements to the xemacs.org Website |
| Incremental Collector, discussion | 44.1.2 Discussion – Incremental Collector |
| INC_IBYTEPTR | 26.10.2 Working With Character and Byte Positions |
| indirect buffers, old future work | 45.2 Old Future Work – Indirect Buffers |
| inline functions | 11.7 Writing Macros |
| inline functions, headers | 11.7 Writing Macros |
| inside, XEmacs from the | 15. XEmacs from the Inside |
| instantiation, glyph | 33.1 Glyph Instantiation |
| instantiators and generic property accessors, discussion | 44.5 Discussion – Instantiators and Generic Property Accessors |
| integers and characters | 20.5 Fixnums and Characters |
| integral type renaming, great | 11.9.1 Great Integral Type Renaming |
| interactive | 9.5 Modules for Standard Editing Operations |
| interfacing with MS Windows, modules for | 40.4 Modules for Interfacing with MS Windows |
| interfacing with the file system, modules for | 9.6 Modules for Interfacing with the File System |
| interfacing with the operating system, modules for | 9.8 Modules for Interfacing with the Operating System |
| interfacing with X Windows, modules for | 41.2 Modules for Interfacing with X Windows |
| internal character encoding | 26.7.2 Internal Character Encoding |
| internal Mule encodings | 26.7 Internal Mule Encodings |
| internal string encoding | 26.7.1 Internal String Encoding |
| internal text APIs | 26.9 Internal Text APIs |
| internal-format APIs, basic | 26.9.1 Basic internal-format APIs |
| internationalization, modules for | 26.13 Modules for Internationalization |
| interning | 18. The XEmacs Object System (Abstractly Speaking) |
| interpreter and object system, modules for other aspects of the Lisp | 9.7 Modules for Other Aspects of the Lisp Interpreter and Object System |
| introduction | 1. Introduction |
| introduction to multilingual issues #1 | 26.1 Introduction to Multilingual Issues #1 |
| introduction to multilingual issues #2 | 26.2 Introduction to Multilingual Issues #2 |
| introduction to multilingual issues #3 | 26.3 Introduction to Multilingual Issues #3 |
| introduction to multilingual issues #4 | 26.4 Introduction to Multilingual Issues #4 |
| introduction to writing c code | 11.1 Introduction to Writing C Code |
| issues, better rendering support | 43.24.1 Better Rendering Support – Review Criteria |
| itext_ichar | 26.10.2 Working With Character and Byte Positions |
| itext_n_addr | 26.10.2 Working With Character and Byte Positions |
| ITS (Incompatible Timesharing System) | 3. A History of Emacs |
|
J | | |
| James, Jerry | 3.6 XEmacs |
| Japanese EUC (Extended Unix Code) | 26.6.1 Japanese EUC (Extended Unix Code) |
| Java | 6. The Lisp Language |
| Java vs. Lisp | 6. The Lisp Language |
| JIS7 | 26.6.2 JIS7 |
| Jones, Kyle | 3.6 XEmacs |
|
K | | |
| Kaplan, Simon | 3.6 XEmacs |
| Katsnelson, Kirill | 3.6 XEmacs |
| keybinding schemes, future work | 43.15.1 Future Work – Keybinding Schemes |
| keybindings, future work | 43.15 Future Work – Keybindings |
| keyword parameters, future work | 43.6 Future Work – Keyword Parameters |
| KKCC, discussion | 44.1.1 Discussion – KKCC |
| Known-Bug-Expect-Failure | 12.1 How to Regression-Test |
|
L | | |
| Levy, Steven | 3. A History of Emacs |
| library, Lucid Widget | 41.1 Lucid Widget Library |
| line start cache | 30.2 Line Start Cache |
| lisp callbacks from critical areas of the c code, old future work | 45.6 Old Future Work – Lisp callbacks from critical areas of the C code |
| lisp engine discussion, future work | 43.23.1 Future Work – Lisp Engine Discussion |
| lisp engine replacement, future work | 43.23 Future Work – Lisp Engine Replacement |
| lisp engine replacement, implementation, future work | 43.23.2 Future Work – Lisp Engine Replacement – Implementation |
| Lisp interpreter and object system, modules for other aspects of the | 9.7 Modules for Other Aspects of the Lisp Interpreter and Object System |
| Lisp language, the | 6. The Lisp Language |
| Lisp modules, basic | 9.4 Basic Lisp Modules |
| Lisp object types, creating | Implementation of Lisp objects |
| Lisp objects are represented in C, how | 19. How Lisp Objects Are Represented in C |
| Lisp objects, allocation of in XEmacs | 20. Allocation of Objects in XEmacs Lisp |
| Lisp objects, modules for other display-related | 30.5 Modules for other Display-Related Lisp Objects |
| Lisp objects, modules for the basic displayable | 27.5 Modules for the Basic Displayable Lisp Objects |
| Lisp primitives, writing | 11.4 Writing Lisp Primitives |
| Lisp reader and compiler, the | 21. The Lisp Reader and Compiler |
| Lisp stream API, future work | 43.17 Future Work – Lisp Stream API |
| Lisp vs. C | 6. The Lisp Language |
| Lisp vs. Java | 6. The Lisp Language |
| locales, code pages, and other concepts of “language” | 26.12.2 Locales, code pages, and other concepts of “language” |
| localized text/messages, future work | 43.16.5 Future Work – Localized Text/Messages |
| low-level allocation | 17. Low-Level Allocation |
| low-level allocation | 20.8 Low-level allocation |
| low-level modules | 9.3 Low-Level Modules |
| lrecords | 20.7 lrecords |
| lstream | 9.6 Modules for Interfacing with the File System |
| lstream functions | 38.3 Lstream Functions |
| lstream methods | 38.4 Lstream Methods |
| lstream types | 38.2 Lstream Types |
| lstream, creating an | 38.1 Creating an Lstream |
| lstreams | 38. Lstreams |
| Lstream_close | 38.3 Lstream Functions |
| Lstream_fgetc | 38.3 Lstream Functions |
| Lstream_flush | 38.3 Lstream Functions |
| Lstream_fputc | 38.3 Lstream Functions |
| Lstream_fungetc | 38.3 Lstream Functions |
| Lstream_getc | 38.3 Lstream Functions |
| Lstream_new | 38.3 Lstream Functions |
| Lstream_putc | 38.3 Lstream Functions |
| Lstream_read | 38.3 Lstream Functions |
| Lstream_reopen | 38.3 Lstream Functions |
| Lstream_rewind | 38.3 Lstream Functions |
| Lstream_set_buffering | 38.3 Lstream Functions |
| Lstream_ungetc | 38.3 Lstream Functions |
| Lstream_unread | 38.3 Lstream Functions |
| Lstream_write | 38.3 Lstream Functions |
| Lucid Emacs | 3.3 Lucid Emacs |
| Lucid Inc. | 3.3 Lucid Emacs |
| Lucid Widget Library | 41.1 Lucid Widget Library |
|