Stephen J. Turnbull writes:
>>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> I've been discussing with Kyle a problem with VM and
SY> base64-encode-region.
I gather this is basically the same problem I reported (to vm-bug)
about VM 6.85 or so, that VM was picking up the presence of
base64-encode-region from libs/mail-lib/base64.el and using that in
preference to its internal Lisp implementation?
Yah. I patched VM to ignore the routine if it wasn't a subr, but
then routing was ported to C which broke VM again, which shows the
folly of my fix. I've made VM 6.91 call base64-encode-region with
two args if XEmacs balks at three args, so that should resolve the
matter.
Since base64.el is Kyle's code anyway
It is? I didn't know that. In any case don't worry about
VM being broken; I've resolved it.