>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Here's a better one even. Now also delete and backspace are Martin> treated in the same way as selfinsert. A question: could it be possible to change needsUpdate (and thus cur.result()) to be of type Update::flag and pass all the information back to LyXFunc::dispatch by this channel only? I guess what I'd like to know is whether we could avoid most explicit calls to bv().update() from LyXText::dispatch, and also the special casing on LFUNs names, since the LFUNs would be able to tell by themselves what they expect. For example, when a LFUN requires SinglePar, the code would test whether the metrics have changed to decide what to do. It is not that I am unhappy with the patch... JMarc
