>>>> "DO" == Darryl Okahata
<darrylo(a)sr.hp.com> writes:
DO> * Added a new menu pick to access the browser/installer:
Options-> Customize->List Packages
DO> The elisp command is `pui-list-packages', which is not currently
DO> bound to any key sequence.
I added the patch & did "make". XEmacs appears to have been re-dumped.
When I click on "List Packages", xemacs gripes that pui-list-packages is
an unknow function. Loading package-ui.el gets things working.
ok, see that I have to do a "make autoloads" too.......
ok, hmm, looks pretty good.
trying selecting & getting sounds-au...... oops.
Signaling: (wrong-type-argument stringp nil)
file-exists-p(nil)
byte-code("..." [nil current-filename dir host current-dir-entry
search-filenames search-dirs filenames substitute-in-file-name expand-file-name
file-name-as-directory full-package-filename file-exists-p package-get-remote-filename
package-get-staging-dir message "Retrieving package `%s' ..." sit-for 0
copy-file throw done] 6)
package-get(sounds-au "1.02")
byte-code("..." [package-get-info-prop this-package version
package-get-installedp package package-get nil fetched-packages throw exit append provides
this-requires package-get-package-provider reqd-package reqd-version reqd-name error
"Unable to find a provider for %s" package-get-all] 6)
package-get-all(sounds-au nil)
#<compiled-function (pkg) "...(12)" [package-get-all pkg nil throw done]
3>(sounds-au)
mapcar(#<compiled-function (pkg) "...(12)" [package-get-all pkg nil throw
done] 3> (sounds-au))
byte-code("..." [mapcar #<compiled-function (pkg) "...(12)"
[package-get-all pkg nil throw done] 3> pui-selected-packages t] 3)
#<compiled-function nil "...(61)" ["*Packages-To-Install*" nil
do-install tmpbuf pui-selected-packages (...) get-buffer-create package-admin-temp-buffer
buffer-disable-undo erase-buffer message "Installing selected packages ..."
sit-for 0 done (byte-code "ÀÁ\n\"Ã" ... 3) pui-list-packages
"Packages installed" clear-message error "No packages have been
selected!"] 2 ("/mnt4/jmiller/xemacs-21.0-b48/lisp/package-ui.elc" . 5796)
nil>()
call-interactively(pui-install-selected-packages)