1.9. Leaving Emacs
To quit Emacs,
type C-x C-c or close it like you
would any other application. If you have made changes to a buffer,
Emacs asks you if you want to save them. If you type y, Emacs writes the file, then exits. If you
type n, Emacs asks you to confirm
that you want to abandon the changes you made by typing yes or no in
full. If you type no, your normal
Emacs session continues just as if you never attempted to exit. If
you type yes, you exit Emacs and the
changes you made during this session do not become permanent. Leaving
without saving changes can be useful if you make changes you
didn't intend to make.
By the way, Emacs is picky about whether you type y or yes.
Sometimes it wants one, sometimes the other. If it asks for a
y, you can sometimes get away with
typing yes but not vice versa. If it
beeps and displays, Please answer yes or no, you
didn't enter the whole word and it wants you to.
|