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

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

Emacs backup woes with "b~"


From: Joe
Subject: Emacs backup woes with "b~"
Date: Fri, 5 Sep 2008 19:08:37 -0700 (PDT)
User-agent: G2/1.0

Hey I can't seem to figure out why emacs is saving files in the form
"b~myfile.adb" in my directories.

I have the following in my .emacs

(setq
 backup-by-copying t
 backup-directory-alist
 '(("." . "~/.emacs.d/.emacs-backups"))
 delete-old-versions t
 kept-new-versions 3
 kept-old-versions 2
 version-control t)

The "b~*" files are created right after I compile.

Thanks,

Joe


reply via email to

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