You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking that maybe it's hard to treat the #_ as part of the form it follows, since you can also use many #_s before a single form to ignore many. Case 1 acts as though #_ is its own form, which could make sense given what was just mentioned, but case 2 and 3 are still odd.
Thanks! Looks weird indeed, and is tricky indeed. Essentially I have been thinking about it like you do there: as if #_ is its own form. So Case 1 is expected, even if maybe not optimal.
Case 1
#_hello (:hello world)|
Drag sexp backwards
#_(:hello world) hello
The same seems to happen in reverse with the above case (using drag sexp forwards with
(:hello world)
at the top).Case 2
Drag sexp backwards
Case 3
Drag sexp backwards
The text was updated successfully, but these errors were encountered: