[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: >>> Actually I don't like the dispatch changes at all... should the cursor >>> _ever_ call the BufferView::dispatch? (IMHO no) >> | | Indeed. >> | | And it does not. > | I thought I saw a bv()->dispatch(...) there...
Like so: + + lyxerr << "trying to dispatch to main text " << bv_->text << + endl; + DispatchResult res = bv_->text->dispatch(cmd); + lyxerr << " result: " << res.val() << endl; + return res; -- Lgb