Lisp HUG Maillist Archive

Changing the backup file name/location

I currently have Emacs configured to store all backup files in a tucked away location. Is there a way to set the equivalent option in LispWorks? I couldn't find anything immediately obvious in the documentation or otherwise.

Thank you,
Joerthan Panest

Re: Changing the backup file name/location

Joerthan Panest <joerthan.panest@gmail.com> writes:

> I currently have Emacs configured to store all backup files in a tucked away
> location. Is there a way to set the equivalent option in LispWorks? I couldn't
> find anything immediately obvious in the documentation or otherwise.

Maybe you could do something with

Documentation for "BACKUP-FILENAME-PATTERN":
  This control-string is used with format to make the filename of the
  backup file.  Format is called with three arguments, the first
  being the directory namestring, the second being the file
  namestring of the default buffer pathname, the third being the value
  of the editor variable editor:Backup-Filename-Suffix.

Global value of "BACKUP-FILENAME-PATTERN":
  "~A~A~A"



Updated at: 2020-12-10 08:39 UTC