The auto-save feature allows for periodic backups of the file associated with the current buffer. These backups are only made if auto-save is switched on.
This feature is useful if the LispWorks editor is killed in some way (for example, in the case of a system crash or accidental killing of the editor process) before a file is explicitly saved. If automatic backups are being made, the state of a file when it was last auto-saved can subsequently be recovered.
By default, automatic backups are made both after a predefined number of key strokes, and also after a predefined amount of time has elapsed.
By default, auto-saved files are in the same directory as the original file, with the name of the backup being the name of the original file enclosed within# characters.
Editor Command
Auto Save Toggle disregards the current state of auto-save. Editor Variable
the Common Lispformat function to create the filename of the auto-save file.Format is called with two arguments, the first being the directory namestring and the second being the file namestring of the pathname associated with the buffer. # characters. Editor Variable
nil, this feature is turned off. Editor Variable