From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: When does emacs backup files? Date: Sun, 20 Feb 2011 20:54:21 +0100 Message-ID: <396847B0-01D1-4CD4-A1CC-7D485395BC22@Web.DE> References: <01812190-7de6-4215-a71e-a2ef1f18637f@l11g2000yqb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298232252 22336 80.91.229.12 (20 Feb 2011 20:04:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 20:04:12 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: orium Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 20 21:04:07 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PrFVm-0006dh-FO for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 21:04:07 +0100 Original-Received: from localhost ([127.0.0.1]:52177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrFNC-0005ES-M7 for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 14:55:14 -0500 Original-Received: from [140.186.70.92] (port=42930 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrFMP-00057w-Uu for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 14:54:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrFMO-0001Cl-NX for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 14:54:25 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:58656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrFMO-0001CK-HD for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 14:54:24 -0500 Original-Received: from smtp08.web.de ( [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 0D8B01890310B; Sun, 20 Feb 2011 20:54:23 +0100 (CET) Original-Received: from [91.35.188.8] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (WEB.DE 4.110 #2) id 1PrFMM-00077I-00; Sun, 20 Feb 2011 20:54:23 +0100 In-Reply-To: <01812190-7de6-4215-a71e-a2ef1f18637f@l11g2000yqb.googlegroups.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/Vo0YzIP0OqpmW7fD3OFmuifCuur4QHdONJNtz zesWiw7IqcWCxag0J9308w2noOMy9VkGAANnoauqksqU4TOen4 PUFlMzNDWiNzmvFGpipQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79262 Archived-At: Am 19.02.2011 um 00:57 schrieb orium: > How can have one new backup version created every time i save a file? My setup is this: (setq auto-save-interval 125) (setq make-backup-files t ;backup my files backup-by-copying t ;don't clobber symlinks delete-old-versions t kept-new-versions 6 kept-old-versions 2 version-control t ;use versioned backups vc-make-backup-files t ;make backups for cvs projects vc-follow-symlinks t) ;; Backups to central location (setq backup-directory-alist `(("." ,@(concat user-emacs-directory =20 "Sicherungen")))) -- Greetings Pete A lot of us are working harder than we want, at things we don't like =20 to do. Why? ...In order to afford the sort of existence we don't care =20= to live. =96 Bradford Angier