abo-abo / avy

Jump to things in Emacs tree-style
1.71k stars 109 forks source link

avy-style pre not working with latest emacs 28? #324

Open rdiaz02 opened 3 years ago

rdiaz02 commented 3 years ago

Using the latest emacs 28 (commit ef07d0b8), with native compilation.

Steps to reproduce

  1. emacs -Q
  2. M-x package-initialize RET
  3. M-x visual-line-mode RET
  4. M-: (setq avy-style 'pre)RET
  5. M-x avy-goto-lineRET

The labels are on target, obscuring the target.

Hxppdv commented 2 years ago

I don't know why, but this appears to be intentional behavior https://github.com/abo-abo/avy/blob/ba5f035be33693d1a136a5cbeedb24327f551a92/avy.el#L1079-L1081