>>>>> On Fri, 09 Sep 2005 16:46:25 +0300, Eli Zaretskii <[EMAIL PROTECTED]> >>>>> said:
> The problem is indeed that this change caused the menus to reference > menu-updating-frame, which is not defined in the non-X version. Besides menu-updating-frame, tmm.el uses x-popup-menu (defined in xmenu.c) in order to obtain keyboard equivalents. (condition-case nil (x-popup-menu nil choice) ; Get the shortcuts (error nil)) Because it is enclosed with condition-case, we don't see any errors with it. But keyboard equivalents are not shown with tmm for the non-X version where xmenu.o is not linked. I confirmed that they were shown for the non-X version with the Nick's patch. YAMAMOTO Mitsuharu [EMAIL PROTECTED] _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel