Vin Shelton <acs(a)alumni.princeton.edu> writes:
Michael -
Hi Vin,
Thanks for the update. Unfortunately, as you suspected, there's
an
issue building the package repo. I'm using latest 21.4 from hg, and
I'm getting a failure in ediff-vers.el. This compiled fine before
your changes; I'm guessing it has something to do with autoloads.
The actual error is:
byte-compile-report-error((file-error "Cannot open load file"
"executable"))
which seems kinda weird. I'm investigating now, but in case someone
has some ideas, I'd be happy for any pointers.
In (the new) tramp-compat.el, there is the following code snippet:
--8<---------------cut here---------------start------------->8---
(eval-and-compile
;; Some packages must be required for XEmacs, because we compile
;; with -no-autoloads.
(when (featurep 'xemacs)
(require 'cus-edit)
(require 'env)
(require 'executable)
(require 'outline)
(require 'passwd)
(require 'pp)
(require 'regexp-opt))
(require 'advice)
(require 'custom)
(require 'format-spec)
(require 'shell)
(require 'tramp-loaddefs)
...
--8<---------------cut here---------------end--------------->8---
I have added the "(when (featurep 'xemacs) ..." form, because there were
compilation errors otherwise in my local environment. But I'm open to
any enhancement.
Thanks,
Vin
Best regards, Michael.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta