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

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

Re: Backup directory


From: Nilesh Dalvi
Subject: Re: Backup directory
Date: Sun, 29 Apr 2001 02:34:44 +0530

Add the following lines in your .emacs,
where `backup' is the name of directory you want:

;; CREATE BACKUP FILES IN SEPARATE DIRECTORY 
(defun make-backup-file-name (file)
  (concat "~/backup/" file))

On Sat, Apr 28, 2001 at 10:39:06PM +0200, Jesper Holmberg wrote:
> Hi all,
> 
> is it possible to define a certain directory where all backup files
> (i.e. *~) are saved, instead of them being saved in the same directory
> as the original?
> 
> Jesper
> 
> -- 
>                             "But how can one be warm alone?"
> 
> Jesper Holmberg                               jeho5791@student.uu.se
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

-- 
Nilesh N. Dalvi
email    : nilesh@cse.iitb.ernet.in
homepage : http://www.cse.iitb.ernet.in/~nilesh



reply via email to

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