Cursive has trouble understanding this form: '^{a b} [c d]
which is the quoted version of ^{a b} [c d]
'^{a b} [c d]
;; => [c d]
(meta '^{a b} [c d])
;; => {a b}
'^{a b} [c d]
is equivalent to ^{'a 'b} '[c d]
RFC: those who were bothered by structural movement not working word-by-word in strings and comments, I’m interested in feedback on whether the fix in the latest build works well, see here: https://github.com/cursive-ide/cursive/issues/2097#issuecomment-774636269
Believe me or not, that was the exact same comic I was thinking about when I worded my original message here on Slack 😄
Another thing that stopped working in the latest build is that kill
stopped working on multi-line strings. The workaround is to to join the lines, then kill.
@katox Thanks, I’ll fix that - that’s very strange.