help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: backup file save not saving to backups directory.


From: Will Parsons
Subject: Re: backup file save not saving to backups directory.
Date: 24 Sep 2014 17:12:16 GMT
User-agent: slrn/1.0.1 (FreeBSD)

Sharon Kimble wrote:
> --=-=-=
> Content-Type: text/plain
> Content-Transfer-Encoding: quoted-printable
>
>
> I am using this code in my 'init.el' -
>=2D-8<---------------cut here---------------start------------->8---
> ;;; from Tassilo Horn 11/08/14
> (setq version-control t
>       delete-old-versions t
>       kept-new-versions 7
>       kept-old-versions 0
>       backup-directory-alist '(("." . "~/.emacs.d/backup/")))
>=2D-8<---------------cut here---------------end--------------->8---
>
> When a file is saved, it is saved to its destination, but there is no
> backup copy in "~/.emacs.d/backup/". How can I get a backup copy please?

Are the files under revision control?  I think if they are, they don't
get saved backups by default.

-- 
Will


reply via email to

[Prev in Thread] Current Thread [Next in Thread]