[PATCH] Handle bytes in the range 0x80-0xC0 better when dealing
with ISO-IR 196.
Stephen J. Turnbull
stephen at xemacs.org
Tue Nov 21 20:42:24 EST 2006
QUERY
Aidan Kehoe writes:
> Index: tests/automated/mule-tests.el
> ===================================================================
> RCS file: /pack/xemacscvs/XEmacs/xemacs/tests/automated/mule-tests.el,v
> retrieving revision 1.11
> diff -u -r1.11 mule-tests.el
> --- tests/automated/mule-tests.el 2006/11/20 19:21:56 1.11
> +++ tests/automated/mule-tests.el 2006/11/21 10:54:28
> @@ -441,6 +441,12 @@
> (eq (aref ccl-vector 4)
> (encode-char (make-char 'control-1 31) 'ucs)))))
>
> + ;; This used to crash, at least in debug builds:
Please put (former) crashes in a separate file (eg, crash-tests.el),
since a crash would prevent running the rest of the tests.
Suggestions for how to handle this automatically are welcome; I think
that probably we should run a separate XEmacs for it, and maybe this
should be optional.
More information about the XEmacs-Patches
mailing list