Norbert Koch <viteno(a)xemacs.org> writes:
* Ville Skyttä <scop(a)xemacs.org>:
Ville,
> Ok, I've taken care of 1) and 2) above. In addition to vc and prog-modes,
> ediff should be recompiled against the new vc and pushed to the experimental
> area too.
Could you please have a look at the package smoketest? I think it's this
commit that broke the 21.4 no mule build:
http://labb.contactor.se/~matsl/smoketest/logs/2007-08-23-22:02_buildAll_...
http://labb.contactor.se/~matsl/smoketest/logs/2007-08-23-22:02_macro_err...
may also be worth checking.
It currently only shows following vc-related miscompile we already
know about:
vc-call (defmacro)
Definition: xemacs-packages/vc/vc-hooks.el
Miscompile: xemacs-packages/ediff/ediff-vers.el
http://labb.contactor.se/~matsl/smoketest/logs/2007-08-23-22:02_buildAll_...
shows this:
** file-coding-system is an obsolete variable; use buffer-file-coding-system instead.
while
http://labb.contactor.se/~matsl/smoketest/logs/2007-08-23-22:02_buildAll_...
does not, but it shows
** reference to free variable buffer-file-coding-system
I think some conditioning on
(featurep 'file-coding)
must be missing.
e.g.
packages\xemacs-packages\mail-lib\smtpmail.el
has this:
;; XEmacs change
(if (or (featurep 'mule) (featurep 'file-coding))
(set-process-coding-system process 'no-conversion-unix 'no-conversion-unix))
Adrian
Thanks, best regards,
norbert.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta