Good deal.
It looks like cc-mode must be changing the keybinding of C-M-h from
mark-defun to c-mark-defun.
So the one thing left to fix about this, is that big-menubar is
inserting a menu-item pointing to a non-existent function (mark-c-function).
If striking that menu item from big-menubar is the right course of
action, here is a patch:
---
/usr/local/share/xemacs/xemacs-packages/lisp/edit-utils/big-menubar.el
2012-11-18 22:49:52.000000000 -0500
+++ /home/steve/big-menubar.el.patched 2012-12-28 11:03:48.000000000
-0500
@@ -149,7 +149,6 @@
["Page" mark-page t]
["Balanced Expression" mark-sexp t]
["Lisp Function" mark-defun t]
- ["C Function" mark-c-function t]
["Whole Buffer" mark-whole-buffer t]))
;; Transpose.
(add-submenu
Steve M.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta