[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs c-X c-W doesn't increment the "number of writes to file" fdb halfword



EMACS doesn't open files that it writes to directly.  It opens _TECO_
OUTPUT or ⊗[TECO.OUTPUT, and then does a rename.  This causes several
problems on certain operating systems.  For instance, LPT: doesn't support
RENAME.

There are screws involved in doing it the other way -- something about if
the system crashes.

Maybe we should fix it or change it.