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

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

Putting all backup (tilde) files in one directory using xemacs 21.4p6


From: Kelly Jones
Subject: Putting all backup (tilde) files in one directory using xemacs 21.4p6
Date: Sun, 21 Jan 2007 18:00:21 -0700

Using xemacs 21.4p6, how do I put all backup (tilde) files into a
single directory, instead of having them saved to the same directory
as the original file?

I tried several variations of:

(require 'saveconf)
(require 'uniquify)
(require 'auto-save)
(setq backup-directory-alist '(("." . "/home/user/emacs-backups")))

to no avail (I replaced 'user' with my username and confirmed that
emacs-backups existed and was writable by me).

I then wiped out all the tilde files, restarted xemacs, ran the LISP
code above, but the tilde files still show up in the same directory as
the original.

Doing "describe-variable" for "backup-directory-alist" is unhelpful,
so I wonder if I need to "require" something else to make this work?

--
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.




reply via email to

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