Mercurial > emacs
changeset 1375:577493baf266
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 10 Oct 1992 01:37:56 +0000 |
parents | 3d87587ddc4e |
children | dd83ec6103fe |
files | etc/TUTORIAL |
diffstat | 1 files changed, 31 insertions(+), 31 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TUTORIAL Fri Oct 09 21:47:10 1992 +0000 +++ b/etc/TUTORIAL Sat Oct 10 01:37:56 1992 +0000 @@ -35,8 +35,8 @@ >> Try typing M-v and then C-v to move back and forth a few times. -SUMMARY -------- +* SUMMARY +--------- The following commands are useful for viewing screenfuls: @@ -52,8 +52,8 @@ Find the cursor again and see what text is near it now. -BASIC CURSOR CONTROL --------------------- +* BASIC CURSOR CONTROL +---------------------- Getting from screenful to screenful is useful, but how do you reposition yourself within a given screen to a specific place? @@ -181,8 +181,8 @@ scroll it down you can give an argument to M-v. -WHEN EMACS IS HUNG ------------------ +* WHEN EMACS IS HUNG +-------------------- If Emacs gets into an infinite (or simply very long) computation which you don't want to finish, you can stop it safely by typing C-g. @@ -207,8 +207,8 @@ >> Type <ESC> <ESC>, then type n. -WINDOWS -------- +* WINDOWS +--------- Emacs can have several windows, each displaying its own text. At this stage it is better not to go into the techniques of @@ -230,8 +230,8 @@ >> Type C-x 1 and see the documentation listing window disappear. -INSERTING AND DELETING ----------------------- +* INSERTING AND DELETING +------------------------ If you want to insert text, just type it. Characters which you can see, such as A, 7, *, etc. are taken by Emacs as text and inserted @@ -343,8 +343,8 @@ arguments. -UNDO ----- +* UNDO +------ Any time you make a change to the text and wish you had not done so, you can undo the change (return the text to its previous state) @@ -368,8 +368,8 @@ it as many times as the argument says. -FILES ------ +* FILES +------- In order to make the text you edit permanent, you must put it in a file. Otherwise, it will go away when your invocation of Emacs goes @@ -437,8 +437,8 @@ existing file. -BUFFERS -------- +* BUFFERS +--------- If you find a second file with C-x C-f, the first file remains inside Emacs. You can switch back to it by finding it again with @@ -476,8 +476,8 @@ For each such buffer, C-x s asks you whether to save it. -EXTENDING THE COMMAND SET -------------------------- +* EXTENDING THE COMMAND SET +--------------------------- There are many, many more Emacs commands than could possibly be put on all the control and meta characters. Emacs gets around this with @@ -537,15 +537,15 @@ after the cursor. -MODE LINE ---------- +* MODE LINE +----------- If Emacs sees that you are typing commands slowly it shows them to you at the bottom of the screen in an area called the "echo area." The echo area contains the bottom line of the screen. The line immediately above it is called the MODE LINE. The mode line says something like ---**--Emacs: TUTORIAL (Fundamental)----58%------------- +----**--Emacs: TUTORIAL (Fundamental)----58%------------- This is a very useful "information" line. @@ -624,8 +624,8 @@ >> Move the cursor into the previous paragraph and type M-q. -SEARCHING ---------- +* SEARCHING +----------- Emacs can do searches for strings (these are groups of contiguous characters or words) either forward through the file or backward @@ -675,8 +675,8 @@ that the direction of the search is reversed. -MULTIPLE WINDOWS ----------------- +* MULTIPLE WINDOWS +------------------ One of the nice features of Emacs is that you can display more than one window on the screen at the same time. @@ -727,8 +727,8 @@ the bottom window. -RECURSIVE EDITING LEVELS ------------------------- +* RECURSIVE EDITING LEVELS +-------------------------- Sometimes you will get into what is called a "recursive editing level". This is indicated by square brackets in the mode line, @@ -751,8 +751,8 @@ WITHIN the recursive editing level. -GETTING MORE HELP ------------------ +* GETTING MORE HELP +------------------- In this tutorial we have tried to supply just enough information to get you started using Emacs. There is so much available in Emacs that @@ -823,8 +823,8 @@ >> Type C-x 1 to delete the help window. -CONCLUSION ----------- +* CONCLUSION +------------ Remember, to exit Emacs permanently use C-x C-c. To exit to a shell temporarily, so that you can come back in, use C-z.