Georg Baum wrote: >> Can deliminset also contain text? > > I don't know, but I guess not.
Then Martin's fix should go in (rather than mine). >> As far as I understand it (please correct me if I'm wrong), it is: >> - NOT_EDITABLE: the inset's content can not be modified (e.g. printindex, >> insetspecialchar) >> - IS_EDITABLE: content can be edited via dialog (e.g. bibtex, index, url) >> - HIGHLY_EDITABLE: content can be edited on screen (normally means that >> insettext is contained, e.g. collapsables, tabular) > > Nice explanation. It should be in insetbase.h :-) I'll gladly provide a documentation patch, but first someone who knows better than me should confirm that this is actually correct. >> This distinction would also make sense for mathinsets, no? (hullinset is >> HIGHLY_EDITABLE, but nestinsets and gridinsets aren't, apparently). > > I think so. Almost all math insets should be HIGHLY_EDITABLE. Hm. So why isn't it the case? Jürgen