anzu icon indicating copy to clipboard operation
anzu copied to clipboard

Emacs Port of anzu.vim

Results 12 anzu issues
Sort by recently updated
recently updated
newest added

# ISSUE ## Overview Hi folks, how's it goin'? I think it'd be neat to optionally be able to see the Anzu statistics next to the isearch in the minibuffer....

Apologies, but I don't have the time (or probably the expertise) to look into the cause of this, but I noticed that during recursive editing the anzu version of query-replace...

bug

Imagine the user does an `isearch-forward` and toggles a case sensitive search with `M-c`. The subsequent `anzu-isearch-query-replace` should not only search for the prior search string, but it should also...

bug

1. In a buffer containing ``` AB ab AB ab AB ab. ``` Perform an `isearch-forward` for "ab" and the counter correctly shows 6 matches. Then perform an `anzu-isearch-query-replace` "ab"...

bug

As reported in #93. With `case-fold-search` set to `t` in a buffer containing: ``` Gee AB ab AB ab AB ab. ``` Do, in sequence, 1. `anzu-query-replace e RET RET`...

bug

As reported in #93. In a buffer containing ``` AB ab AB ab AB ab. ``` with `case-fold-search` set to t , perform `anzu-query-replace` "AB" to "CD". The search correctly...

bug

It would be great if I could use a variant of `anzu-query-replace` with the current thing-at-point pre-filled into the prompt. `anzu-query-replace-at-cursor` fixes the replacement candidate and I'd like to be...

enhancement

Enabling `elisp-lint` made it clear the docstrings and comments in the package need some updating before `checkdoc` will pass. For now the `checkdoc` test is disabled.

maintenance

When I run that command, there is often that “Match data clobbered by buffer modification hooks” error. Running with `(let ((inhibit-modification-hooks t)) (call-interactively #'anzu-query-replace-regexp)) ` seems to be a workaround....

need repro

Is it possible to use anzu in selected region? For example I have this line ``` foo foo foo ``` I press `V` to select the line and use `anzu-replace-at-cursor-thing`...

wontfix