Adrian,
Well, I'm still trying to figure out what's needed to get package-get
to work. I will probably look at the source and try to figure out what
magic smoke is missing, but new users need this to work with little
explanation.
The suggestion I received was:
M-x load-library RET package-get RET
;;; Or evaluate the following line
(load-library "package-get")
;;; Which package provides 'gnus?
(package-get-package-provider 'gnus)
(gnus "1.16")
Kevin> Some specifics: ps-print.el seems to be missing. It's not in any
;;; What package provides ps-print?
(package-get-package-provider 'ps-print)
(os-utils "1.07")
Unfortunately, what I get is:
(package-get-package-provider 'gnus)
nil
(package-get-package-provider 'ps-print)
nil
What is missing and how do we document this?
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman(a)es.net Phone: +1 510 486-8634