>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Should I modify GCache::update from void Angus> GCache::update(InsetGraphics const &); to void Angus> GCache::update(InsetGraphics const &, BufferView const *); Angus> and store which BufferView the inset is to be found in. Only Angus> this won't work when we have multiple BufferViews. Angus> Alternatively, I should store the BufferView in the inset, but Angus> this also seems very ugly. What bufferview would you use with your lfun solution? If you know that, you can just use the same... JMarc