annotate man/new-users-guide/new-users-guide.texi @ 359:8e84bee8ddd0 r21-1-9

Import from CVS: tag r21-1-9
author cvs
date Mon, 13 Aug 2007 10:57:55 +0200
parents 8bec6624d99b
children cc15677e0335
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 \input ../texinfo @c -*-texinfo-*-
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 @setfilename ../../info/new-users-guide.info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 @comment node-name, next, previous, up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 @ifinfo
343
8bec6624d99b Import from CVS: tag r21-1-1
cvs
parents: 290
diff changeset
7 @dircategory XEmacs Editor
8bec6624d99b Import from CVS: tag r21-1-1
cvs
parents: 290
diff changeset
8 @direntry
8bec6624d99b Import from CVS: tag r21-1-1
cvs
parents: 290
diff changeset
9 * Intro: (new-users-guide). Introduction to the XEmacs Editor.
8bec6624d99b Import from CVS: tag r21-1-1
cvs
parents: 290
diff changeset
10 @end direntry
8bec6624d99b Import from CVS: tag r21-1-1
cvs
parents: 290
diff changeset
11
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 This manual serves as an introduction to the XEmacs editor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 Copyright (C) 1985, 1986, 1988 Richard M. Stallman.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 Copyright @copyright{} 1991, 1992, 1993, 1994 Lucid, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 Copyright @copyright{} 1993, 1994 Sun Microsystems, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 Permission is granted to make and distribute verbatim copies of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 this manual provided the copyright notice and this permission notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 are preserved on all copies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 @ignore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 Permission is granted to process this file through TeX and print the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 results, provided the printed document carries copying permission
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 notice identical to this one except for the removal of this paragraph
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 (this paragraph not being relevant to the printed manual).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 @end ignore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 @end ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 @c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 @setchapternewpage odd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 @settitle Getting Started With XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 @c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 @titlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 @sp 6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 @center @titlefont{Getting Started With XEmacs}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 @sp 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 @sp 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 @sp 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 @center July 1994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 @center (General Public License upgraded, January 1991)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 @sp 5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 @center Richard Stallman
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 @sp 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 @center and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 @sp 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 @center Rashmi Goyal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 @page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 @vskip 0pt plus 1filll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 Copyright @copyright{} 1985, 1986, 1988 Richard M. Stallman.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 Copyright @copyright{} 1991, 1992, 1993, 1994 Lucid, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 Copyright @copyright{} 1993, 1994 Sun Microsystems, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 Permission is granted to make and distribute verbatim copies of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 this manual provided the copyright notice and this permission notice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 are preserved on all copies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 @end titlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 @page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 @ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 @node Top, Intro, (dir), (dir)
359
8e84bee8ddd0 Import from CVS: tag r21-1-9
cvs
parents: 343
diff changeset
63 @top The Emacs Editor
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 Emacs is the extensible, customizable, self-documenting real-time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 display editor. This Info file will help you get started on using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 XEmacs. It corresponds to XEmacs version 19.13.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 @end ifinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 @iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 @unnumbered Preface
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 This guide is intended to help you get started on using the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 Emacs editor. It will show you some examples of simple customizations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 For detailed information on any topic, refer to the @b{XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 User's Manual}. This document will also refer the reader to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 @b{XEmacs User's Manual} for more information on corresponding
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 topics. You can also use the on-line, learn-by-doing tutorial, which you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 get by running Emacs and typing @kbd{C-h t} OR you can choose the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 @b{Emacs Tutorial} from the @b{Help} menu on the menu bar (which is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 located on the extreme right of the frame). With it, you learn Emacs by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 using Emacs on a specially designed file which describes commands, tells
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 you when to try them, and then explains the results you see.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 The first few chapters will introduce you to some basic Emacs commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 Later on, some examples of simple customizations will be shown.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 To find the documentation on a particular command, look in the index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 Keys (character commands) and command names have separate indexes. There
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 is also a glossary, with a cross reference for each term.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 This manual comes in two forms: the published form and the Info form.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 The Info form is for on-line perusal with the INFO program; it is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 distributed along with XEmacs. Both forms contain substantially the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 same text and are generated from a common source file, which is also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 distributed along with XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 @end iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 @c node
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 @menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 * Intro:: Introduction to XEmacs editor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 Indices, nodes containing large menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 * Key Index:: An item for each standard Emacs key sequence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 * Command Index:: An item for each command and function name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 * Variable Index:: An item for each variable in User-Guide
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 * Concept Index:: An item for the concepts introduced
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 Entering, Exiting and Editing Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 * Entering:: Starting Emacs from the shell and Exiting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 * Windows and Menus:: Description of Pull-down menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 * Edit:: Basic Editing commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 Other Features of XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 * Customization Basics:: Customize Emacs menus and keybindings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 * Help:: Help menu and other help commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 * Modes:: Major and Minor modes in XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 * Files:: Visiting, Saving and Listing Files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 * Other Customizations:: Customizing Variables, Modes, etc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 * Select and Move:: Selecting text and moving text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 * Search and Replace:: Searching and Replacing text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 --- The Detailed Node Listing ---
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 Entering and Exiting Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 * Enter:: Entering Emacs from the shell
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 * Frame:: Basic information about the XEmacs Frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 * Exiting:: Exiting Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 * Mode Line:: Interpreting the mode line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 * Echo Area:: Bottom of the frame where you interact
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 with Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 XEmacs Windows and Menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 * XEmacs Window:: Manipulating XEmacs Windows
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 * Pull-down Menus:: Description of XEmacs Pull-down Menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 Pull-down menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 * File menu:: Items on the File Menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 * Edit menu:: Items on the Edit Menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 * Options Menu:: Items on the Options Menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 * Buffers Menu:: Items on the Buffers Menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 * Help menu:: The Help Menu at the extreme right on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 the frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 Basic Editing Commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 * Insert:: Insert text in Emacs by simply typing at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 the cursor position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 * Cursor Position:: Moving Around the cursor in the buffer,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 * Erase:: Different commands for erasing text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 * Numeric Argument:: Giving Numeric Arguments to commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 * Undo:: Undoing Changes made by mistake
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 Customize key bindings and menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 * Customizing key Bindings:: Changing Key Bindings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 * Customizing Menus:: Adding, Deleting, Enabling and Disabling Menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 Help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 * The Help Menu:: Items on the Help Menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 Major and Minor Modes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 * Major Modes:: Choosing Major Modes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 * Minor Modes:: Auto-Fill, Abbrev and other minor modes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 Emacs Files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 * File Names:: How to type and edit file name arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 * Visiting:: Visiting a file prepares Emacs to edit the file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 * Saving Files:: How to save Emacs files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 Other Customizations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 * Setting Variables:: Customizing Emacs variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 * Init File:: Some examples of Lisp expressions in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 .emacs file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 Selecting and Moving Text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 * Selecting Text:: Select a region of text by setting the Mark
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 * Mouse:: Selecting Text with Mouse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 * Region Operation:: Various ways to operate on a selected text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 * Moving Text:: Moving Text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 * Accumulating text:: Accumulating Text from several buffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 No sub menu for the node search and replace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 @end menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 @node Intro,Key Index ,Top , Top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 @unnumbered Introduction
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 You are reading about XEmacs which is a self-documenting, customizable, extensible real-time display editor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 XEmacs is a @dfn{display} editor because normally the text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 being edited is visible on the screen and is updated automatically as you
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 0
diff changeset
209 type. @xref{Frame,Display,,xemacs,XEmacs User's Manual}.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 It is a @dfn{real-time} editor because the display is updated very
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 frequently, usually after each character or pair of characters you type.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 This minimizes the amount of information you must keep in your head as
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 0
diff changeset
214 you edit. @xref{Basic,Real-time,Basic Editing,xemacs,XEmacs User's
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 Manual}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 It is advanced because it provides facilities that go beyond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 simple insertion and deletion: filling of text; automatic indentation of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 programs; viewing two or more files at once; and dealing in terms of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 characters, words, lines, sentences, paragraphs, and pages, as well as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 expressions and comments in several different programming languages. It is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 much easier to type one command meaning ``go to the end of the paragraph''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 than to find that spot with simple cursor keys.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 @dfn{Self-documenting} means that at any time you can type a special
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 character, @kbd{Control-h}, to find out what your options are. You can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 also use @kbd{C-h} to find out what a command does, or to find all the
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 0
diff changeset
228 commands relevant to a topic. @xref{Help,,,xemacs,XEmacs User's Manual}.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 @dfn{Customizable} means you can change the definitions of Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 commands. For example, if you use a programming language in which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 comments start with @samp{<**} and end with @samp{**>}, you can tell the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 Emacs comment manipulation commands to use those strings
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 0
diff changeset
234 (@pxref{Comments,,,xemacs,XEmacs User's Manual}). Another sort of
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 customization is rearrangement of the command set. For example, you can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 set up the four basic cursor motion commands (up, down, left and right)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 on keys in a diamond pattern on the keyboard if you prefer.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 0
diff changeset
238 @xref{Customization,,,xemacs,XEmacs User's Manual}.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 @dfn{Extensible} means you can go beyond simple customization and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 write entirely new commands, programs in the Lisp language to be run by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 Emacs's own Lisp interpreter. Emacs is an ``on-line extensible''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 system: it is divided into many functions that call each other. You can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 redefine any function in the middle of an editing session and replace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 any part of Emacs without making a separate copy of all of Emacs. Most
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 of the editing commands of Emacs are written in Lisp; the few
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 exceptions could have been written in Lisp but are written in C for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 efficiency. Only a programmer can write an extension to Emacs, but anybody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 can use it afterward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 @include enter.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 @include xmenu.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 @include edit.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 @include custom1.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 @include help.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 @include modes.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 @include files.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 @include custom2.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 @include region.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 @include search.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 @node Key Index, Command Index, Intro, Top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 @unnumbered Key (Character) Index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 @printindex ky
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 @node Command Index, Variable Index, Key Index, Top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 @unnumbered Command and Function Index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 @printindex fn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 @node Variable Index, Concept Index, Command Index, Top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 @unnumbered Variable Index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 @printindex vr
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 @node Concept Index, Entering, Variable Index, Top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 @unnumbered Concept Index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 @printindex cp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 @summarycontents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 @contents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 @bye
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 @c Remember to delete these lines before creating the info file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 @iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 @lucidbook
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 @bindingoffset = 0.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 @parindent = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 @end iftex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288