>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Sun, Mar 28, 2004 at 08:27:18PM +0200, Alfredo Braunstein Andre> wrote: >> This is bunch of unsorted fixes mostly to C&P crashes. >> >> + add InsetText::insetAllowed with default to true (the main text >> is an InsetText). Would this produce any undesired side-effect? Andre> Not really. In fact, I'd drop insetAllowed at some point of Andre> time and rather 'allow' any kind of inset nesting but Andre> render/export 'illegal' combinations in some special way Andre> ('Inset type foo not allowed here'). So, you keep insetAllowed, actually, but you use it in different places. I think we should prevent insertion (disable the lfun) when an inset does not make sense, but never delete an existing inset. JMarc