> In xmenu.c the function set_frame_menubar binds menu-updating-frame to > the frame passed to it as argument. Could you please look and see why > this isn't working as intended?
The non-toolkit version of Emacs doesn't call it at all, because `USE_X_TOOLKIT' and `USE_GTK' are not defined. In the non-toolkit version, the menu bar is an ordinary screen line on the same frame. I don't know is it right to bind menu-updating-frame to the same frame in the non-toolkit version. I am not familiar with this code at all, so please don't expect me to propose a correct change. -- Juri Linkov http://www.jurta.org/emacs/ _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
