comparison man/xemacs/xemacs.texi @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 74fd4e045ea6
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
91 ***************** 91 *****************
92 92
93 XEmacs is the extensible, customizable, self-documenting real-time 93 XEmacs is the extensible, customizable, self-documenting real-time
94 display editor. This Info file describes how to edit with Emacs 94 display editor. This Info file describes how to edit with Emacs
95 and some of how to customize it, but not how to extend it. It 95 and some of how to customize it, but not how to extend it. It
96 corresponds to XEmacs version 20.0. 96 corresponds to XEmacs version 21.0.
97 97
98 This manual is intended as a detailed reference to XEmacs. If 98 This manual is intended as a detailed reference to XEmacs. If
99 you are looking for an introductory manual, see the New User's 99 you are looking for an introductory manual, see the New User's
100 Guide. 100 Guide.
101 101
495 * Loading:: Loading libraries of Lisp code into XEmacs for use. 495 * Loading:: Loading libraries of Lisp code into XEmacs for use.
496 * Compiling Libraries:: Compiling a library makes it load and run faster. 496 * Compiling Libraries:: Compiling a library makes it load and run faster.
497 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it. 497 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it.
498 498
499 Packages 499 Packages
500
500 * Packages:: Introduction to XEmacs Packages. 501 * Packages:: Introduction to XEmacs Packages.
502 * Package Terminology:: Understanding different kinds of packages.
503 * Using Packages:: How to install and use packages.
504 * Building Packages:: Building packages from sources.
501 505
502 Abbrevs 506 Abbrevs
503 507
504 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed. 508 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed.
505 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion. 509 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.