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

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

autosave/backup file problem


From: Jannis
Subject: autosave/backup file problem
Date: Fri, 15 Jun 2012 10:09:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Hi emacs users,


i have the problem that emacs creates

.#filename.txt

files in the directory file while working on a file. These files create problems when I want to automatically create Software packages of the parent folder.

Is there any way to tell emacs to create these files in a different location?


I have put the following in my .emacs file but it seems to not change the behaviour of the above mentioned files:


;; Put autosave files (ie #foo#) and backup files (ie foo~) in ~/.emacs.d/.
(custom-set-variables
  '(auto-save-file-name-transforms '((".*" "~/.emacs.d/autosaves/\\1" t)))
  '(backup-directory-alist '((".*" . "~/.emacs.d/backups/"))))


Thanks a lot for your help!

Jannis



reply via email to

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