From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anssi Saari Newsgroups: gmane.emacs.help Subject: Re: backup file save not saving to backups directory. Date: Wed, 24 Sep 2014 14:18:27 +0300 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1411568180 25042 80.91.229.3 (24 Sep 2014 14:16:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2014 14:16:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 24 16:16:13 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XWnMY-00059K-DC for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Sep 2014 16:16:10 +0200 Original-Received: from localhost ([::1]:60121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWnMV-0006Cz-RF for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Sep 2014 10:16:07 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Injection-Info: mx05.eternal-september.org; posting-host="e5afc5bc4c110b3af5789ef5c59a038f"; logging-data="7253"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+HfrMrfzmmrjL8+fo/kKrF" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:7yVw9efyRTDnpW4ZWApt2FLiMgk= sha1:9Pmkx0o7owqthHd6++NHKIBnEU4= Original-Xref: usenet.stanford.edu gnu.emacs.help:207847 X-Mailman-Approved-At: Wed, 24 Sep 2014 10:15:44 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100123 Archived-At: Sharon Kimble writes: > I am using this code in my 'init.el' - > ;;; 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/"))) > > 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? Those settings seem to work fine for me, the directory was created and backups appeared in it. Are you sure the settings are actually in effect?