> I have to say that it seems messy to me that we're effectively storing > two sets of things that have the same significance: params["bibfiles"], > on the one hand, and the embedded file list, on the other. This makes > the logic in InsetBibtex, on which I worked a fair bit and would have > thought I understood, very complicated. Couldn't we just store the one > and have some way of looking up the necessary information when it's needed?
InsetCommand derived insets all store params strings, which can not store all the information an EmbeddedFile need. Converson between them have been troublesome.... Bo