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

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

Re: universal backup directory


From: Kai Großjohann
Subject: Re: universal backup directory
Date: Mon, 27 Jan 2003 18:48:21 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu)

john doe <m0nkeyd0g2000@yahoo.com> writes:

> ;; MAKE ALL BACKUPS TO A SINGLE DIRECTORY 
> (setq backup-directory-alist `(("." .
> ,(file-name-nondirectory "~/.emacs_backups"))))
>  
> This will make backups in the current directory to a
> dir called .emacs_backups -- however, is there a way
> to make one universal backup directory that all emacs
> files go to regardless of where they are saved?

Doesn't the above do that?  It chooses ~/.emacs_backups for all
directory names which contain at least one non-newline character,
IIUC.
-- 
Ambibibentists unite!


reply via email to

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