[CM] Newbie question: Common Music doesn't start under xemacs

Rick Taube taube@uiuc.edu
Mon, 17 Jul 2006 17:43:18 -0500


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))))