Rob Oakes wrote:
Dear LyX Developers,
I just updated my SVN copy of LyX and I have been playing with the new
background compilation of documents. This looks like it will be a
wonderful feature.
In the process of experimenting with it, I found a bizarre problem that
I wanted to call to your attention. I am receiving a bizarre error when
I try and compile multi-part documents with xetex (and in some cases
pdflatex). The document will appear to compile, but then the PDF viewer
won't be able to load it. No LaTeX errors appear (as happened using the
old compilation system). It simply fails silently.
Yeah, right... multipart document was in my todo list but I somewhat
forgot about it :-(
The solution is to clone the buffer childs as well in Buffer::clone().
Abdel.