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

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

backup file save not saving to backups directory.


From: Sharon Kimble
Subject: backup file save not saving to backups directory.
Date: Wed, 24 Sep 2014 11:51:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux)

I am using this code in my 'init.el' -
--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/")))
--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?

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.3.93.1

Attachment: signature.asc
Description: PGP signature


reply via email to

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