Fix premature submission of incomplete forms with unknown packages

When read-from-string hits a reader-error (e.g. unknown package symbol),
form-complete-p was returning T unconditionally, causing incomplete forms
to be submitted. Now checks paren balance on reader errors so unbalanced
forms correctly allow multiline continuation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Anthony Green2026-03-23 07:37:09 -0400 f662905d75d6ad846b149613f2977ac29af881ca
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>