>>>> "sb" == SL Baur <steve(a)xemacs.org>
writes:
sb> Any other patch to the XEmacs core (not to the Lisp packages) *not* in
sb> these trees has been lost or misfiled and should be resubmitted unless
sb> they've been vetoed by someone. This is *only* for patches to the
sb> XEmacs core. There are various package patches which haven't been
sb> integrated yet.
sb> Enjoy ...
i've cvs updated, and built. I note:
*) package-get-base.el isn't up to date.
*) if I click Options, Customize, List Packages, or M-x pui-list-packages,
I get:
Signaling: (wrong-type-argument stringp nil)
file-name-directory(nil)
package-get-create-custom()
byte-code("..." [provide package-get package-get-file-installed-p
"package-get-custom.el" "package-get-base.el" package-file custom-file
5 file-attributes message "generating package customizations..."
package-get-create-custom save-buffer "generating package customizations...done"
load] 5)
load-internal("package-get" nil t nil nil nil)
load("package-get" nil t nil)
require(package-get)
load-internal("package-ui" nil nil nil nil nil)
load("package-ui" nil nil nil)
call-interactively(pui-list-packages)
If I click Options, Customize, Emacs, List Packages, then things work.
I suspect a missing require of one of the custom packages but i'm not sure
which one.