Skip to content

how to insert an infix as last item in a group #320

Answered by tarsius
mooseyboots asked this question in Q&A
Discussion options

You must be logged in to vote

There are two function for inserting a binding

  • transient-insert-suffix inserts before LOC.
  • transient-append-suffix inserts after LOC.

is there a way to insert an infix as last item in a group?

Use transient-append-suffix.

(also, i think there is some ambiguity about the LOC arg in the docs, sometimes it says it will be inserted after LOC, sometimes before.)

The docstrings of these functions mention the respective correct "direction". In the manual "before" and "after" appear in the shared item about transient-insert-suffix and transient-append-suffix. The function names and directions appear in the same order, unambiguously linking each direction to just one function, but I guess I …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mooseyboots
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants