all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastien Routier <Sebastien.Routier@ottawa.hummingbird.com>
Subject: RE: Stopping Emacs from leaving ~ files
Date: Mon, 21 Apr 2003 10:12:20 -0400	[thread overview]
Message-ID: <1569457F4814D311B4E200805FC7B78B05AF11EA@ottexch01.ottawa.hcl.com> (raw)

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	other threads:[~2003-04-21 14:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-21 14:12 Sebastien Routier [this message]
     [not found] <mailman.5007.1050934390.21513.help-gnu-emacs@gnu.org>
2003-04-22 13:09 ` Stopping Emacs from leaving ~ files Bruce Ingalls
  -- strict thread matches above, loose matches on Subject: below --
2003-04-21 13:16 Mark R.
2003-04-21 13:50 ` Alfred M. Szmidt
     [not found] ` <mailman.5006.1050933036.21513.help-gnu-emacs@gnu.org>
2003-04-21 14:28   ` Mark R.
2003-04-22  2:53   ` Jason Earl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1569457F4814D311B4E200805FC7B78B05AF11EA@ottexch01.ottawa.hcl.com \
    --to=sebastien.routier@ottawa.hummingbird.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.