comparison etc/TUTORIAL @ 12609:5cb83d6bbce1

M-ESC => M-:
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jul 1995 15:57:51 +0000
parents 5d0ad882565c
children b94ff6c62c5d
comparison
equal deleted inserted replaced
12608:c6215ec3f536 12609:5cb83d6bbce1
203 >> Type C-u 100 to make a numeric arg of 100, then type C-g. 203 >> Type C-u 100 to make a numeric arg of 100, then type C-g.
204 Now type C-f. How many characters does it move? 204 Now type C-f. How many characters does it move?
205 If you have typed an <ESC> by mistake, you can get rid of it 205 If you have typed an <ESC> by mistake, you can get rid of it
206 with a C-g. 206 with a C-g.
207 207
208 If you type <ESC> <ESC>, you get a new window appearing on 208 If you type <ESC> : then you get a new window appearing on the screen,
209 the screen, telling you that M-ESC is a "disabled command" 209 telling you that M-: is a "disabled command" and asking whether you
210 and asking whether you really want to execute it. The command 210 really want to execute it. The command M-: is marked as disabled
211 M-ESC is marked as disabled because you probably don't want to 211 because we expect it would confuse beginners and you probably don't
212 use it until you know more about Emacs, and we expect it would 212 want to use it until you know more about Emacs. If you really want to
213 confuse you if it were allowed to go ahead and run. If you really 213 try the M-: command, you could type a Space in answer to the question,
214 want to try the M-ESC command, you could type a Space in answer 214 and M-: would go ahead. Normally, if you do not want to execute M-:,
215 to the question and M-ESC would go ahead. Normally, if you do 215 you would type "n" to answer the question.
216 not want to execute M-ESC, you would type "n" to answer the question. 216
217 217 >> Type <ESC> :, then type n.
218 >> Type <ESC> <ESC>, then type n.
219 218
220 219
221 * WINDOWS 220 * WINDOWS
222 --------- 221 ---------
223 222