On Fri, Mar 26, 2004 at 09:19:56PM +0100, Alfredo Braunstein wrote: > > For IU in Cut&Paste we can't use ParagraphLists as there's no such thing > > in math. Least common denominator would be a 'cell', which still > > translates to different things in text (InsetText/LyxText) and math > > (MathArray). So the 'least common usable denominator' is indeed using a > > temporary inset. > > I'm afraid I don't understand the UI issue completely.
'IU' (inset unification), not 'UI'. > > Putting the ParagraphList in a temporary inset sounds acceptable. > > I'll try to do that then (without looking at UI though) ;-) Btw, it occured to me that maybe we could re/abuse a bit of the Undo stuff. This stores ParagraphLists for texted and some string representation for mathed and works rather well... Andre'