Fork me on GitHub
#emacs
<
2022-04-11
>
plexus07:04:27

Would love to get people's input on this: https://twitter.com/plexus/status/1513414616893857794

2
Benjamin C19:04:15

I usually add a space, like this: #_ bbb so that I can easily move around and add/delete the #_. (I use Symex, which makes this extra convenient). (aaa #_bbb |ccc) (aaa #_ |bbb ccc)

apt16:04:35

I think it should move to the next sexp (which is tautological, yeah). ccc is not a sexp so it’s not there. There’s no other sexp in the example so I dunno, I wouldn’t use the ‘next sexp’ operation on that.

plexus17:04:55

ccc is absolutely an s-exp, it's what traditional lisp calls an atom, which qualifies as s-expression

apt17:04:49

Oh okay. Didn’t know that atoms were sexps. Interesting. Thanks!