avy icon indicating copy to clipboard operation
avy copied to clipboard

avy-goto-end-of-line does not respect the avy-styles-alist

Open Ergus opened this issue 3 years ago • 1 comments

This is caused because the current implementation of avy-goto-end-of-line just calls avy-goto-line so avy-with receives avy-goto-line as command.

I just wanted to add this entry to the alist which seems to make sense for me (avy-goto-end-of-line . post) but it doesn't work.

This probably may be solved passing this-command to avy-with in avy-goto-line.

Ergus avatar Jan 29 '22 23:01 Ergus

Same issue with avy-goto-char-in-line. Passing avy-goto-char-in-line to avy-with instead of avy-goto-char seems to fix the issue.

rynoV avatar Dec 28 '22 17:12 rynoV