Lars,
I got overexcited last night and attempted to clean up LyXParagraph and the
Insets so that they are "buffer transparent". Ie, they don't store a
(Buffer *) but the appropriate buffer is passed to any function that desires
it.
Needless to say, this results in lots of changes to the code (mainly
reversing that previous hack of mine, passing a (Buffer const &) to
Inset::Clone!), so it probably shouldn't go in 1.1.6. There are probably lots
of niggly little issues to clean up and, in the process, we could probably
ditch current_view entirely.
In the meantime, the resulting code loads up that test file from yesterday.
This seems to be a perfect for a short branch, so can you talk me through how
to set one up?
Angus