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
Using the last character of the avy-escape-chars variable to print the error would also fix the error
As a more total fix, it may be acceptable to look at keyboard-quit binding and add it to this list, then use the last character of the list to print the error message. If a user has rebound C-g in time for discovery, it will default to pretty good behavior.
Easy to fix, just want to discuss before I PR this
The text was updated successfully, but these errors were encountered:
I've been replacing some bindings and found a way to make a funny error message. First set
avy-escape-chars
Now pressing
C-g
gives the error message:Using the last character of the
avy-escape-chars
variable to print the error would also fix the errorAs a more total fix, it may be acceptable to look at
keyboard-quit
binding and add it to this list, then use the last character of the list to print the error message. If a user has reboundC-g
in time for discovery, it will default to pretty good behavior.Easy to fix, just want to discuss before I PR this
The text was updated successfully, but these errors were encountered: