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

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

Re: emacs 21 & .#files


From: B. T. Raven
Subject: Re: emacs 21 & .#files
Date: Thu, 12 Jun 2008 17:05:48 -0500
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Zsolt SZALAI wrote:
Hi!

On debian testing, emacs 21 makes files named like .#foo and standard
backupfiles too.
What is the purspose of these .# files and how can i switch off creating them?

thanks,
Zsolt SZALAI



I think they're Emacs crash insurance in case you don't explicitly save your buffers to files on a regular basis. See customize auto save group.
Also this will keep them cleared out (from C-h v):

"
delete-auto-save-files is a variable defined in `files.el'.
Its value is t


Documentation:
Non-nil means delete auto-save file when a buffer is saved or killed.

Note that the auto-save file will not be deleted if the buffer is killed
when it has unsaved changes.

You can customize this variable.
"

Ed


reply via email to

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