From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs backup woes with "b~" Date: Sat, 06 Sep 2008 10:06:00 +0300 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1220697313 11590 80.91.229.12 (6 Sep 2008 10:35:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2008 10:35:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 06 12:36:09 2008 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.50) id 1Kbv9D-00055I-TY for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Sep 2008 12:36:08 +0200 Original-Received: from localhost ([127.0.0.1]:53796 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kbv8B-0004iX-MM for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Sep 2008 06:35:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kbv4G-0004HN-2a for help-gnu-emacs@gnu.org; Sat, 06 Sep 2008 06:31:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kbv4E-0004Gi-CY for help-gnu-emacs@gnu.org; Sat, 06 Sep 2008 06:30:59 -0400 Original-Received: from [199.232.76.173] (port=55514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kbv4D-0004Gb-AY for help-gnu-emacs@gnu.org; Sat, 06 Sep 2008 06:30:57 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:37603) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kbv4C-0006Vp-Um for help-gnu-emacs@gnu.org; Sat, 06 Sep 2008 06:30:57 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kbrsc-0003BR-LK for help-gnu-emacs@gnu.org; Sat, 06 Sep 2008 03:06:47 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K6R000JKIF4AQB0@i-mtaout1.012.net.il> for help-gnu-emacs@gnu.org; Sat, 06 Sep 2008 10:06:41 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:57308 Archived-At: > From: Joe > Date: Fri, 5 Sep 2008 19:08:37 -0700 (PDT) > > Hey I can't seem to figure out why emacs is saving files in the form > "b~myfile.adb" in my directories. > > I have the following in my .emacs > > (setq > backup-by-copying t > backup-directory-alist > '(("." . "~/.emacs.d/.emacs-backups")) > delete-old-versions t > kept-new-versions 3 > kept-old-versions 2 > version-control t) > > The "b~*" files are created right after I compile. Do you have any real evidence that these files are created by Emacs?