* "APA" == Adrian Aichner <adrian(a)xemacs.org> writes:
APA> What packaging route should we take regarding
APA> ps-print-nomule
APA> vs.
APA> ps-print-mule
APA> vs.
APA> ps-print
How about...
- rename the package ps-print-nomule to ps-print
- ps-print.el is turned into a wrapper kind of thing:
(if (featurep 'mule)
(require 'ps-print-mule)
(require 'ps-print-nomule))
- ps-print-mule.el becomes the Mule equiv of the old
ps-print.el
- ps-print-nomule.el becomes the non-Mule equiv of old
ps-print.el
Just a thought, what do you think?
--
|---<Regards, Steve Youngs>-----------[GnuPG KeyID: 59E4C4B2]---|
| XEmacs - It's not just an editor... |
| It's a way of life. |
|----------------------------------<mailto:youngsï¼ xemacs.org>---|