cripes. try adding this to cm.el before the line that calls easy-menu-add-item. let me know if it works. if not, you will have to find out how to add a menu to an existing menu in xemacs and send it to me.

(if (string-match "XEmacs" emacs-version)
        (defun easy-menu-add-item (menu path item &optional before)
          (add-menu-button path item before menu))))

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to