comparison man/xemacs/xemacs.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 6240c7796c7a
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
3 @setfilename ../../info/xemacs.info 3 @setfilename ../../info/xemacs.info
4 @comment node-name, next, previous, up 4 @comment node-name, next, previous, up
5 5
6 6
7 @ifinfo 7 @ifinfo
8 @dircategory XEmacs Editor
9 @direntry
10 * XEmacs: (xemacs). XEmacs Editor.
11 @end direntry
12
13 This file documents the XEmacs editor. 8 This file documents the XEmacs editor.
14 9
15 Copyright (C) 1985, 1986, 1988 Richard M. Stallman. 10 Copyright (C) 1985, 1986, 1988 Richard M. Stallman.
16 Copyright @copyright{} 1991, 1992, 1993, 1994 Lucid, Inc. 11 Copyright @copyright{} 1991, 1992, 1993, 1994 Lucid, Inc.
17 Copyright @copyright{} 1993, 1994 Sun Microsystems, Inc. 12 Copyright @copyright{} 1993, 1994 Sun Microsystems, Inc.
89 translation approved by the author instead of in the original English. 84 translation approved by the author instead of in the original English.
90 @end titlepage 85 @end titlepage
91 @page 86 @page
92 @ifinfo 87 @ifinfo
93 @node Top, License,, (dir) 88 @node Top, License,, (dir)
94 @top The XEmacs Editor 89
95 90 The XEmacs Editor
91 *****************
96 92
97 XEmacs is the extensible, customizable, self-documenting real-time 93 XEmacs is the extensible, customizable, self-documenting real-time
98 display editor. This Info file describes how to edit with Emacs 94 display editor. This Info file describes how to edit with Emacs
99 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
100 corresponds to XEmacs version 21. 96 corresponds to XEmacs version 20.0.
101 97
102 This manual is intended as a detailed reference to XEmacs. If 98 This manual is intended as a detailed reference to XEmacs. If
103 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
104 Guide. 100 Guide.
105 101
128 Starting Emacs from the shell. 124 Starting Emacs from the shell.
129 * Exiting:: Stopping or killing XEmacs. 125 * Exiting:: Stopping or killing XEmacs.
130 * Command Switches:: 126 * Command Switches::
131 Hairy startup options. 127 Hairy startup options.
132 * Startup Paths:: 128 * Startup Paths::
133 How XEmacs finds Directories and Files. 129 How XEmacs finds Directories and Files
134 * Packages:: How XEmacs organizes its high-level functionality.
135 130
136 Fundamental Editing Commands 131 Fundamental Editing Commands
137 * Basic:: The most basic editing commands. 132 * Basic:: The most basic editing commands.
138 * Undo:: Undoing recently made changes in the text. 133 * Undo:: Undoing recently made changes in the text.
139 * Minibuffer:: Entering arguments that are prompted for. 134 * Minibuffer:: Entering arguments that are prompted for.
168 * Major Modes:: Text mode vs. Lisp mode vs. C mode ... 163 * Major Modes:: Text mode vs. Lisp mode vs. C mode ...
169 * Indentation:: Editing the white space at the beginnings of lines. 164 * Indentation:: Editing the white space at the beginnings of lines.
170 * Text:: Commands and modes for editing English. 165 * Text:: Commands and modes for editing English.
171 * Programs:: Commands and modes for editing programs. 166 * Programs:: Commands and modes for editing programs.
172 * Running:: Compiling, running and debugging programs. 167 * Running:: Compiling, running and debugging programs.
168 * Packages:: How to add new packages to XEmacs.
173 * Abbrevs:: How to define text abbreviations to reduce 169 * Abbrevs:: How to define text abbreviations to reduce
174 the number of characters you must type. 170 the number of characters you must type.
175 * Picture:: Editing pictures made up of characters 171 * Picture:: Editing pictures made up of characters
176 using the quarter-plane screen model. 172 using the quarter-plane screen model.
177 * Sending Mail:: Sending mail in XEmacs. 173 * Sending Mail:: Sending mail in XEmacs.
233 * Tools Menu:: Items on the Tools menu. 229 * Tools Menu:: Items on the Tools menu.
234 * Help Menu:: Items on the Help menu. 230 * Help Menu:: Items on the Help menu.
235 * Menu Customization:: Adding and removing menu items and related 231 * Menu Customization:: Adding and removing menu items and related
236 operations. 232 operations.
237 233
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
245 Basic Editing Commands 234 Basic Editing Commands
246 235
247 * Blank Lines:: Commands to make or delete blank lines. 236 * Blank Lines:: Commands to make or delete blank lines.
248 * Continuation Lines:: Lines too wide for the frame. 237 * Continuation Lines:: Lines too wide for the frame.
249 * Position Info:: What page, line, row, or column is point on? 238 * Position Info:: What page, line, row, or column is point on?
504 Lisp Libraries 493 Lisp Libraries
505 494
506 * Loading:: Loading libraries of Lisp code into XEmacs for use. 495 * Loading:: Loading libraries of Lisp code into XEmacs for use.
507 * Compiling Libraries:: Compiling a library makes it load and run faster. 496 * Compiling Libraries:: Compiling a library makes it load and run faster.
508 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it. 497 * Mocklisp:: Converting Mocklisp to Lisp so XEmacs can run it.
498
499 Packages
500 * Packages:: Introduction to XEmacs Packages.
509 501
510 Abbrevs 502 Abbrevs
511 503
512 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed. 504 * Defining Abbrevs:: Defining an abbrev, so it will expand when typed.
513 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion. 505 * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.