Hi all, I just realised that `newsticker' needs xml.el which XEmacs in woody doesn't have.
My choices are: - depend on versioned xemacs (and the package will no longer be installable on woody, but we're releasing soon so it doesn't matter?). - don't byte-compile on XEmacs (and remove this limitation soon before the freeze) - don't byte-compile on XEmacs if it doesn't have xml (means extra code in my templates). - add some version of xml.el deep in the package's load-path (which one?) Comments? Suggestions? I think #3 is best so far. Thanks, Peter