Skip to content
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

spooky behavior with ivy-occur from projectile-find-file #3035

Open
evandavis opened this issue Mar 13, 2024 · 0 comments
Open

spooky behavior with ivy-occur from projectile-find-file #3035

evandavis opened this issue Mar 13, 2024 · 0 comments

Comments

@evandavis
Copy link

Expected Behavior

Calling ivy-occur from projectile-find-file (ivy results) should open an occur buffer; candidates in the occur buffer should behave normally, e.g. <enter> should visit the file.

Actual behavior

When I call projectile-find-file and then ivy-occur on the candidates, the first matched file is opened directly. Burying that buffer reveals the occur buffer, but candidates are not interactive, I cannot call actions on them.

I confirmed this using the make plain setup from the contributing guides.

Steps to reproduce

make plain

# in emacs

M-x package-install projectile
M-x projectile-mode
M-x projectile-find-file
C-c C-o (ivy-occur)

Apparently this has been known for a long time but was only mentioned in an unrelated, closed issue, so I'm opening it here for visibility even though I understand that—after 8 years—it is unlikely to be fixed.

Either way I love these packages and appreciate everything you do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant