<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I opened an issue [1] for this on CL gitlab, then saw the mailing list info.</div><div><br></div><div>At any rate, I was a little confused by how the :parenscript readtable behaves with ACL mlisp (case-sensitive-lower). It wasn't obvious to me at first, but I found a place in the utility function encode-js-identifier that swaps case for all-lowercase and all-uppercase symbols. Changing the readtable definition and disabling that case-swapping code (for allegro only) kept the intended behavior. Alternatively, you can use (excl:in-case-mode :common), but that's not very fun. See the gitlab issue for details, linked below.</div><div><br></div><div>Fiddly, but maybe this will save someone a few minutes one day.</div><div><br></div><div>-Sky</div><div><br></div><div>[1] <a href="https://gitlab.common-lisp.net/parenscript/parenscript/issues/1">https://gitlab.common-lisp.net/parenscript/parenscript/issues/1</a><br></div></div></div>