cursive

Issues at: https://git.io/cursive-issues
imre 2021-02-07T08:45:36.090900Z

Commented on the gh issue

2021-02-07T13:27:25.091600Z

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

2021-02-07T13:28:22.092400Z

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

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

2021-02-07T13:30:21.092900Z

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

cfleming 2021-02-07T21:18:22.094300Z

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

imre 2021-02-08T09:15:57.095Z

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

katox 2021-02-11T12:37:34.113400Z

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.

cfleming 2021-02-11T23:38:46.121800Z

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

1👍
cfleming 2021-02-07T21:19:21.094500Z

https://xkcd.com/1172/