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

evil-search with isearch module does not respect dired-isearch-filenames-mode starting with Emacs 29 #1845

Open
leungbk opened this issue Dec 5, 2023 · 0 comments

Comments

@leungbk
Copy link
Contributor

leungbk commented Dec 5, 2023

Issue type

Bug report

Environment

Emacs version: 29.1
Operating System: NixOS 24.05 unstable
Evil version: c4f95fd
Evil installation type: Tested with Nix and also with Straight
Graphical/Terminal: Both
Tested in a make emacs session: "No", but I made a clean Nix build, with both Emacs 28 and 29, adding no external packages other than evil.

Reproduction steps

  • emacs -q
  • M-x evil-mode, M-x dired-isearch-filenames-mode
  • Search for the letter r with both evil-search-forward and with isearch-forward in a dired buffer.

Expected behavior

The letter r should match only within filenames.

Actual behavior

When using evil-search-forward, the letter r matches the r corresponding to the read permission displayed by dired.

Further notes

evil-search-forward complies with dired-isearch-filenames-mode in Emacs 28.2 and below.

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