>>>> "MC" == Matt Curtin
<cmcurtin(a)interhack.net> writes:
>>>> "Peter" == Peter B West
<pbwest(a)netscape.net> writes:
Peter> Is there any potted description of how
to convert elisp
Peter> programs written for emacs to run under xemacs?
MC> Basically, I'd start out evaluating the file in XEmacs and then
MC> looking for breakage. Some conditionals with featurep forms should
MC> allow you to make a reasonable version of the file that will work in
MC> both worlds. Don't forget to test a lot. :-)
The byte-compiler knows a lot about what's good and bad in
XEmadc-land. So byte-compile the file using
Emacs Lisp->Byte Compile This File
and the warnings can be very useful.