> This behaviour seems indeed strange. I guess you are referring to the
> following code (that I reproduce so that others can comment):
>
> if (fileInfoE.exist() && fileInfo2.exist()) {
> if (fileInfoE.getModificationTime()
> > fileInfo2.getModificationTime()) {
> if (AskQuestion(_("An emergency save of this document
>exists!"),
> MakeDisplayPath(s,50),
> _("Try to load that instead?"))) {
>
> I do not see any reason why we should not use the emergency file when
> the normal one does not exist.
I think it's a think-bug. You're welcome to fix it.
Also, the logic concerning when to delete obsolete emergency and
auto-save files should be double checked for sanity. I'm not sure
that it's all that logical when it comes down to all strange cases.
Greets,
Asger