From: "Martin Jost" <Martin.Jost@siemens.com>
Subject: Re: Emacs on Aix questions
Date: Tue, 2 Mar 2004 14:41:18 +0100 [thread overview]
Message-ID: <c222tv$ruk$1@news.mch.sbs.de> (raw)
In-Reply-To: mailman.2129.1076349584.928.help-gnu-emacs@gnu.org
"Hemond, Steve" <SHEMOND@SMURFIT.com> schrieb im Newsbeitrag news:mailman.2129.1076349584.928.help-gnu-emacs@gnu.org...
1. Is is possible to tell emacs not to use backup and temporary files? I
hate listing a directory filled with #file and file~ files, and I don't
really need to backup this way. Can I get rid of that feature easily?
>From the emacs-info file (node "Backup Files")
For most files, the variable `make-backup-files' determines whether
to make backup files. On most operating systems, its default value is
`t', so that Emacs does write backup files.
so a
(setq make-backup-files nil)
in your .emacs should (mostly) "fix" the ~-part.
(mostly because of the "For most files,..." in the info-text.
>From the emacs-info file (node "Controlling Auto-Saving")
Each time you visit a file, auto-saving is turned on for that file's
buffer if the variable `auto-save-default' is non-`nil' (but not in
batch mode; *note Entering Emacs::). The default for this variable is
`t', so auto-saving is the usual practice for file-visiting buffers.
so a
(setq auto-save-default nil)
in your .emacs should "fix" the #-part.
HTH
Martin
Sorry for the late reply, my newsreader didn't want to post at first try...
next prev parent reply other threads:[~2004-03-02 13:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2129.1076349584.928.help-gnu-emacs@gnu.org>
2004-02-09 22:04 ` Emacs on Aix questions leo
2004-02-09 22:18 ` leo
2004-02-10 15:42 ` Stefan Monnier
2004-03-02 13:41 ` Martin Jost [this message]
2004-02-09 17:59 Hemond, Steve
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='c222tv$ruk$1@news.mch.sbs.de' \
--to=martin.jost@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).