From 8ff4f2f51a6cf07fc33742ce3bee81328896e49b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.1.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- slackbook/html/emacs-saving-files.html | 136 --------------------------------- 1 file changed, 136 deletions(-) delete mode 100644 slackbook/html/emacs-saving-files.html (limited to 'slackbook/html/emacs-saving-files.html') diff --git a/slackbook/html/emacs-saving-files.html b/slackbook/html/emacs-saving-files.html deleted file mode 100644 index 7e2ee9e19..000000000 --- a/slackbook/html/emacs-saving-files.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - -Saving Files - - - - - - - - - - - -
-

17.5 Saving -Files

- -

In order to save a file, you type

- - - - - -
-
-C-x C-s
-
-
- -

Emacs will not ask you for a filename, the buffer will just be saved to the file it -was loaded from. If you want to save your text to another file, type

- - - - - -
-
-C-x C-w
-
-
- -

When you save the file for the first time in this session, Emacs will normally save -the old version of your file to a backup file, which has the same name appended with a -tilde: so if you're editing a file “cars.txt”, -Emacs will create a backup “cars.txt~”.

- -

This backup file is a copy of the file that you opened. While you are working, Emacs -will also regularly create an auto-save copy of the work you are doing, to a file named -with hash signs: #cars.txt#. This backup is deleted when you -save the file with C-x C-s.

- -

When you are done editing a file, you can kill the buffer that holds it by typing

- - - - - -
-
-C-x k
-
-
- -

Emacs will then ask you which buffer you want to kill, with the current buffer as -default, which you can select by hitting ENTER. If you haven't -saved your file yet, Emacs will ask you if you really want to kill the buffer.

- -
-

17.5.1 Quitting -Emacs

- -

When you are done with Emacs altogether, you can type

- - - - - -
-
-C-x C-c
-
-
- -

This quits Emacs. If you have any unsaved files, Emacs will tell you so, and ask if -you want to save them each in turn. If you answer no to any of these, Emacs will ask for -one final confirmation and then quit.

-
-
- - - - - -- cgit v1.2.3