-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question concerning swiper-avy #117
Comments
What's your Emacs version? Can you try to reproduce the bug with only |
The Emacs version is 24.5.1 |
I can't reproduce on 24.4.1, 24.5.2 or 25. I'll see if I can make |
Got it. The problem was the setting of |
It works as expected now, but only if I do not use |
Have to correct myself unfortunately. At the moment avy in swiper works well when matching candidates are close to each other so that they fit in one window. Then I just have avy acting on matching candidates and then it works as expected. In my opinion it would be good to have avy in the "swiper area" where all the candidates are shown. If the matching candidates are far away from each other, then I get the sam behaviour as befort, even if I do not use |
I ovelooked that you wanted to jump to "one of the matches visible on screen". That works fine. Please disregard my complaint above. |
I try to use
swiper-avy
as described here https://github.com/abo-abo/swiper/releases/tag/0.5.0If I have around 10 matches in swiper and press
C-'
then as expected keys a or s or d ... are assigned to the matches. When I press one of the keys then the minibuffer becomes active and "Mark set" is written there. I would expect the point to jump to the corresponding match.Am I doing something wrong?
Thanks,
Andrej
The text was updated successfully, but these errors were encountered: