all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "James K. Lowden" <jklowden@speakeasy.net>
To: help-gnu-emacs@gnu.org
Subject: Re: How to disable auto save on Emacs 26.1
Date: Fri, 5 Oct 2018 14:04:18 -0400	[thread overview]
Message-ID: <20181005140418.425d292f23f567ebeb330f14@speakeasy.net> (raw)
In-Reply-To: mailman.1701.1538657386.1284.help-gnu-emacs@gnu.org

On Thu, 4 Oct 2018 07:55:45 -0500
Skip Montanaro <skip.montanaro@gmail.com> wrote:

> Think of backup files (I generally use numeric backups to actually
> retain more than one old copy - more clutter!) as a defense against
> shooting yourself in the foot. A version control system does that,
> only better. Tools like Git or Mercurial make it trivial to create
> and manage little repositories ("git init" creates a new repo in the
> current directory, for example).

Yeah, no.  The operative word is "manage".  Backups happen
automatically; version control happens intentionally.  Who wants to
execute "add" and "commit" all day long, just in case?  

Most files don't need or want management.  The very last thing you need
is a copy of your .profile from 1992, but it well might be handy to
have .profile~ when .profile gets overwritten by mistake.  

There are better answers, although of course Unix is immune to them.
VMS had automatic, numbered backups for all files.  How many was
controlled by properties on the directory by default, or explicitly of
the file. The command-line shell syntax supported acting on "the
file" (the latest version) by default, or on all versions.  I never
remember anyone complaining the system was too complicated or hard to
understand.  

--jkl


  parent reply	other threads:[~2018-10-05 18: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
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 [this message]
     [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=20181005140418.425d292f23f567ebeb330f14@speakeasy.net \
    --to=jklowden@speakeasy.net \
    --cc=help-gnu-emacs@gnu.org \
    /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.