annotate etc/TUTORIAL @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents 376386a54a3c
children 131b0175ea99
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 Copyright (c) 1985, 1994 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 See end for conditions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 You are looking at the Emacs tutorial.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 Emacs commands generally involve the CONTROL key (sometimes labelled
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 CTRL or CTL) or the META key. On some keyboards, the META key is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 labelled ALT or EDIT or something else (for example, on Sun keyboards,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 the diamond key to the left of the spacebar is META). If you have no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 META key, you can use ESC instead. Rather than write out META or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 CONTROL each time we want you to prefix a character, we'll use the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 following abbreviations:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 C-<chr> means hold the CONTROL key while typing the character <chr>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 Thus, C-f would be: hold the CONTROL key and type f.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 M-<chr> means hold the META key down while typing <chr>. If there
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 is no META key, type <ESC>, release it, then type the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 character <chr>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 Important note: to end the Emacs session, type C-x C-c. (Two characters.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 The characters ">>" at the left margin indicate directions for you to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 try using a command. For instance:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 <<Blank lines inserted here by startup of help-with-tutorial>>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 >> Now type C-v (View next screen) to move to the next screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 (go ahead, do it by depressing the control key and v together).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 From now on, you'll be expected to do this whenever you finish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 reading the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 Note that there is an overlap when going from screen to screen; this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 provides some continuity when moving through the file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 The first thing that you need to know is how to move around from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 place to place in the file. You already know how to move forward a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 screen, with C-v. To move backwards a screen, type M-v (depress the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 META key and type v, or type <ESC>v if you don't have a META or EDIT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 key).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 >> Try typing M-v and then C-v to move back and forth a few times.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 SUMMARY
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 -------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 The following commands are useful for viewing screenfuls:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 C-v Move forward one screenful
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 M-v Move backward one screenful
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 C-l Clear screen and redisplay everything
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 putting the text near the cursor at the center.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 (That's control-L, not control-1. control-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 has a completely different meaning, as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 described below.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 >> Find the cursor and remember what text is near it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 Then type a C-l.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 Find the cursor again and see what text is near it now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 BASIC CURSOR CONTROL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 --------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 Getting from screenful to screenful is useful, but how do you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 reposition yourself within a given screen to a specific place?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 There are several ways you can do this. One way (not the best, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 the most basic) is to use the commands previous, backward, forward
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 and next. As you can imagine these commands (which are given to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 Emacs as C-p, C-b, C-f, and C-n respectively) move the cursor from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 where it currently is to a new place in the given direction. Here,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 in a more graphical form are the commands:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 Previous line, C-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 Backward, C-b .... Current cursor position .... Forward, C-f
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 Next line, C-n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 >> Move the cursor to the line in the middle of that diagram
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 and type C-l to see the whole diagram centered in the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 You'll probably find it easy to think of these by letter. P for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 previous, N for next, B for backward and F for forward. These are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 the basic cursor positioning commands and you'll be using them ALL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 the time so it would be of great benefit if you learn them now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 >> Do a few C-n's to bring the cursor down to this line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 >> Move into the line with C-f's and then up with C-p's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 See what C-p does when the cursor is in the middle of the line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 Lines are separated by Newline characters. For most applications
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 there should normally be a Newline character at the end of the text,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 as well, but it is up to you to make sure of this. A file can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 validly exist without a Newline at the end.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 >> Try to C-b at the beginning of a line. Do a few more C-b's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 Then do C-f's back to the end of the line and beyond.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 When you go off the top or bottom of the screen, the text beyond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 the edge is shifted onto the screen so that your instructions can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 be carried out while keeping the cursor on the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 >> Try to move the cursor off the bottom of the screen with C-n and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 see what happens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 If moving by characters is too slow, you can move by words. M-f
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 (Meta-f) moves forward a word and M-b moves back a word.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 >> Type a few M-f's and M-b's. Intersperse them with C-f's and C-b's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 Notice the parallel between C-f and C-b on the one hand, and M-f and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 M-b on the other hand. Very often Meta characters are used for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 operations related to English text whereas Control characters operate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 on the basic textual units that are independent of what you are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 editing (characters, lines, etc). There is a similar parallel between
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 lines and sentences: C-a and C-e move to the beginning or end of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 line, and M-a and M-e move to the beginning or end of a sentence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 >> Try a couple of C-a's, and then a couple of C-e's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 Try a couple of M-a's, and then a couple of M-e's.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 See how repeated C-a's do nothing, but repeated M-a's keep moving
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 farther. Do you think that this is right?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 Two other simple cursor motion commands are M-< (Meta Less-than),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 which moves to the beginning of the file, and M-> (Meta Greater-than),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 which moves to the end of the file. You probably don't need to try
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 them, since finding this spot again will be boring. On most terminals
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 the "<" is above the comma and you must use the shift key to type it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 On these terminals you must use the shift key to type M-< also;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 without the shift key, you would be typing M-comma.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 The location of the cursor in the text is also called "point". To
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 paraphrase, the cursor shows on the screen where point is located in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 Here is a summary of simple moving operations including the word and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 sentence moving commands:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 C-f Move forward a character
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 C-b Move backward a character
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 M-f Move forward a word
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 M-b Move backward a word
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 C-n Move to next line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 C-p Move to previous line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 C-a Move to beginning of line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 C-e Move to end of line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 M-a Move back to beginning of sentence
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 M-e Move forward to end of sentence
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 M-< Go to beginning of file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 M-> Go to end of file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 >> Try all of these commands now a few times for practice.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 Since the last two will take you away from this screen,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 you can come back here with M-v's and C-v's. These are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 the most often used commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 Like all other commands in Emacs, these commands can be given
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 arguments which cause them to be executed repeatedly. The way you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 give a command a repeat count is by typing C-u and then the digits
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 before you type the command. If you have a META or EDIT key, you can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 omit the C-u if you hold down the META or EDIT key while you type the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 digits. This is easier, but we recommend the C-u method because it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 works on any terminal.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 For instance, C-u 8 C-f moves forward eight characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 >> Try giving a suitable argument to C-n or C-p to come as close
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 as you can to this line in one jump.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 The only apparent exception to this is the screen moving commands,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 C-v and M-v. When given an argument, they scroll the screen up or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 down by that many lines, rather than screenfuls. This proves to be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 much more useful.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 >> Try typing C-u 8 C-v now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 Did it scroll the screen up by 8 lines? If you would like to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 scroll it down you can give an argument to M-v.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 CURSOR CONTROL WITH AN X TERMINAL
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 ---------------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 If you have an X terminal, you will probably find it easier to use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 the keys on the keypad to control the cursor. The left, right, up,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 and down arrow keys move in the expected direction; they function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 exactly like C-b, C-f, C-p, and C-n, but are easier to type and to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 remember. You can also use C-left and C-right to move by words, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 C-up and C-down to move by blocks (e.g. paragraphs, if you're
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 editing text). If you have keys labelled HOME (or BEGIN) and END,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 they will take you to the beginning and end of a line, respectively,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 and C-home and C-end will move to the beginning and end of the file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 If your keyboard has PgUp and PgDn keys, you can use them to move up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 and down a screenful at a time, like M-v and C-v.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 All of these commands can take numeric arguments, as described above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 You can use a shortcut to enter these arguments: just hold down the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 CONTROL or META key and type the number. For example, to move 12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 words to the right, type C-1 C-2 C-right. Note that it is very easy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 to type this because you do not have to release the CONTROL key
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 between keystrokes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 WHEN EMACS IS HUNG
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 ------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 If Emacs gets into an infinite (or simply very long) computation which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 you don't want to finish, you can stop it safely by typing C-g.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 You can also use C-g to discard a numeric argument or the beginning of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 a command that you don't want to finish.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 >> Type C-u 100 to make a numeric arg of 100, then type C-g.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 Now type C-f. How many characters does it move?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 If you have typed an <ESC> by mistake, you can get rid of it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 with a C-g.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 If you type <ESC> <ESC>, you get a new window appearing on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 the screen, telling you that M-ESC is a "disabled command"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 and asking whether you really want to execute it. The command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 M-ESC is marked as disabled because you probably don't want to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 use it until you know more about Emacs, and we expect it would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 confuse you if it were allowed to go ahead and run. If you really
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 want to try the M-ESC command, you could type a Space in answer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 to the question and M-ESC would go ahead. Normally, if you do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 not want to execute M-ESC, you would type "n" to answer the question.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 >> Type <ESC> <ESC>, then type n.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 WINDOWS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 -------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 Emacs can have several windows, each displaying its own text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 Note that "window" as used by Emacs does not refer to separate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 overlapping windows in the window system, but to separate panes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 within a single X window. (Emacs can also have multiple X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 windows, or "screens" in Emacs terminology. This is described
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 later.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 At this stage it is better not to go into the techniques of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 using multiple windows. But you do need to know how to get
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 rid of extra windows that may appear to display help or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 output from certain commands. It is simple:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 C-x 1 One window (i.e., kill all other windows).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 That is Control-x followed by the digit 1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 C-x 1 makes the window which the cursor is in become
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 the full screen, by getting rid of any other windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 >> Move the cursor to this line and type C-u 0 C-l.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 (Remember that C-l redraws the screen. If you give a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 numeric argument to this command, it means "redraw the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 screen and put the current line that many lines from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 top of the screen." So C-u 0 C-l means "redraw the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 screen, putting the current line at the top.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 >> Type Control-h k Control-f.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 See how this window shrinks, while a new one appears
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 to display documentation on the Control-f command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 >> Type C-x 1 and see the documentation listing window disappear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 INSERTING AND DELETING
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 ----------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 If you want to insert text, just type it. Characters which you can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 see, such as A, 7, *, etc. are taken by Emacs as text and inserted
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 immediately. Type <Return> (the carriage-return key) to insert a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 Newline character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 You can delete the last character you typed by typing <Rubout>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 On X terminals, <Rubout> is normally the key labelled BACK SPACE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 >> Do this now, type a few characters and then delete them
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 by typing <Rubout> a few times. Don't worry about this file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 being changed; you won't affect the master tutorial. This is just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 a copy of it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 >> Now start typing text until you reach the right margin, and keep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 typing. When a line of text gets too big for one line on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 screen, the line of text is "continued" onto a second screen line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 The backslash at the right margin indicates a line which has
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 been continued.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 >> Use <Rubout>s to delete the text until the line fits on one screen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 line again. The continuation line goes away.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 >> Move the cursor to the beginning of a line and type <Rubout>. This
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 deletes the newline before the line and merges the line onto
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 the previous line. The resulting line may be too long to fit, in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 which case it has a continuation line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 >> Type <Return> to reinsert the Newline you deleted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 Remember that most Emacs commands can be given a repeat count;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 this includes characters which insert themselves.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 >> Try that now -- type C-u 8 * and see what happens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 You've now learned the most basic way of typing something in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 Emacs and correcting errors. You can delete by words or lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 as well. Here is a summary of the delete operations:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 <Rubout> delete the character just before the cursor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 C-d delete the next character after the cursor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 M-<Rubout> kill the word immediately before the cursor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 M-d kill the next word after the cursor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 C-k kill from the cursor position to end of line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 M-k kill to the end of the current sentence
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 Notice that <Rubout> and C-d vs M-<Rubout> and M-d extend the parallel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 started by C-f and M-f (well, <Rubout> isn't really a control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 character, but let's not worry about that). C-k and M-k are like C-e
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 and M-e, sort of, in that lines are opposite sentences.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 Now suppose you kill something, and then you decide that you want to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 get it back? Well, whenever you kill something bigger than a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 character, Emacs saves it for you. To yank it back, use C-y. You
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 can kill text in one place, move elsewhere, and then do C-y; this is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 a good way to move text around. Note that the difference
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 between "Killing" and "Deleting" something is that "Killed" things
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 can be yanked back, and "Deleted" things cannot. Generally, the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 commands that can destroy a lot of text save it, while the ones that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 attack only one character, or nothing but blank lines and spaces, do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 not save.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 For instance, type C-n a couple times to postion the cursor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 at some line on this screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 >> Do this now, move the cursor and kill that line with C-k.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 Note that a single C-k kills the contents of the line, and a second
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 C-k kills the line itself, and make all the other lines move up. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 you give C-k a repeat count, it kills that many lines AND their
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 The text that has just disappeared is saved so that you can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 retrieve it. To retrieve the last killed text and put it where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 the cursor currently is, type C-y.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 >> Try it; type C-y to yank the text back.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 Think of C-y as if you were yanking something back that someone
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 took away from you. Notice that if you do several C-k's in a row
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 the text that is killed is all saved together so that one C-y will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 yank all of the lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 >> Do this now, type C-k several times.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 Now to retrieve that killed text:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 >> Type C-y. Then move the cursor down a few lines and type C-y
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 again. You now see how to copy some text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 What do you do if you have some text you want to yank back, and then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 you kill something else? C-y would yank the more recent kill. But
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 the previous text is not lost. You can get back to it using the M-y
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 command. After you have done C-y to get the most recent kill, typing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 M-Y replaces that yanked text with the previous kill. Typing M-y
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 again and again brings in earlier and earlier kills. When you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 have reached the text you are looking for, you can just go away and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 leave it there. If you M-y enough times, you come back to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 starting point (the most recent kill).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 >> Kill a line, move around, kill another line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 Then do C-y to get back the second killed line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 Then do M-y and it will be replaced by the first killed line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 Do more M-y's and see what you get. Keep doing them until
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 the second kill line comes back, and then a few more.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 If you like, you can try giving M-y positive and negative
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 UNDO
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 ----
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 Any time you make a change to the text and wish you had not done so,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 you can undo the change (return the text to its previous state)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 with the undo command, C-x u. Normally, C-x u undoes one command's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 worth of changes; if you repeat the C-x u several times in a row,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 each time undoes one more command. There are two exceptions:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 commands that made no change (just moved the cursor) do not count,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 and self-inserting characters are often lumped together in groups
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 of up to 20. This is to reduce the number of C-x u's you have to type.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 >> Kill this line with C-k, then type C-x u and it should reappear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 C-_ is another command for undoing; it is just the same as C-x u
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 but easier to type several times in a row. The problem with C-_ is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 that on some keyboards it is not obvious how to type it. That is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 why C-x u is provided as well. On some DEC terminals, you can type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 C-_ by typing / while holding down CTRL. Illogical, but what can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 you expect from DEC?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 Giving a numeric argument to C-_ or C-x u is equivalent to repeating
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 it as many times as the argument says.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 FILES
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 -----
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 In order to make the text you edit permanent, you must put it in a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 file. Otherwise, it will go away when your invocation of Emacs goes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 away. You put your editing in a file by "finding" the file. What
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 finding means is that you see the contents of the file in your Emacs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 and, loosely speaking, what you are editing is the file itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 However, the changes still don't become permanent until you "save" the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 file. This is so you can have control to avoid leaving a half-changed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 file around when you don't want to. Even then, Emacs leaves the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 original file under a changed name in case your changes turn out
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 to be a mistake.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 If you look near the bottom of the screen you will see a line that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 begins and ends with dashes, and contains the string "Emacs: TUTORIAL".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 Your copy of the Emacs tutorial is called "TUTORIAL". Whatever
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 file you find, that file's name will appear in that precise
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 spot.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 The commands for finding and saving files are unlike the other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 commands you have learned in that they consist of two characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 They both start with the character Control-x. There is a whole series
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 of commands that start with Control-x; many of them have to do with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 files, buffers, and related things, and all of them consist of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 Control-x followed by some other character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 Another thing about the command for finding a file is that you have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 to say what file name you want. We say the command "reads an argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 from the terminal" (in this case, the argument is the name of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 file). After you type the command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 C-x C-f Find a file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 Emacs asks you to type the file name. It echoes on the bottom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 line of the screen. You are using the minibuffer now! this is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 what the minibuffer is for. When you type <Return> to end the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 file name, the minibuffer is no longer needed, so it disappears.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 >> Type C-x C-f, then type C-g. This cancels the minibuffer,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 and also cancels the C-x C-f command that was using the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 minibuffer. So you do not find any file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 In a little while the file contents appear on the screen. You can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 edit the contents. When you wish to make the changes permanent,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 issue the command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 C-x C-s Save the file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 The contents of Emacs are written into the file. The first time you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 do this, the original file is renamed to a new name so that it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 is not lost. The new name is made by appending "~" to the end
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 of the original file's name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 When saving is finished, Emacs prints the name of the file written.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 You should save fairly often, so that you will not lose very much
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 work if the system should crash.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 >> Type C-x C-s, saving your copy of the tutorial.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 This should print "Wrote .../TUTORIAL" at the bottom of the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 On VMS it will print "Wrote ...[...]TUTORIAL."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 To make a new file, just find it "as if" it already existed. Then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 start typing in the text. When you ask to "save" the file, Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 will really create the file with the text that you have inserted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 From then on, you can consider yourself to be editing an already
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 existing file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 BUFFERS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 -------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 If you find a second file with C-x C-f, the first file remains
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 inside Emacs. You can switch back to it by finding it again with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 C-x C-f. This way you can get quite a number of files inside Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 The object inside Emacs which holds the text read from one file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 is called a "buffer." Finding a file makes a new buffer inside Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 To see a list of the buffers that exist in Emacs, type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 C-x C-b List buffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 >> Try C-x C-b now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 See how each buffer has a name, and it may also have a file name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 for the file whose contents it holds. Some buffers do not correspond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 to files. For example, the buffer named "*Buffer List*" does
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 not have any file. It is the buffer which contains the buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 list that was made by C-x C-b. ANY text you see in an Emacs window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 has to be in some buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 >> Type C-x 1 to get rid of the buffer list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 If you make changes to the text of one file, then find another file,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 this does not save the first file. Its changes remain inside Emacs,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 in that file's buffer. The creation or editing of the second file's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 buffer has no effect on the first file's buffer. This is very useful,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 but it also means that you need a convenient way to save the first
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 file's buffer. It would be a nuisance to have to switch back to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 it with C-x C-f in order to save it with C-x C-s. So we have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 C-x s Save some buffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 C-x s goes through the list of all the buffers you have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 and finds the ones that contain files you have changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 For each such buffer, C-x s asks you whether to save it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 USING THE MENU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 --------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 If you are on an X terminal, you will notice a menubar at the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 top of the Emacs screen. You can use this menubar to access all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 the most common Emacs commands, such as "find file". You will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 find this easier at first, because you don't need to remember
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 the keystrokes necessary to access any particular command. Once
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 you are comfortable with Emacs, it will be easy to begin using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 the keyboard commands because each menu item with a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 corresponding keyboard command has the command listed next to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 Note that there are many items in the menubar that have no exact
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 keyboard equivalents. For example, the Buffers menu lists all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 of the available buffers in most-recently used order. You can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 switch to any buffer by simply findings its name in the Buffers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 menu and selecting it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 USING THE MOUSE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 ---------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 When running under X, Emacs is fully integrated with the mouse.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 You can position the text cursor by clicking the left button at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 the desired location, and you can select text by dragging the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 left mouse button across the text you want to select. (Or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 alternatively, click the left mouse button at one end of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 text, then move to the other end and use Shift-click to select
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 the text.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 To kill some selected text, you can use C-w or choose the Cut
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 item from the Edit menu. Note that these are *not* equivalent:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 C-w only saves the text internally within Emacs (similar to C-k
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 as described above), whereas Cut does this and also puts the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 text into the X clipboard, where it can be accessed by other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 applications.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 To retrieve text from the X clipboard, use the Paste item from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 the Edit menu.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 The middle mouse button is commonly used to choose items that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 are visible on the screen. For example, if you enter Info (the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 on-line Emacs documentation) using C-h i or the Help menu, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 can follow a highlighted link by clicking the middle mouse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 button on it. Similarly, if you are typing a file name in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 (e.g. when prompted by "Find File") and you hit TAB to show the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 possible completions, you can click the middle mouse button on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 one of the completions to select it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 The right mouse button brings up a popup menu. The contents of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 this menu vary depending on what mode you're in, and usually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 contain a few commonly used commands, so they're easier to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 access.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 >> Press the right mouse button now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 You will have to hold the button down in order to keep the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 menu up.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 EXTENDING THE COMMAND SET
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 -------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 There are many, many more Emacs commands than could possibly be put
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 on all the control and meta characters. Emacs gets around this with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 the X (eXtend) command. This comes in two flavors:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 C-x Character eXtend. Followed by one character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 M-x Named command eXtend. Followed by a long name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 These are commands that are generally useful but used less than the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 commands you have already learned about. You have already seen two
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 of them: the file commands C-x C-f to Find and C-x C-s to Save.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 Another example is the command to tell Emacs that you'd like to stop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 editing and get rid of Emacs. The command to do this is C-x C-c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 (Don't worry; it offers to save each changed file before it kills the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 Emacs.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 C-z is the usual way to exit Emacs, because it is always better not to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 kill the Emacs if you are going to do any more editing. On systems
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 which allow it, C-z exits from Emacs to the shell but does not destroy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 the Emacs; if you use the C shell, you can resume Emacs with the `fg'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 command (or, more generally, with `%emacs', which works even if your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 most recent job was some other). On systems where suspending is not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 possible, C-z creates a subshell running under Emacs to give you the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 chance to run other programs and return to Emacs afterward, but it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 does not truly "exit" from Emacs. In this case, the shell command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 `exit' is the usual way to get back to Emacs from the subshell.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 You would use C-x C-c if you were about to log out. You would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 also use it to exit an Emacs invoked under mail handling programs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 and other random utilities, since they may not believe you have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 really finished using the Emacs if it continues to exist.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 There are many C-x commands. The ones you know are:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 C-x C-f Find file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 C-x C-s Save file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 C-x C-b List buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 C-x C-c Quit Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 C-x u Undo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 Named eXtended commands are commands which are used even less
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 frequently, or commands which are used only in certain modes. These
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 commands are usually called "functions". An example is the function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 replace-string, which globally replaces one string with another. When
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 you type M-x, Emacs prompts you at the bottom of the screen with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 M-x and you should type the name of the function you wish to call; in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 this case, "replace-string". Just type "repl s<TAB>" and Emacs will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 complete the name. End the command name with <Return>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 Then type the two "arguments"--the string to be replaced, and the string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 to replace it with--each one ended with a Return.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 >> Move the cursor to the blank line two lines below this one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 Then type M-x repl s<Return>changed<Return>altered<Return>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 Notice how this line has changed: you've replaced
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 the word c-h-a-n-g-e-d with "altered" wherever it occured
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 after the cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 MODE LINE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 ---------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 If Emacs sees that you are typing commands slowly it shows them to you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 at the bottom of the screen in an area called the "echo area." The echo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 area contains the bottom line of the screen. The line immediately above
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 it is called the MODE LINE. The mode line says something like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 --**--Emacs: TUTORIAL (Fundamental)----58%-------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 This is a very useful "information" line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 You already know what the filename means--it is the file you have
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 found. What the --NN%-- means is that NN percent of the file is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 above the top of the screen. If the top of the file is on the screen,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 it will say --TOP-- instead of --00%--. If the bottom of the file is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 on the screen, it will say --BOT--. If you are looking at a file so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 small it all fits on the screen, it says --ALL--.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 The stars near the front mean that you have made changes to the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 Right after you visit or save a file, there are no stars, just dashes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 The part of the mode line inside the parentheses is to tell you what
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 modes you are in. The default mode is Fundamental which is what you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 are in now. It is an example of a "major mode". There are several
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 major modes in Emacs for editing different languages and text, such as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 Lisp mode, Text mode, etc. At any time one and only one major mode is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 active, and its name can always be found in the mode line just where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 "Fundamental" is now. Each major mode makes a few commands behave
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 differently. For example, there are commands for creating comments in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 a program, and since each programming language has a different idea of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 what a comment should look like, each major mode has to insert
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 comments differently. Each major mode is the name of an extended
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 command, which is how you get into the mode. For example,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 M-X fundamental-mode is how to get into Fundamental mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 If you are going to be editing English text, such as this file, you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 should probably use Text Mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 >> Type M-x text-mode<Return>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 Don't worry, none of the commands you have learned changes Emacs in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 any great way. But you can now observe that periods are no longer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 part of words when you do M-f or M-b! Major modes are usually like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 that: commands don't change into completely unrelated things, but they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 work a little bit differently.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 To get documentation on your current major mode, type C-h m.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 >> Use C-u C-v once or more to bring this line near the top of screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 >> Type C-h m, to see how Text mode differs from Fundamental mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 >> Type C-x 1 to remove the documentation from the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 Major modes are called major because there are also minor modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 They are called minor because they aren't alternatives to the major
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 modes, just minor modifications of them. Each minor mode can be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 turned on or off by itself, regardless of what major mode you are in,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 and regardless of the other minor modes. So you can use no minor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 modes, or one minor mode, or any combination of several minor modes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 One minor mode which is very useful, especially for editing English
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 text, is Auto Fill mode. When this mode is on, Emacs breaks the line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 in between words automatically whenever the line gets too long. You
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 can turn this mode on by doing M-x auto-fill-mode<Return>. When the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 mode is on, you can turn it off by doing M-x auto-fill-mode<Return>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 If the mode is off, this function turns it on, and if the mode is on,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 this function turns it off. This is called "toggling".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 >> Type M-x auto-fill-mode<Return> now. Then insert a line of "asdf "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 over again until you see it divide into two lines. You must put in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 spaces between them because Auto Fill breaks lines only at spaces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 The margin is usually set at 70 characters, but you can change it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 with the C-x f command. You should give the margin setting you want
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 as a numeric argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 >> Type C-x f with an argument of 20. (C-u 2 0 C-x f).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 Then type in some text and see Emacs fill lines of 20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 characters with it. Then set the margin back to 70 using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 C-x f again.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 If you makes changes in the middle of a paragraph, Auto Fill mode
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 does not re-fill it for you.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 To re-fill the paragraph, type M-q (Meta-q) with the cursor inside
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 that paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 >> Move the cursor into the previous paragraph and type M-q.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 SEARCHING
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 ---------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 Emacs can do searches for strings (these are groups of contiguous
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 characters or words) either forward through the file or backward
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 through it. To search for the string means that you are trying to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 locate it somewhere in the file and have Emacs show you where the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 occurrences of the string exist. This type of search is somewhat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 different from what you may be familiar with. It is a search that is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 performed as you type in the thing to search for. The command to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 initiate a search is C-s for forward search, and C-r for reverse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 search. BUT WAIT! Don't do them now. When you type C-s you'll
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 notice that the string "I-search" appears as a prompt in the echo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 area. This tells you that Emacs is in what is called an incremental
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 search waiting for you to type the thing that you want to search for.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 <ESC> terminates a search.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 >> Now type C-s to start a search. SLOWLY, one letter at a time,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 type the word 'cursor', pausing after you type each
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 character to notice what happens to the cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 >> Type C-s to find the next occurrence of "cursor".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 >> Now type <Rubout> four times and see how the cursor moves.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 >> Type <ESC> to terminate the search.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 Did you see what happened? Emacs, in an incremental search, tries to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 go to the occurrence of the string that you've typed out so far. To go
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 to the next occurrence of 'cursor' just type C-s again. If no such
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 occurrence exists Emacs beeps and tells you that it is a failing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 search. C-g would also terminate the search.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 If you are in the middle of an incremental search and type <Rubout>,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 you'll notice that the last character in the search string is erased
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 and the search backs up to the last place of the search. For
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 instance, suppose you currently have typed 'cu' and you see that your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 cursor is at the first occurrence of 'cu'. If you now type <Rubout>,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 the 'u' on the search line is erased and you'll be repositioned in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 text to the occurrence of 'c' where the search took you before you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 typed the 'u'. This provides a useful means for backing up while you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 are searching.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 If you are in the middle of a search and happen to type a control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 character (other than a C-s or C-r, which tell Emacs to search for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 next occurrence of the string), the search is terminated.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 The C-s starts a search that looks for any occurrence of the search
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 string AFTER the current cursor position. But what if you want to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 search for something earlier in the text? To do this, type C-r for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 Reverse search. Everything that applies to C-s applies to C-r except
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 that the direction of the search is reversed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 RECURSIVE EDITING LEVELS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 ------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 Sometimes you will get into what is called a "recursive editing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 level". This is indicated by square brackets in the mode line,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 surrounding the parentheses around the major mode name. For
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 example, you might see [(Fundamental)] instead of (Fundamental).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 To get out of the recursive editing level, type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 M-x top-level<Return>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 >> Try that now; it should display "Back to top level"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 at the bottom of the screen.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 In fact, you were ALREADY at top level (not inside a recursive editing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 level) if you have obeyed instructions. M-x top-level does not care;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 it gets out of any number of recursive editing levels, perhaps zero,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 to get back to top level.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 You can't use C-g to get out of a recursive editing level because C-g
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 is used for discarding numeric arguments and partially typed commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 WITHIN the recursive editing level.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 GETTING MORE HELP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 -----------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 In this tutorial we have tried to supply just enough information to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 get you started using Emacs. There is so much available in Emacs that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 it would be impossible to explain it all here. However, you may want
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 to learn more about Emacs since it has numerous desirable features
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 that you don't know about yet. Emacs has a great deal of internal
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 documentation. All of these commands can be accessed through
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 the character Control-h, which we call "the Help character"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 because of the function it serves.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 To use the HELP features, type the C-h character, and then a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 character saying what kind of help you want. If you are REALLY lost,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 type C-h ? and Emacs will tell you what kinds of help it can give.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 If you have typed C-h and decide you don't want any help, just
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 type C-G to cancel it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 The most basic HELP feature is C-h c. Type C-h, a c, and a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 command character or sequence, and Emacs displays a very brief
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 description of the command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 >> Type C-h c Control-p.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 The message should be something like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 C-p runs the command previous-line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 This tells you the "name of the function". That is important in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 writing Lisp code to extend Emacs; it also is enough to remind
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 you of what the command does if you have seen it before but did
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 not remember.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 Multi-character commands such as C-x C-s and (if you have no META or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 EDIT key) <ESC>v are also allowed after C-h c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 To get more information on the command, use C-h k instead of C-h c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 >> Type C-h k Control-p.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 This displays the documentation of the function, as well as its name,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 in an Emacs window. When you are finished reading the output, type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 C-x 1 to get rid of the help text. You do not have to do this right
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 away. You can do some editing based on the help text before you type
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 C-x 1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 Here are some other useful C-h options:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 C-h f Describe a function. You type in the name of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 >> Try typing C-h f previous-line<Return>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 This prints all the information Emacs has about the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 function which implements the C-P command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 C-h a Command Apropos. Type in a keyword and Emacs will list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 all the commands whose names contain that keyword.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 These commands can all be invoked with Meta-x.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 For some commands, Command Apropos will also list a one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 or two character sequence which has the same effect.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 >> Type C-h a file<Return>. You will see a list of all M-x commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 with "file" in their names. You will also see commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 like C-x C-f and C-x C-w, listed beside the command names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 find-file and write-file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 CONCLUSION
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 ----------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 Remember, to exit Emacs permanently use C-x C-c. To exit to a shell
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 temporarily, so that you can come back in, use C-z. (This does not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 work under X windows, because there is no real concept of exiting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 temporarily to the shell. Instead, C-z iconifies the Emacs screen.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 This tutorial is meant to be understandable to all new users, so if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 you found something unclear, don't sit and blame yourself - complain!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 COPYING
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 -------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 This tutorial descends from a long line of Emacs tutorials
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 starting with the one written by Stuart Cracraft for the original Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 It was last modified September 1994 by Ben Wing, who updated the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 tutorial for X.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 This version of the tutorial, like GNU Emacs, is copyrighted, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 comes with permission to distribute copies on certain conditions:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 Copyright (c) 1985, 1994 Free Software Foundation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 Permission is granted to anyone to make or distribute verbatim copies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 of this document as received, in any medium, provided that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 copyright notice and permission notice are preserved,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 and that the distributor grants the recipient permission
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 for further redistribution as permitted by this notice.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 Permission is granted to distribute modified versions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 of this document, or of portions of it,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 under the above conditions, provided also that they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 carry prominent notices stating who last altered them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 The conditions for copying Emacs itself are slightly different
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 but in the same spirit. Please read the file COPYING and then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 do give copies of GNU Emacs to your friends.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 Help stamp out software obstructionism ("ownership") by using,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 writing, and sharing free software!