comparison man/xemacs/xemacs.texi @ 296:5a79be0ef6a8 r21-0b46

Import from CVS: tag r21-0b46
author cvs
date Mon, 13 Aug 2007 10:38:46 +0200
parents e45d5e7c476e
children 9ea74add5d37
comparison
equal deleted inserted replaced
295:9d5da8baa111 296:5a79be0ef6a8
123 * Entering Emacs:: 123 * Entering Emacs::
124 Starting Emacs from the shell. 124 Starting Emacs from the shell.
125 * Exiting:: Stopping or killing XEmacs. 125 * Exiting:: Stopping or killing XEmacs.
126 * Command Switches:: 126 * Command Switches::
127 Hairy startup options. 127 Hairy startup options.
128 * Startup Paths::
129 How XEmacs finds Directories and Files
128 130
129 Fundamental Editing Commands 131 Fundamental Editing Commands
130 * Basic:: The most basic editing commands. 132 * Basic:: The most basic editing commands.
131 * Undo:: Undoing recently made changes in the text. 133 * Undo:: Undoing recently made changes in the text.
132 * Minibuffer:: Entering arguments that are prompted for. 134 * Minibuffer:: Entering arguments that are prompted for.
161 * Major Modes:: Text mode vs. Lisp mode vs. C mode ... 163 * Major Modes:: Text mode vs. Lisp mode vs. C mode ...
162 * Indentation:: Editing the white space at the beginnings of lines. 164 * Indentation:: Editing the white space at the beginnings of lines.
163 * Text:: Commands and modes for editing English. 165 * Text:: Commands and modes for editing English.
164 * Programs:: Commands and modes for editing programs. 166 * Programs:: Commands and modes for editing programs.
165 * Running:: Compiling, running and debugging programs. 167 * Running:: Compiling, running and debugging programs.
168 * Packages:: How to add new packages to XEmacs.
166 * Abbrevs:: How to define text abbreviations to reduce 169 * Abbrevs:: How to define text abbreviations to reduce
167 the number of characters you must type. 170 the number of characters you must type.
168 * Picture:: Editing pictures made up of characters 171 * Picture:: Editing pictures made up of characters
169 using the quarter-plane screen model. 172 using the quarter-plane screen model.
170 * Sending Mail:: Sending mail in XEmacs. 173 * Sending Mail:: Sending mail in XEmacs.
491 494
492 * Loading:: Loading libraries of Lisp code into XEmacs for use. 495 * Loading:: Loading libraries of Lisp code into XEmacs for use.
493 * Compiling Libraries:: Compiling a library makes it load and run faster. 496 * Compiling Libraries:: Compiling a library makes it load and run faster.
494 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it. 497 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it.
495 498
499 Packages
500 * Packages:: Introduction to XEmacs Packages.
501
496 Abbrevs 502 Abbrevs
497 503
498 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed. 504 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed.
499 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion. 505 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.
500 * Editing Abbrevs:: Viewing or editing the entire list of defined abbrevs. 506 * Editing Abbrevs:: Viewing or editing the entire list of defined abbrevs.
1044 @include frame.texi 1050 @include frame.texi
1045 @include keystrokes.texi 1051 @include keystrokes.texi
1046 @include menus.texi 1052 @include menus.texi
1047 @include entering.texi 1053 @include entering.texi
1048 @include cmdargs.texi 1054 @include cmdargs.texi
1055 @include startup.texi
1049 @include basic.texi 1056 @include basic.texi
1050 @include undo.texi 1057 @include undo.texi
1051 @include mini.texi 1058 @include mini.texi
1052 @include m-x.texi 1059 @include m-x.texi
1053 @include help.texi 1060 @include help.texi
1065 @include major.texi 1072 @include major.texi
1066 @include indent.texi 1073 @include indent.texi
1067 @include text.texi 1074 @include text.texi
1068 @include programs.texi 1075 @include programs.texi
1069 @include building.texi 1076 @include building.texi
1077 @include packages.texi
1070 @include abbrevs.texi 1078 @include abbrevs.texi
1071 @include picture.texi 1079 @include picture.texi
1072 @include sending.texi 1080 @include sending.texi
1073 @include reading.texi 1081 @include reading.texi
1074 @include calendar.texi 1082 @include calendar.texi