Jean-Marc Lasgouttes wrote:
[EMAIL PROTECTED] writes:
Author: younes
Date: Mon Nov 26 15:36:50 2007
New Revision: 21797
URL: http://www.lyx.org/trac/changeset/21797
Log:
Cleanup LyXFunc::dispatch() following JMarc advice.
Thanks a lot Abdel.
I am always nice when one asks politely ;-)
For my education: why is the update in
GuiView::dispatch needed?
Because otherwise, as it is now, we would have an infinite recursive loop.
Because there is no other way to convey the
information back to LyXFunc?
It is possible to modify the code so that we always pass through
LyXFunc::dispatch() first. I'll do this change when I have time. You
have to understand that Rome was not built in one day and, in period of
cleanup, transitional code is a necessary (good) step.
Abdel.