"Stephen J. Turnbull" <stephen(a)xemacs.org> wrote:
>>>>> "Mats" == Mats Lidell
<matsl(a)contactor.se> writes:
Mats> Because of some build problems I looked into what files
Mats> there are in packages in CVS and found that I have at least
Mats> five different md5.el.
Mats> This doesn't seem to be a good idea. What's the story?
I'm not sure what the story is on ecrypto. The Gnus version seems to
be the "canonical" one. None of the others get installed; they are in
CVS because we try to keep our sources as close to the original as
possible to simplify maintenance.
Another weird thing is that `md5' is provided as a builtin and md5.c
provides the md5 feature in both Xemacs and Emacs. So you cannot
(require 'md5) to get the other md5- functions from the Rees package.
If you (load "md5") then it will clobber the builtin :-/
--
John Paul Wallington