all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: Tom Wallenfang <tom@wallenfang.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to disable auto save on Emacs 26.1
Date: Thu, 4 Oct 2018 13:04:46 +0200	[thread overview]
Message-ID: <20181004110446.GA31656@tuxteam.de> (raw)
In-Reply-To: <87murv5d4q.fsf@wallenfang.de>

[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]

On Wed, Oct 03, 2018 at 04:16:37PM +0200, Tom Wallenfang wrote:
> > Could you describe exactly what you "have been seeing" that made you
> > conclude that "the autosave feature is activated again"?
> When I edited the Makefile, saved and looked at the filesystem, there
> was Makefile~ which I don't want.

Seems Stefan's crystal ball is working perfectly (as almost always).

The files with the tilde at the end are (typically) backup files. They
are supposed to survive the session and give you a "previous state" to
fall back to should your session do a catastrophic thing.

The "auto save" file name would rather look like ".#Makefile", and the
file strives to contain the most current buffer status. In case of a
(Emacs or system) crash, you can thus recover the most recent edits.

Note that this file is supposed to be ephemeral: if all ends well, you
won't see it.

So it seems you want to configure backup, described in info node
"Backup Files".

If your concern is file system clutter, better leave auto-save alone.
It's not going to clutter your file system (unless something else is
going horribly wrong). As for backup, you can disable it or even teach
it to use one directory for all backups (I have typically something
beneath my ~/.emacs.d).

Cheers
-- tomás

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2018-10-04 11:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-03 13:10 How to disable auto save on Emacs 26.1 Tom Wallenfang
2018-10-03 13:34 ` Martin Šlouf
2018-10-03 13:55 ` Stefan Monnier
     [not found] ` <mailman.1669.1538575056.1284.help-gnu-emacs@gnu.org>
2018-10-03 14:16   ` Tom Wallenfang
2018-10-04 11:04     ` tomas [this message]
2018-10-04 12:55       ` Skip Montanaro
2018-10-04 14:47         ` Van L
2018-10-06 11:34           ` Fossil [Was: Re: How to disable auto save on Emacs 26.1] Garreau, Alexandre
2018-10-06 14:32             ` Van L
2018-10-06 19:17             ` tomas
2018-10-04 17:21         ` How to disable auto save on Emacs 26.1 Marcin Borkowski
2018-10-06  6:24           ` Marcin Borkowski
     [not found]       ` <mailman.1701.1538657386.1284.help-gnu-emacs@gnu.org>
2018-10-05 18:04         ` James K. Lowden
     [not found]     ` <mailman.1698.1538651613.1284.help-gnu-emacs@gnu.org>
2018-10-04 13:10       ` Stefan Monnier
2018-10-04 14:49         ` tomas
2018-10-04 13:44       ` Tom Wallenfang
     [not found] ` <mailman.1668.1538573687.1284.help-gnu-emacs@gnu.org>
2018-10-03 14:19   ` Tom Wallenfang

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181004110446.GA31656@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tom@wallenfang.de \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.