From 646a5c1cbfd95873950a87b5f75d52073a967023 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 28 May 2018 19:12:29 +0000 Subject: Mon May 28 19:12:29 UTC 2018 a/pkgtools-15.0-noarch-13.txz: Rebuilt. installpkg: default line length for --terselength is the number of columns. removepkg: added --terse mode. upgradepkg: default line length for --terselength is the number of columns. upgradepkg: accept -option in addition to --option. ap/vim-8.1.0026-x86_64-1.txz: Upgraded. d/bison-3.0.5-x86_64-1.txz: Upgraded. e/emacs-26.1-x86_64-1.txz: Upgraded. kde/kopete-4.14.3-x86_64-8.txz: Rebuilt. Recompiled against libidn-1.35. n/conntrack-tools-1.4.5-x86_64-1.txz: Upgraded. n/libnetfilter_conntrack-1.0.7-x86_64-1.txz: Upgraded. n/libnftnl-1.1.0-x86_64-1.txz: Upgraded. n/links-2.16-x86_64-2.txz: Rebuilt. Rebuilt to enable X driver for -g mode. n/lynx-2.8.9dev.19-x86_64-1.txz: Upgraded. n/nftables-0.8.5-x86_64-1.txz: Upgraded. n/p11-kit-0.23.11-x86_64-1.txz: Upgraded. n/ulogd-2.0.7-x86_64-1.txz: Upgraded. n/whois-5.3.1-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.8.12-x86_64-1.txz: Upgraded. xap/vim-gvim-8.1.0026-x86_64-1.txz: Upgraded. --- 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