[3307] in Athena Bugs
Re: AFS write-not-through
daemon@ATHENA.MIT.EDU (Robert S. French)
Wed Sep 27 19:24:48 1989
Date: Wed, 27 Sep 89 15:27:46 EDT
From: "Robert S. French" <rfrench@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Cc: dkk@ATHENA.MIT.EDU
Perhaps I'm missing something, but emacs had better close files when
you save them; otherwise you could only edit a fixed number of files,
where the number is limited by the finite number (64?) of FD's. The
write-region function, which is used to save files, explicitly opens
the output file, writes to it, and closes it again. If it didn't
close it, you wouldn't see over-quota messages.
Rob