On Sat, Jul 20, 2019 at 7:00 PM Andy Moreton wrote: > > Patch attached. It'd be nice to have tests for this, of course, but > > it'd be easier for someone who understands CCL to do... > > Are the tests in test/lisp/international/ccl-tests.el sufficient ? If > not, please etend them to cover this case. I'm trying, but it seems like the CCL code is somewhat broken: `ccl-embed-symbol', as it is now, can never succeed, because it passes a cons cell rather than a fixnum to (ultimately) logand. The attached patch tries to fix that issue and adds a test. I've also noticed I cannot use C-g to interrupt a CCL loop, is that intentional?