The Racket repository
Go to file
Mike Sperber 3ab3a7300c Fix a problem with loading and saving files, specifically those with
metadata:

If there is an error opening the file to be saved for write,
`on-save-file' is called, but `after-save-file' isn't.  As
`on-save-file' creates the metadata, and `after-save-file' zaps it
again, corruption results.  To fix, open the file inside the relevant
`dynamic-wind' rather than before.

The analogous problem existed with loading.

svn: r7602
2007-11-01 09:31:59 +00:00
collects Fix a problem with loading and saving files, specifically those with 2007-11-01 09:31:59 +00:00
doc 371.3 2007-09-15 22:27:14 +00:00
man/man1 first check-in of t2p code after svn 2007-06-10 20:34:24 +00:00
src use mzconfig in Xpm to detect 64-bit longs 2007-10-25 15:31:15 +00:00