Michael Albinus <michael.albinus(a)gmx.de> writes:
Nope, XEmacs has no dbus support yet. I have removed tramp-gvfs from
the
Makefile.
Maybe we need to remove also tramp-gw, don't know.
I have also removed tramp-ftp, tramp-gw and tramp-loaddefs from the
Makefile. However, there might be a problem with tramp-loaddefs.el. In
the package repository, I've copied the generated one from the Tramp
repository. This still contains entries for tramp-ftp, tramp-gvfs and
tramp-gw, which are invalid. Wouldn't it be better to generate
tramp-loaddefs.el in the package repository? How shall I plug into the
package Makefile? In the Tramp repository Makefile, there is
--8<---------------cut here---------------start------------->8---
autoloads: $(builddir)/tramp-loaddefs.el
$(builddir)/tramp-loaddefs.el: $(LISP_FILES)
# XEmacs must be advised to put tramp.el definitions at the beginning.
# We redefine `autoload-trim-file-name', therefore.
$(EM) -l autoload \
--eval "(setq generate-autoload-cookie \";;;###tramp-autoload\")"
\
--eval "(setq generated-autoload-file \
(expand-file-name \"tramp-loaddefs.el\"))" \
--eval "(setq make-backup-files nil)" \
--eval "(unless (string-equal \"$(EMACS_INFO)\" \"emacs\")
\
(defalias 'autoload-trim-file-name \
'file-name-sans-extension))" \
-f batch-update-autoloads .
# XEmacs uses hard coded feature `lisp-autoloads'.
@sed -e s/lisp-autoloads/tramp-loaddefs/g $@ >$@.$$$$ && \
mv -f $@.$$$$ $@
# Emacs 22 does not add the `provide' form to the generated loaddefs.el.
@grep -q provide $@ || echo "(provide 'tramp-loaddefs)" >>$@
--8<---------------cut here---------------end--------------->8---
> Regards,
> Vin
Best regards, Michael.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta