>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> InsetInclude ========= A quick glance shows that Buffer *
Angus> master can be replaced in each of the Latex(), DocBook(),
Angus> Linuxdoc() methods.
Angus> Are InsetInclude::getMasterFilename() and
Angus> InsetInclude::Validate() really sticking points?
Note that InsetInclude has bugs related to this getMasterFilename()
stuff. Basically, nested input files do not work when using the temp
directory. We need to sort out how we get the parent of an included
file: currently, this is done in some place with InsetParent, and in
other places with the master buffer. This code needs a major review
and fix session (I have several bug reports in my mail folder which
depend on this).
JMarc