big-menubar.el doesn't work any more because the menus have been
changed and keyboard shortcuts have been added.
I'll have submitted this patch already in October 2001 but it looks
like it has been lost, it still applies unchanged to the CVS checkout
of the packages using the tag 'xemacs-sumo-2002-03-29'.
The following patch fixes the problem:
2002-04-25 Mike Fabian <mfabian(a)suse.de>
* big-menubar.el: fix it to work again with the new
keyboard shortcuts which have been added to the menus.
--- packages/xemacs-packages/edit-utils/big-menubar.el Thu Oct 25 12:46:20 2001
+++ packages/xemacs-packages/edit-utils/big-menubar.el Wed Jan 14 07:36:15 1998
@@ -29,7 +29,7 @@
;;; Code:
(let* ((current-menubar (default-value 'current-menubar))
- (edit-menu (assoc "Edit" current-menubar)))
+ (edit-menu (assoc "%_Edit" current-menubar)))
(unless (assoc "Transpose" edit-menu) ; Idempotence
;; Replace Macro buttons with Macro submenu
@@ -200,7 +200,7 @@
;; Add Hex Edit button
(nconc
- (assoc "Tools" current-menubar)
+ (assoc "%_Tools" current-menubar)
'("---"
["Hex Edit File..." hexl-find-file t]))
))
--
Mike Fabian <mfabian(a)suse.de>
http://www.suse.de/~mfabian
睡眠不足はいい仕事の敵だ。