I can't seems to find information on when does Emacs makes backups. It generally works great, but today I've lost some part of a file because of Magit infamous revert shortcut and after looking at my backups directory don't find any of the files I've worked on today. Everything seems to be there for previous days tough.
|
feedback
|
|
Emacs backs up when you visit files, and auto-saves periodically when you edit - the manual (linked above) details things to change to make that process more aggressive. Unfortunately,
pressing | |||||
feedback
|
|
Generally speaking Emacs will save every single keystroke in backup files, by default named And/or search here for | |||
|
feedback
|
|
Emacs do not make backup of a file when a VCS take care of it It believe that the git/cvs/svn will take care of the backup mechanism. Note also that magit 0.8 have been release with confirmation before reverting: you need to add
in your .emacs to be protected. | |||
feedback
|