|
From: Hans-Bernhard B. <br...@ph...> - 2005-08-01 15:47:03
|
Ethan A Merritt wrote: > So you expect restoring from a saved file to do an implicit `reset`? > There has been no guarantee of this in the past that I know of. But it's implicit consequence of what "save" does: it save all the settings. All of them. So yes, loading that file again should restore them all, otherwise, we can't really say we "saved" them. > I think there are other bits of context as well that are not necessarily > restored to default state by executing a `save`d file. I think the code in 'save.c' actually goes to quite some length to make sure this doesn't happen. It took several iterations to get that right, too, as a quick look over the cvs log of save.c will reveal. |