comparison man/xemacs/xemacs.texi @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children c33ae14dd6d0
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
127 Starting Emacs from the shell. 127 Starting Emacs from the shell.
128 * Exiting:: Stopping or killing XEmacs. 128 * Exiting:: Stopping or killing XEmacs.
129 * Command Switches:: 129 * Command Switches::
130 Hairy startup options. 130 Hairy startup options.
131 * Startup Paths:: 131 * Startup Paths::
132 How XEmacs finds Directories and Files 132 How XEmacs finds Directories and Files.
133 * Packages:: How XEmacs organizes its high-level functionality.
133 134
134 Fundamental Editing Commands 135 Fundamental Editing Commands
135 * Basic:: The most basic editing commands. 136 * Basic:: The most basic editing commands.
136 * Undo:: Undoing recently made changes in the text. 137 * Undo:: Undoing recently made changes in the text.
137 * Minibuffer:: Entering arguments that are prompted for. 138 * Minibuffer:: Entering arguments that are prompted for.
166 * Major Modes:: Text mode vs. Lisp mode vs. C mode ... 167 * Major Modes:: Text mode vs. Lisp mode vs. C mode ...
167 * Indentation:: Editing the white space at the beginnings of lines. 168 * Indentation:: Editing the white space at the beginnings of lines.
168 * Text:: Commands and modes for editing English. 169 * Text:: Commands and modes for editing English.
169 * Programs:: Commands and modes for editing programs. 170 * Programs:: Commands and modes for editing programs.
170 * Running:: Compiling, running and debugging programs. 171 * Running:: Compiling, running and debugging programs.
171 * Packages:: How to add new packages to XEmacs.
172 * Abbrevs:: How to define text abbreviations to reduce 172 * Abbrevs:: How to define text abbreviations to reduce
173 the number of characters you must type. 173 the number of characters you must type.
174 * Picture:: Editing pictures made up of characters 174 * Picture:: Editing pictures made up of characters
175 using the quarter-plane screen model. 175 using the quarter-plane screen model.
176 * Sending Mail:: Sending mail in XEmacs. 176 * Sending Mail:: Sending mail in XEmacs.
232 * Tools Menu:: Items on the Tools menu. 232 * Tools Menu:: Items on the Tools menu.
233 * Help Menu:: Items on the Help menu. 233 * Help Menu:: Items on the Help menu.
234 * Menu Customization:: Adding and removing menu items and related 234 * Menu Customization:: Adding and removing menu items and related
235 operations. 235 operations.
236 236
237 Packages
238
239 * Packages:: Introduction to XEmacs Packages.
240 * Package Terminology:: Understanding different kinds of packages.
241 * Using Packages:: How to install and use packages.
242 * Building Packages:: Building packages from sources.
243
237 Basic Editing Commands 244 Basic Editing Commands
238 245
239 * Blank Lines:: Commands to make or delete blank lines. 246 * Blank Lines:: Commands to make or delete blank lines.
240 * Continuation Lines:: Lines too wide for the frame. 247 * Continuation Lines:: Lines too wide for the frame.
241 * Position Info:: What page, line, row, or column is point on? 248 * Position Info:: What page, line, row, or column is point on?
500 Lisp Libraries 507 Lisp Libraries
501 508
502 * Loading:: Loading libraries of Lisp code into XEmacs for use. 509 * Loading:: Loading libraries of Lisp code into XEmacs for use.
503 * Compiling Libraries:: Compiling a library makes it load and run faster. 510 * Compiling Libraries:: Compiling a library makes it load and run faster.
504 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it. 511 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it.
505
506 Packages
507
508 * Packages:: Introduction to XEmacs Packages.
509 * Package Terminology:: Understanding different kinds of packages.
510 * Using Packages:: How to install and use packages.
511 * Building Packages:: Building packages from sources.
512 512
513 Abbrevs 513 Abbrevs
514 514
515 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed. 515 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed.
516 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion. 516 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.