Le 4566 Septembre 1993, Matthieu Moy a tapoté:
> XEmacs also has its specific package mechanism. dvc-load.el is not
> /supposed/ to be needed at all, however, I like having the possibility
> of using the same install procedure as for GNU Emacs (as I use XEmacs
> /only/ to test DVC, I don't want to spend time learning the other
> ways ;-).
>
> About your error message, the problem is that the file (provide ..)s
> 'dvc-autoloads, but is named auto-autoloads.el. So you have to tell
> require to look for the feature 'dvc-autoloads in the file
> auto-autoloads.el.
>
> (require 'dvc-autoloads "/path/to/auto-autoloads.el")

I understand, but dvc-load.el and dvc-load-install.el don't need to
have such require, just handle the case of GNu Emacs with a 
(if (not (featurep 'xemacs))...) ?

-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69

_______________________________________________
Xtla-el-dev mailing list
Xtla-el-dev@gna.org
https://mail.gna.org/listinfo/xtla-el-dev

Reply via email to