On Thu, May 03, 2007 at 03:07:58PM -0500, Bo Peng wrote: > > > > What do you need? > > I am attaching what I have right now. Many parts are missing but the > main points are there: > > What I have got:
... > Index: src/insets/Inset.cpp > =================================================================== > --- src/insets/Inset.cpp (revision 18187) > +++ src/insets/Inset.cpp (working copy) > @@ -76,6 +76,7 @@ > InsetName("bibtex", Inset::BIBTEX_CODE), > InsetName("text", Inset::TEXT_CODE), > InsetName("ert", Inset::ERT_CODE), > + InsetName("listings", Inset::ERT_CODE), Shouldn't this have its own code? Naive question > InsetName("foot", Inset::FOOT_CODE), > InsetName("margin", Inset::MARGIN_CODE), > InsetName("float", Inset::FLOAT_CODE), - Martin