>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> I think it would be cleaner if we had a global LyXFunc object
Andre> that gets BufferView and Minibuffer pointer/ref passed to
Andre> Dispatch.
Andre> The current use of owner->view() (442 times) and
Andre> owner->GetMiniBuffer() (78 times) and no other use of 'owner'
Andre> suggests that 'owner' is not the thing that's actually
Andre> needed...
I guess the owner comes from the fact that it is indeed the LyXView
which owns everything... However, it might be a good idea to declare
inline minibuffer() and view() functions which would hide that for us.
Do it is you want.
JMarc