Darryl Okahata <darrylo(a)sr.hp.com> writes in xemacs-beta(a)xemacs.org:
SL Baur <steve(a)xemacs.org> wrote:
I didn't write the following.
> > It doesn't appear do anything that couldn't easily
be done in
> > lisp. If we implemented the current add-big-package.sh in lisp
> > inside package-admin-add-binary-package, we wouldn't have to invent
> > package-admin-default-install-function or
> > package-admin-install-function-mswindows and our mswindows problems
> > would go away.
The problem is that mswindows users may still have to use a
different extraction program, even if you ignore the call-process junk
(e.g., "/bin/sh -c 'gunzip|tar'" vs. mswindows bogons). Yes, I know
that gnu tar has the "-z" option, but I don't think this exists under
mswindows.
O.K.