comparison etc/TUTORIAL @ 10698:9dc3f4fc6b7f

Talk about auto save.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Feb 1995 06:29:29 +0000
parents 4217123670e2
children 2713f4ff634a
comparison
equal deleted inserted replaced
10697:d2fd1a6288b4 10698:9dc3f4fc6b7f
556 Notice how this line has changed: you've replaced 556 Notice how this line has changed: you've replaced
557 the word c-h-a-n-g-e-d with "altered" wherever it occurred 557 the word c-h-a-n-g-e-d with "altered" wherever it occurred
558 after the cursor. 558 after the cursor.
559 559
560 560
561 * AUTO SAVE
562 -----------
563
564 When you have made changes in a file, but you have not saved them yet,
565 they could be lost if your computer crashes. To protect you from
566 this, Emacs writes "auto save" files periodically. The auto save file
567 name as a # at the beginning and the end; for example, if your file is
568 named "hello.c", its auto save file's name is "#hello.c#". When you
569 save the file in the normal way, its auto save file is no longer
570 necessary so Emacs deletes it.
571
572 If the computer crashes, you can recover your auto-saved editing by
573 finding the file normally (the file you were editing, not the auto
574 save file) and then typing M-x recover file<return>. When it asks for
575 confirmation, type yes<return> to go ahead and recover the auto-save
576 data.
577
578
561 * MODE LINE 579 * MODE LINE
562 ----------- 580 -----------
563 581
564 If Emacs sees that you are typing commands slowly it shows them to you 582 If Emacs sees that you are typing commands slowly it shows them to you
565 at the bottom of the screen in an area called the "echo area." The echo 583 at the bottom of the screen in an area called the "echo area." The echo