comparison man/xemacs/xemacs.texi @ 367:a4f53d9b3154 r21-1-13

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