> From: Juri Linkov <[EMAIL PROTECTED]> > Date: Mon, 07 Nov 2005 16:31:31 +0200 > > In Emacs configured with '--with-x-toolkit=no' on i686-pc-linux-gnu > and run with `emacs -Q', `menu-updating-frame' is nil. This causes > some menu items to be permanently disabled due to the condition in > `menu-bar-menu-frame-live-and-visible-p' where `(display-multi-frame-p)' > returns `t'.
The theory behind that code was that menu-updating-frame cannot possibly be nil on a display that supports multiple frames visible at the same time. How come the non-toolkit version doesn't bind menu-updating-frame to something non-nil? Can you please investigate? _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
