diff options
| author | Jim Blandy | 1992-10-10 01:37:56 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-10-10 01:37:56 +0000 |
| commit | 26dc36e6f14648073298efa772dc34b5c7015b00 (patch) | |
| tree | 071243a8bf6969bd0af8dd4d11e7cc9553333024 | |
| parent | 738949ec3adda424b62aa573668ebb885f236d10 (diff) | |
| download | emacs-26dc36e6f14648073298efa772dc34b5c7015b00.tar.gz emacs-26dc36e6f14648073298efa772dc34b5c7015b00.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TUTORIAL | 62 |
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 | ||
| 38 | SUMMARY | 38 | * SUMMARY |
| 39 | ------- | 39 | --------- |
| 40 | 40 | ||
| 41 | The following commands are useful for viewing screenfuls: | 41 | The 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 | ||
| 55 | BASIC CURSOR CONTROL | 55 | * BASIC CURSOR CONTROL |
| 56 | -------------------- | 56 | ---------------------- |
| 57 | 57 | ||
| 58 | Getting from screenful to screenful is useful, but how do you | 58 | Getting from screenful to screenful is useful, but how do you |
| 59 | reposition yourself within a given screen to a specific place? | 59 | reposition 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 | |||
| 181 | scroll it down you can give an argument to M-v. | 181 | scroll it down you can give an argument to M-v. |
| 182 | 182 | ||
| 183 | 183 | ||
| 184 | WHEN EMACS IS HUNG | 184 | * WHEN EMACS IS HUNG |
| 185 | ----------------- | 185 | -------------------- |
| 186 | 186 | ||
| 187 | If Emacs gets into an infinite (or simply very long) computation which | 187 | If Emacs gets into an infinite (or simply very long) computation which |
| 188 | you don't want to finish, you can stop it safely by typing C-g. | 188 | you 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 | ||
| 210 | WINDOWS | 210 | * WINDOWS |
| 211 | ------- | 211 | --------- |
| 212 | 212 | ||
| 213 | Emacs can have several windows, each displaying its own text. | 213 | Emacs can have several windows, each displaying its own text. |
| 214 | At this stage it is better not to go into the techniques of | 214 | At 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 | ||
| 233 | INSERTING AND DELETING | 233 | * INSERTING AND DELETING |
| 234 | ---------------------- | 234 | ------------------------ |
| 235 | 235 | ||
| 236 | If you want to insert text, just type it. Characters which you can | 236 | If you want to insert text, just type it. Characters which you can |
| 237 | see, such as A, 7, *, etc. are taken by Emacs as text and inserted | 237 | see, 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 | ||
| 346 | UNDO | 346 | * UNDO |
| 347 | ---- | 347 | ------ |
| 348 | 348 | ||
| 349 | Any time you make a change to the text and wish you had not done so, | 349 | Any time you make a change to the text and wish you had not done so, |
| 350 | you can undo the change (return the text to its previous state) | 350 | you 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 | |||
| 368 | it as many times as the argument says. | 368 | it as many times as the argument says. |
| 369 | 369 | ||
| 370 | 370 | ||
| 371 | FILES | 371 | * FILES |
| 372 | ----- | 372 | ------- |
| 373 | 373 | ||
| 374 | In order to make the text you edit permanent, you must put it in a | 374 | In order to make the text you edit permanent, you must put it in a |
| 375 | file. Otherwise, it will go away when your invocation of Emacs goes | 375 | file. 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 | |||
| 437 | existing file. | 437 | existing file. |
| 438 | 438 | ||
| 439 | 439 | ||
| 440 | BUFFERS | 440 | * BUFFERS |
| 441 | ------- | 441 | --------- |
| 442 | 442 | ||
| 443 | If you find a second file with C-x C-f, the first file remains | 443 | If you find a second file with C-x C-f, the first file remains |
| 444 | inside Emacs. You can switch back to it by finding it again with | 444 | inside 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. | |||
| 476 | For each such buffer, C-x s asks you whether to save it. | 476 | For each such buffer, C-x s asks you whether to save it. |
| 477 | 477 | ||
| 478 | 478 | ||
| 479 | EXTENDING THE COMMAND SET | 479 | * EXTENDING THE COMMAND SET |
| 480 | ------------------------- | 480 | --------------------------- |
| 481 | 481 | ||
| 482 | There are many, many more Emacs commands than could possibly be put | 482 | There are many, many more Emacs commands than could possibly be put |
| 483 | on all the control and meta characters. Emacs gets around this with | 483 | on 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 | ||
| 540 | MODE LINE | 540 | * MODE LINE |
| 541 | --------- | 541 | ----------- |
| 542 | 542 | ||
| 543 | If Emacs sees that you are typing commands slowly it shows them to you | 543 | If Emacs sees that you are typing commands slowly it shows them to you |
| 544 | at the bottom of the screen in an area called the "echo area." The echo | 544 | at the bottom of the screen in an area called the "echo area." The echo |
| 545 | area contains the bottom line of the screen. The line immediately above | 545 | area contains the bottom line of the screen. The line immediately above |
| 546 | it is called the MODE LINE. The mode line says something like | 546 | it 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 | ||
| 550 | This is a very useful "information" line. | 550 | This 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 | ||
| 627 | SEARCHING | 627 | * SEARCHING |
| 628 | --------- | 628 | ----------- |
| 629 | 629 | ||
| 630 | Emacs can do searches for strings (these are groups of contiguous | 630 | Emacs can do searches for strings (these are groups of contiguous |
| 631 | characters or words) either forward through the file or backward | 631 | characters 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 | |||
| 675 | that the direction of the search is reversed. | 675 | that the direction of the search is reversed. |
| 676 | 676 | ||
| 677 | 677 | ||
| 678 | MULTIPLE WINDOWS | 678 | * MULTIPLE WINDOWS |
| 679 | ---------------- | 679 | ------------------ |
| 680 | 680 | ||
| 681 | One of the nice features of Emacs is that you can display more than one | 681 | One of the nice features of Emacs is that you can display more than one |
| 682 | window on the screen at the same time. | 682 | window on the screen at the same time. |
| @@ -727,8 +727,8 @@ things: | |||
| 727 | the bottom window. | 727 | the bottom window. |
| 728 | 728 | ||
| 729 | 729 | ||
| 730 | RECURSIVE EDITING LEVELS | 730 | * RECURSIVE EDITING LEVELS |
| 731 | ------------------------ | 731 | -------------------------- |
| 732 | 732 | ||
| 733 | Sometimes you will get into what is called a "recursive editing | 733 | Sometimes you will get into what is called a "recursive editing |
| 734 | level". This is indicated by square brackets in the mode line, | 734 | level". This is indicated by square brackets in the mode line, |
| @@ -751,8 +751,8 @@ is used for discarding numeric arguments and partially typed commands | |||
| 751 | WITHIN the recursive editing level. | 751 | WITHIN the recursive editing level. |
| 752 | 752 | ||
| 753 | 753 | ||
| 754 | GETTING MORE HELP | 754 | * GETTING MORE HELP |
| 755 | ----------------- | 755 | ------------------- |
| 756 | 756 | ||
| 757 | In this tutorial we have tried to supply just enough information to | 757 | In this tutorial we have tried to supply just enough information to |
| 758 | get you started using Emacs. There is so much available in Emacs that | 758 | get 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 | ||
| 826 | CONCLUSION | 826 | * CONCLUSION |
| 827 | ---------- | 827 | ------------ |
| 828 | 828 | ||
| 829 | Remember, to exit Emacs permanently use C-x C-c. To exit to a shell | 829 | Remember, to exit Emacs permanently use C-x C-c. To exit to a shell |
| 830 | temporarily, so that you can come back in, use C-z. | 830 | temporarily, so that you can come back in, use C-z. |