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
emacs -Q M-: (load-file "~/Q/avy.el") RET
Press C-x 3 to split window vertically
In the newly opened window, visit a different file. In my case, I visited avy.el.
Select several lines in avy.el and execute: M-: (avy-transpose-lines-in-region) RET
This yields an error, e.g., Args out of range: 1, 422
A much less important but noticeable issue is that if you execute avy-transpose-lines-in-region when you have the same file open in the split windows (e.g., the Scratch buffer in both windows), you will get candidates showing up in in both windows instead of just the currently active window.
Thank you so much for this wonderful package!
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
emacs -Q
M-: (load-file "~/Q/avy.el") RET
Press
C-x 3
to split window verticallyIn the newly opened window, visit a different file. In my case, I visited avy.el.
Select several lines in avy.el and execute:
M-: (avy-transpose-lines-in-region) RET
This yields an error, e.g.,
Args out of range: 1, 422
A much less important but noticeable issue is that if you execute
avy-transpose-lines-in-region
when you have the same file open in the split windows (e.g., the Scratch buffer in both windows), you will get candidates showing up in in both windows instead of just the currently active window.Thank you so much for this wonderful package!
The text was updated successfully, but these errors were encountered: