On 04/28/2013 01:10 PM, Vincent van Ravesteijn wrote:
Op 28-4-2013 19:00, Richard Heck schreef:
As things are, we actually do need to mark it as exporting, because
otherwise we do not collect the right information during
updateMacros. Some of the logic here could be changed, but there are
other places we want to know if we are doing an export, and the best
place to keep that flag seems to be in the Buffer itself.
I actually meant that using MarkAsExporting is inappropriate because
its main use is to make sure that the flag is reset. And well..
resetting is not needed if we delete the buffer.
Yes, that's right, to be sure.
I'll fix this properly when I deal with the other problem.
Richard