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

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

Re: Backup directory


From: Jesper Holmberg
Subject: Re: Backup directory
Date: Sun, 29 Apr 2001 23:17:27 +0200
User-agent: Mutt/1.2.5i

Hmmm, I can't seem to get this to work. I've added the suggested lines,
but it doesn't change anything; backup files are still saved together
with their originals, and nothing is saved in my backup directory.

Is there anything I might have missed?

Jesper

* On Saturday, April 28, Nilesh Dalvi wrote:
> 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



reply via email to

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