From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?J=E9r=F4me_Marant?= Newsgroups: gmane.emacs.help Subject: Re: Coping with backup~ file proliferation Date: Tue, 03 Dec 2002 16:23:03 +0100 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3DECCC57.2060703@fr.thalesgroup.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038929016 10676 80.91.224.249 (3 Dec 2002 15:23:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Dec 2002 15:23:36 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JEtV-0002lK-00 for ; Tue, 03 Dec 2002 16:23:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JEu6-0005sO-00; Tue, 03 Dec 2002 10:24:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18JEtg-0005ck-00 for help-gnu-emacs@gnu.org; Tue, 03 Dec 2002 10:23:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18JEtf-0005cO-00 for help-gnu-emacs@gnu.org; Tue, 03 Dec 2002 10:23:40 -0500 Original-Received: from gwsmtp.thomson-csf.com ([195.101.39.226]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JEtf-0005cK-00 for help-gnu-emacs@gnu.org; Tue, 03 Dec 2002 10:23:39 -0500 Original-Received: from thomplex.thomson-csf.com (200.3.2.2) by gwsmtp.thomson-csf.com (NPlex 6.5.026) id 3DECB2240000716D for help-gnu-emacs@gnu.org; Tue, 3 Dec 2002 16:23:17 +0100 Original-Received: from THALESCAN.CORP.THALES (200.3.1.29) by thomplex.thomson-csf.com (NPlex 6.5.026) id 3DECB3510000791B for help-gnu-emacs@gnu.org; Tue, 3 Dec 2002 16:21:48 +0100 Original-Received: from 220.1.107.25 by THALESCAN.CORP.THALES (InterScan E-Mail VirusWall NT); Tue, 03 Dec 2002 16:22:58 +0100 Original-Received: from bgxplex3.bgx.airsys.thomson-csf.com (1.38.9.153) by bgxplex.bgx.airsys.thomson-csf.com (NPlex 5.1.036) id 3DD0D2E1000408F2 for help-gnu-emacs@gnu.org; Tue, 3 Dec 2002 16:22:56 +0100 Original-Received: from bgxplex3.bgx.airsys.thomson-csf.com (1.38.9.153) by bgxplex3.bgx.airsys.thomson-csf.com (NPlex 6.5.026) id 3DEB3D630000363F for help-gnu-emacs@gnu.org; Tue, 3 Dec 2002 16:30:56 +0100 Original-Received: from 187.150.3.95 by bgxplex3.bgx.airsys.thomson-csf.com (InterScan E-Mail VirusWall NT); Tue, 03 Dec 2002 16:30:56 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020827 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4246 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4246 ginak wrote: >I use Emacs for all my text editing, and I like it a lot, but one >thing that gets on my nerves is when my directories become littered >with backup files (like foo~). How can I reduce the numbers of calls >to > > rm *~ > > This: (setq make-backup-files nil) disables backup files. I don't know if this is what you want. Cheers,