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

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

version control with tramp problem


From: Vektor
Subject: version control with tramp problem
Date: Sun, 05 Jun 2005 23:56:45 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

I have backup version control config like these:

;; backup version control
(setq version-control t)
(setq kept-new-versions 3)
(setq delete-old-versions t)
(setq kept-old-versions 2)
(setq dired-kept-versions 1)
(setq backup-directory-alist '(("" . "~/Document/backup/emacsed")))

But when I edit files through tramp as other users, such as root.
There still will be backup files like xxx.~1~. Why? And how to get rid
of them?
-- 
Remove all XYZ from my email to get the real one.


reply via email to

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