On Mon, Mar 17, 2003 at 05:44:47PM +0100, Andre Poenitz wrote: > But what happens if a formula is cut&paste from a place where it is > allowed? We'd need some "import filter" there.
Yes. > Actually I think we need a really generic solution for this kind of > problems as the number of possible "interaction pairs" grows quadratically > with the number of "things" in LyX. > > I don't now how that could work, though. It sounds a bit over-designed, perhaps, but we could define a set of content types, and have simple converters between them . We could even do this generically enough to allow decent cut and paste between separate lyx / X apps at last ... maybe. Then simply a paste into an area checks what the allow type is, asks for some version of the current selection (with a simple aSCII rendering being a fallback or whatever). This could be useful for drag-and-drop of references etc. too perhaps. john