Le 19/09/2012 01:07, Andrew Parsloe a écrit :
It was only a "wistful" suggestion -- it would allow a tinkerer like me to tinker a little more.
I would try to use "repeat 1000 <some-lfun-that-is-a-noop>" in order to continue tinkering.
The real problem (in the original post) was that the command-sequence code doesn't wait for buffer-export to finish before invoking the next command in the sequence (buffer-reload). The GUI does know -- the greyed-out buffer-reload button becomes enabled only after buffer-export is complete.
As I wrote in the ticket that got opened, I think the best way to handle that is to implement a lfun that waits until the thread are finished.
JMarc