At 12:50 PM 4/22/98 +0100, Adrian Aichner wrote:
I have experimented some with
1. Downloading all packages in package-get-base (pgua.el)
2. Downloading them asynchronously using EFS continuations
(package-get-async.el)
This is cool!
In case anybody is interested this is what I had to do:
package-admin-add-binary-package <xemacs-base>
package-admin-add-binary-package <mail-lib>
package-admin-add-binary-package <efs>
set efs variables to get through our firewall
load-file package-get-async.el
(There is a bug in this it needs to (provide 'package-get-async))
load-file pgua.el
and away it goes. I notice that pgua.el gets packages that I already have
installed which seems wrong IMHO.
I look forward to the customize interface to packages it will make stuff a
whole lot easier.
andy