Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > This LFUN should go to Text or Buffer, not to LyXFunc. > > Yes, buffer is a better choice.
LFUN_GRAPHICS_GROUPS_UNIFY should go into buffer too ? i hoped you finish http://wiki.lyx.org/Devel/NotesOnDispatchMechanism > However, this kind of code makes me wonder whether we should have a > new command > forall <insetname> <command> yes i thought about something similar, but currently i dont know how to avoid constructs like lyxCode() == NOTE_CODE or static_cast<InsetNote &>(*it) in some elegant way. pavel