Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
wmperry(a)aventail.com (William M. Perry) writes:
> The X specific code just creates the widget_value list... does lwlib do
> something smart like delay the creation of the menu until the next
> redisplay?
Doesn't the general menubar code do that?. I though the menubar updating
was in redisplay-frame and the menu code sets a flag whenever the menus
(might) have changed.
If it is, then something is screwed up there. :) I put some debug
statements in update_frame_menubars () (and update_frame_menubar_internal
()) and f->menubar_changed is definitely '1' even when a save-excursion is
in effect.
I'll have to try and work up a test case.
-Bill P.