From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: When does emacs backup files? Date: Sun, 20 Feb 2011 22:16:25 +0200 Message-ID: <87zkpqcvhi.fsf@mithlond.arda> References: <01812190-7de6-4215-a71e-a2ef1f18637f@l11g2000yqb.googlegroups.com> <396847B0-01D1-4CD4-A1CC-7D485395BC22@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298233581 28751 80.91.229.12 (20 Feb 2011 20:26:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 20:26:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, orium To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 20 21:26:16 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 1PrFrD-0001Ea-Hs for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 21:26:15 +0100 Original-Received: from localhost ([127.0.0.1]:35924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrFin-00041v-9b for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 15:17:33 -0500 Original-Received: from [140.186.70.92] (port=47455 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrFhx-0003zs-GL for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 15:16:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrFhw-0005Rz-C6 for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 15:16:41 -0500 Original-Received: from mta-out.inet.fi ([195.156.147.13]:51334 helo=kirsi2.inet.fi) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrFhw-0005Q3-75 for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 15:16:40 -0500 Original-Received: from mithlond.arda (84.251.132.215) by kirsi2.inet.fi (8.5.133) id 4D07350403416A3E; Sun, 20 Feb 2011 22:16:31 +0200 Original-Received: from dtw by mithlond.arda with local (Exim 4.69) (envelope-from ) id 1PrFhm-0005m3-KS; Sun, 20 Feb 2011 22:16:30 +0200 In-Reply-To: <396847B0-01D1-4CD4-A1CC-7D485395BC22@Web.DE> (Peter Dyballa's message of "Sun, 20 Feb 2011 20:54:21 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 195.156.147.13 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:79264 Archived-At: * 2011-02-20 20:54 (+0100), Peter Dyballa wrote: > (setq auto-save-interval 125) > (setq make-backup-files t ;backup my files > backup-by-copying t ;don't clobber symlinks I think backup-by-copying variable has to do with _hard_ links, not symlinks.