Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Nov 04, 2003 at 10:53:53AM +0100, Lars Gullik Bjønnes wrote: >> Andre Poenitz <[EMAIL PROTECTED]> writes: >> >> | I also moved part of the LFUN_INSET_EDIT stuff out of Inset::dispatch >> | again into edit() functions. Reason is mainly separating two separate >> | ideas: 1. edit means 'open some dialog' (this is still in dispatch()) >> | and 2. edt means 'enter some text inset and lock it' (this is back in >> | edit()) >> >> 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... -- Lgb