From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Mark R." Newsgroups: gmane.emacs.help Subject: Re: Stopping Emacs from leaving ~ files Date: Mon, 21 Apr 2003 10:28:27 -0400 Organization: University of Virginia Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050935867 2407 80.91.224.249 (21 Apr 2003 14:37:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2003 14:37:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 21 16:37:45 2003 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 197cQT-0000cR-00 for ; Mon, 21 Apr 2003 16:37:45 +0200 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 197cOI-0005UG-05 for gnu-help-gnu-emacs@m.gmane.org; Mon, 21 Apr 2003 10:35:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!bigboote.WPI.EDU!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!hearst.acc.Virginia.EDU!news.Virginia.EDU!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: gandalf.cs.virginia.edu Original-X-Trace: murdoch.acc.Virginia.EDU 1050935307 12140 128.143.69.130 (21 Apr 2003 14:28:27 GMT) Original-X-Complaints-To: abuse@Virginia.EDU Original-NNTP-Posting-Date: Mon, 21 Apr 2003 14:28:27 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:112150 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8649 Thank you that did the trick. I had used the wrong term to search for "~" and it passed over that section. -Mark "Alfred M. Szmidt" wrote in message news:mailman.5006.1050933036.21513.help-gnu-emacs@gnu.org... > This is hopefully a simple question, but I've been unable to discover how to > do it. > > Did you read the Emacs manual? > > How does one configure emacs so it will stop leaving ~ files around? > > >From (emacs)Backup: > > For most files, the variable `make-backup-files' determines whether > to make backup files. On most operating systems, its default value is > `t', so that Emacs does write backup files. > > > >