Fork me on GitHub
#cursive
<
2021-02-07
>
Vincent Cantin13:02:25

Cursive has trouble understanding this form: '^{a b} [c d] which is the quoted version of ^{a b} [c d]

Vincent Cantin13:02:22

'^{a b} [c d]
;; => [c d]

(meta '^{a b} [c d])
;; => {a b}

Vincent Cantin13:02:21

'^{a b} [c d] is equivalent to ^{'a 'b} '[c d]

cfleming21:02:22

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

imre09:02:57

Believe me or not, that was the exact same comic I was thinking about when I worded my original message here on Slack 😄

katox12:02:34

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.

cfleming23:02:46

@U0KD0N5T5 Thanks, I’ll fix that - that’s very strange.

👍 3