all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* autosave/backup file problem
@ 2012-06-15  8:09 Jannis
  2012-06-16  6:41 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Jannis @ 2012-06-15  8:09 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-16  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2895.1339792377.855.help-gnu-emacs@gnu.org>
2012-06-15 20:52 ` autosave/backup file problem Barry Margolin
2012-06-15  8:09 Jannis
2012-06-16  6:41 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.