all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* When does emacs backup files?
@ 2011-02-18 23:57 orium
  2011-02-20 19:54 ` Peter Dyballa
  2011-02-21  5:10 ` Le Wang
  0 siblings, 2 replies; 7+ messages in thread
From: orium @ 2011-02-18 23:57 UTC (permalink / raw
  To: help-gnu-emacs

Hi,

I want my emacs to backup every file on save (with version control),
but for some reason i only have one version of each file.

My configuration is this:

(setq make-backup-files t)
(setq version-control t) ; Enable backup versioning
(setq delete-old-versions t) ; Don't ask about delete old versions of
backup
(setq kept-new-versions 1000000) ; Remember 1M versions of backup
(setq kept-old-versions 1000000)
(setq backup-directory-alist (quote ((".*" . "~/.emacs_backups/"))))

How can have one new backup version created every time i save a file?


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-23 20:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-18 23:57 When does emacs backup files? orium
2011-02-20 19:54 ` Peter Dyballa
2011-02-20 20:16   ` Teemu Likonen
2011-02-20 20:44     ` Peter Dyballa
2011-02-23  4:44       ` Kevin Rodgers
2011-02-23 20:55         ` Peter Dyballa
2011-02-21  5:10 ` Le Wang

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.