<nbecker(a)fred.net> writes:
Loading auto-save.el...*** Error in XEmacs initialization
(file-error "Creating directory" "Permission denied"
"//.autosave")
I fixed this. The patch is in the CVS. You really should be running
the CVS pre-version if that is at all possible untill the XEmacs
release process is back up again.
Why is it trying to make //.autosave????
Because it wants to make sure the auto-save-directory-fallback exists.
It does this by creating it at startup time. The CVS version makes
that a runtime check.
Jan