Dennis Dunn dennis.dunn@acm.org writes:
Is there someplace where I can download the needed files or should I just can cygwin and use the native clisp/xemacs programs?
The macro define-minor-mode was renamed as easy-mmode-define-minor-mode in newer Emacsen. For compatibility with older versions, we define an alias if define-minor-mode is not fbound. All in all quite a complicated situation: it's a macro, it is usually autoloaded, it's sometimes an alias, and we also need to load it at compile time. Plenty of room to make a mistake :-). There seem to be all kinds of funny problems with this in XEmacs, but I don't understand the problem exactly and neither the fixes people have proposed so far.
Anyway the XEmacs file can be found at
http://cvs.xemacs.org/viewcvs.cgi/*checkout*/XEmacs/packages/xemacs-packages...
This message may also be relevant:
http://thread.gmane.org/gmane.lisp.slime.devel/2400
Helmut.