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
make sure holes spawned in variadic forms are flagged at creation as being members of variadic lists, and that this flag properly carries through transformation
write some transformations to delete, insert, swap-left, and swap-right.
bind to ins, del, C-left, C-right.
(actually, maybe C-ins/del as well? consistency, makes deletion more purposeful)
insert: new hole before? selection
insert-end: coax the variadic list terminal + into producing an extra terminal hole.
question: make this into a 'proper' quasimode? like, make everything use C-, and do some mode-related color change?
The text was updated successfully, but these errors were encountered:
the basic case here shouldn't be too bad.
make sure holes spawned in variadic forms are flagged at creation as being members of variadic lists, and that this flag properly carries through transformation
write some transformations to delete, insert, swap-left, and swap-right.
bind to ins, del, C-left, C-right.
(actually, maybe C-ins/del as well? consistency, makes deletion more purposeful)
insert: new hole before? selection
insert-end: coax the variadic list terminal + into producing an extra terminal hole.
question: make this into a 'proper' quasimode? like, make everything use C-, and do some mode-related color change?
The text was updated successfully, but these errors were encountered: