aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-10-10 01:37:56 +0000
committerJim Blandy1992-10-10 01:37:56 +0000
commit26dc36e6f14648073298efa772dc34b5c7015b00 (patch)
tree071243a8bf6969bd0af8dd4d11e7cc9553333024
parent738949ec3adda424b62aa573668ebb885f236d10 (diff)
downloademacs-26dc36e6f14648073298efa772dc34b5c7015b00.tar.gz
emacs-26dc36e6f14648073298efa772dc34b5c7015b00.zip
*** empty log message ***
-rw-r--r--etc/TUTORIAL62
1 files changed, 31 insertions, 31 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index 98e1243837a..abfe251cd35 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -35,8 +35,8 @@ key).
35>> Try typing M-v and then C-v to move back and forth a few times. 35>> Try typing M-v and then C-v to move back and forth a few times.
36 36
37 37
38SUMMARY 38* SUMMARY
39------- 39---------
40 40
41The following commands are useful for viewing screenfuls: 41The following commands are useful for viewing screenfuls:
42 42
@@ -52,8 +52,8 @@ The following commands are useful for viewing screenfuls:
52 Find the cursor again and see what text is near it now. 52 Find the cursor again and see what text is near it now.
53 53
54 54
55BASIC CURSOR CONTROL 55* BASIC CURSOR CONTROL
56-------------------- 56----------------------
57 57
58Getting from screenful to screenful is useful, but how do you 58Getting from screenful to screenful is useful, but how do you
59reposition yourself within a given screen to a specific place? 59reposition yourself within a given screen to a specific place?
@@ -181,8 +181,8 @@ Did it scroll the screen up by 8 lines? If you would like to
181scroll it down you can give an argument to M-v. 181scroll it down you can give an argument to M-v.
182 182
183 183
184WHEN EMACS IS HUNG 184* WHEN EMACS IS HUNG
185----------------- 185--------------------
186 186
187If Emacs gets into an infinite (or simply very long) computation which 187If Emacs gets into an infinite (or simply very long) computation which
188you don't want to finish, you can stop it safely by typing C-g. 188you don't want to finish, you can stop it safely by typing C-g.
@@ -207,8 +207,8 @@ not want to execute M-ESC, you would type "n" to answer the question.
207>> Type <ESC> <ESC>, then type n. 207>> Type <ESC> <ESC>, then type n.
208 208
209 209
210WINDOWS 210* WINDOWS
211------- 211---------
212 212
213Emacs can have several windows, each displaying its own text. 213Emacs can have several windows, each displaying its own text.
214At this stage it is better not to go into the techniques of 214At this stage it is better not to go into the techniques of
@@ -230,8 +230,8 @@ the full screen, by getting rid of any other windows.
230>> Type C-x 1 and see the documentation listing window disappear. 230>> Type C-x 1 and see the documentation listing window disappear.
231 231
232 232
233INSERTING AND DELETING 233* INSERTING AND DELETING
234---------------------- 234------------------------
235 235
236If you want to insert text, just type it. Characters which you can 236If you want to insert text, just type it. Characters which you can
237see, such as A, 7, *, etc. are taken by Emacs as text and inserted 237see, such as A, 7, *, etc. are taken by Emacs as text and inserted
@@ -343,8 +343,8 @@ starting point (the most recent kill).
343 arguments. 343 arguments.
344 344
345 345
346UNDO 346* UNDO
347---- 347------
348 348
349Any time you make a change to the text and wish you had not done so, 349Any time you make a change to the text and wish you had not done so,
350you can undo the change (return the text to its previous state) 350you can undo the change (return the text to its previous state)
@@ -368,8 +368,8 @@ Giving a numeric argument to C-_ or C-x u is equivalent to repeating
368it as many times as the argument says. 368it as many times as the argument says.
369 369
370 370
371FILES 371* FILES
372----- 372-------
373 373
374In order to make the text you edit permanent, you must put it in a 374In order to make the text you edit permanent, you must put it in a
375file. Otherwise, it will go away when your invocation of Emacs goes 375file. Otherwise, it will go away when your invocation of Emacs goes
@@ -437,8 +437,8 @@ From then on, you can consider yourself to be editing an already
437existing file. 437existing file.
438 438
439 439
440BUFFERS 440* BUFFERS
441------- 441---------
442 442
443If you find a second file with C-x C-f, the first file remains 443If you find a second file with C-x C-f, the first file remains
444inside Emacs. You can switch back to it by finding it again with 444inside Emacs. You can switch back to it by finding it again with
@@ -476,8 +476,8 @@ and finds the ones that contain files you have changed.
476For each such buffer, C-x s asks you whether to save it. 476For each such buffer, C-x s asks you whether to save it.
477 477
478 478
479EXTENDING THE COMMAND SET 479* EXTENDING THE COMMAND SET
480------------------------- 480---------------------------
481 481
482There are many, many more Emacs commands than could possibly be put 482There are many, many more Emacs commands than could possibly be put
483on all the control and meta characters. Emacs gets around this with 483on all the control and meta characters. Emacs gets around this with
@@ -537,15 +537,15 @@ to replace it with--each one ended with a Return.
537 after the cursor. 537 after the cursor.
538 538
539 539
540MODE LINE 540* MODE LINE
541--------- 541-----------
542 542
543If Emacs sees that you are typing commands slowly it shows them to you 543If Emacs sees that you are typing commands slowly it shows them to you
544at the bottom of the screen in an area called the "echo area." The echo 544at the bottom of the screen in an area called the "echo area." The echo
545area contains the bottom line of the screen. The line immediately above 545area contains the bottom line of the screen. The line immediately above
546it is called the MODE LINE. The mode line says something like 546it is called the MODE LINE. The mode line says something like
547 547
548--**--Emacs: TUTORIAL (Fundamental)----58%------------- 548----**--Emacs: TUTORIAL (Fundamental)----58%-------------
549 549
550This is a very useful "information" line. 550This is a very useful "information" line.
551 551
@@ -624,8 +624,8 @@ that paragraph.
624 624
625>> Move the cursor into the previous paragraph and type M-q. 625>> Move the cursor into the previous paragraph and type M-q.
626 626
627SEARCHING 627* SEARCHING
628--------- 628-----------
629 629
630Emacs can do searches for strings (these are groups of contiguous 630Emacs can do searches for strings (these are groups of contiguous
631characters or words) either forward through the file or backward 631characters or words) either forward through the file or backward
@@ -675,8 +675,8 @@ Reverse search. Everything that applies to C-s applies to C-r except
675that the direction of the search is reversed. 675that the direction of the search is reversed.
676 676
677 677
678MULTIPLE WINDOWS 678* MULTIPLE WINDOWS
679---------------- 679------------------
680 680
681One of the nice features of Emacs is that you can display more than one 681One of the nice features of Emacs is that you can display more than one
682window on the screen at the same time. 682window on the screen at the same time.
@@ -727,8 +727,8 @@ things:
727 the bottom window. 727 the bottom window.
728 728
729 729
730RECURSIVE EDITING LEVELS 730* RECURSIVE EDITING LEVELS
731------------------------ 731--------------------------
732 732
733Sometimes you will get into what is called a "recursive editing 733Sometimes you will get into what is called a "recursive editing
734level". This is indicated by square brackets in the mode line, 734level". This is indicated by square brackets in the mode line,
@@ -751,8 +751,8 @@ is used for discarding numeric arguments and partially typed commands
751WITHIN the recursive editing level. 751WITHIN the recursive editing level.
752 752
753 753
754GETTING MORE HELP 754* GETTING MORE HELP
755----------------- 755-------------------
756 756
757In this tutorial we have tried to supply just enough information to 757In this tutorial we have tried to supply just enough information to
758get you started using Emacs. There is so much available in Emacs that 758get you started using Emacs. There is so much available in Emacs that
@@ -823,8 +823,8 @@ write-file.
823>> Type C-x 1 to delete the help window. 823>> Type C-x 1 to delete the help window.
824 824
825 825
826CONCLUSION 826* CONCLUSION
827---------- 827------------
828 828
829Remember, to exit Emacs permanently use C-x C-c. To exit to a shell 829Remember, to exit Emacs permanently use C-x C-c. To exit to a shell
830temporarily, so that you can come back in, use C-z. 830temporarily, so that you can come back in, use C-z.