Eric S. Johansson writes:
> This is an "auto save file" ( see (xemacs)Auto Save
Files). You can redefine
> make-auto-save-file-name with something like
lrwxrwxrwx 1 esj None 15 Feb 12 01:03 .#init.el -> esj(a)jumper.4332
Reading through the documentation, says that should have been #init.el#. Why the
difference?
The .#<filename> form is a lockfile. On Unix it is implemented as a
symlink. Its purpose is to tells XEmacs that some XEmacs process is
using that file, and which one, so that XEmacs can warn you that it's
unsafe to edit a file being edited by another process.
The #<filename># form is an autosave file. That is, it is an
automatic, temporary backup that you can use to recover most of your
recent changes if XEmacs (or the whole system) crashes before you do
an explicit save.
I'm still catching up from a hellish week and don't have time to look
up details today, but if you use C-h a (aka M-x apropos) you can get a
list of function and variable names containing the strings "lock" and
"autosave" (or maybe "auto-save") to get some suggestions about what
to change.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta