help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Stopping Emacs from leaving ~ files


From: Sebastien Routier
Subject: RE: Stopping Emacs from leaving ~ files
Date: Mon, 21 Apr 2003 10:12:20 -0400

Cool I can actually help with this one...

This is what I use, works great for me.

;; Enable backup files.
(setq make-backup-files t)
;; Enable versioning with default values (keep five last versions, I think!)
(setq version-control t)
;; Save all backup file in this directory.
(setq backup-directory-alist (quote ((".*" . "~/.emacs-backups/"))))



bye.
/Sebast


:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Julian dates                                   LOST #149

There is a need at times to  know how  many days  have  lapsed
since Jan 1 (Julian dates). The easiest way out is to  use the
cal program [ Try: cal -j 10 2001 ... and have a look !]

####<bish@nde.vsnl.net.in>####################################
:



> -----Original Message-----
> From: Mark R. [mailto:mc_reis@hotmail.com]
> Sent: Monday, April 21, 2003 9:17 AM
> To: help-gnu-emacs@gnu.org
> Subject: Stopping Emacs from leaving ~ files
> 
> 
> Hello,
> 
> This is hopefully a simple question, but I've been unable to 
> discover how to
> do it.
> 
> How does one configure emacs so it will stop leaving ~ files around?
> 
> Ex/ example.html~
> 
> Thank you for any help.
> 
> Mark Reis
> 
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]