[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
- To: CJL @ MIT-OZ
- Subject: Emacs c-X c-W doesn't increment the "number of writes to file" fdb halfword
- From: David C. Plummer <DCP @ MIT-MC>
- Date: Sat, 15 Dec 1984 05:05:00 -0000
- Date: 15 December 1984 00:05-EST
- Cc: KLOTZ @ MIT-MC, rh @ MIT-EECS, Bug-EMACS @ MIT-OZ, Bug-OZ @ MIT-OZ
Date: Wed, 21 Nov 1984 10:30 EST
From: Chris Lindblad <CJL%MIT-OZ@MIT-MC.ARPA>
rh%MIT-EECS@MIT-MC.ARPA
In-reply-to: Msg of 21 Nov 1984 06:26-EST from Leigh L. Klotz <KLOTZ at MIT-MC>
Date: Wednesday, 21 November 1984 06:26-EST
From: Leigh L. Klotz <KLOTZ at MIT-MC>
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.
I checked a little further, and discovered that the RENAME command has
the same problem, so this seems to be a bug in RNAMF%. When a new file
with FBBK0 word 0,,0 is renamed to an existing file with fbbk0 word
1,,1, the resulting file has fbbk0 word 1,,1, where it should have 0,,0.
One would think DUMPER would also remember the creation date? Or
does rename toss the new one away?
[All this kludgery I've seen suggested (and probably implemented
by now) is making my stomach turn.]