Mercurial > hg > xemacs-beta
comparison man/xemacs/xemacs.texi @ 306:9ea74add5d37 r21-0b51
Import from CVS: tag r21-0b51
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:41:58 +0200 |
parents | 5a79be0ef6a8 |
children | 33bdb3d4b97f |
comparison
equal
deleted
inserted
replaced
305:18920a7e9a86 | 306:9ea74add5d37 |
---|---|
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. |