>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Attached is a small patch that moves the "moving around the
Angus> document" functionality out of the xforms-specific dialog and
Angus> into a new BufferView::Dispatch() method where it belongs. This
Angus> method will eventually also govern other "moving around the
Angus> document" behaviour, (eg for InsetRef and the reference-insert
Angus> dialog).
I do not like this one, since all lyxfuncs should take arguments which
are expressed as strings. Here you create an action which does not
have the correct semantics and is not routed via the normal path. If
you really want to move the code around, it should not be an action
like that.
JMarc