[CM] Newbie question: Common Music doesn't start under xemacs
Rick Taube
taube at uiuc.edu
Mon Jul 17 15:43:18 PDT 2006
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))))
More information about the Cmdist
mailing list