Version 0.65 of package Anzu has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Anzu describes itself as: =================================================== Show number of matches in mode-line while searching =================================================== More at https://elpa.nongnu.org/nongnu/anzu.html ## Summary: # anzu.el [![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link] [![gh actions badge][gh-actions-badge]][gh-actions-link] ## Introduction `anzu.el` is an Emacs port of [anzu.vim](https://github.com/osyo-manga/vim-anzu). `anzu.el` provides a minor mode which displays *current match* and *total matches* information in the mode-line in various search modes. ## New Maintainer This package has a new maintainer as of March 2020, and based on the valuable contribution of insights and fixes from the author, you should see issues from years past are now getting resolved. You may also see instability in the short term. Please bear with us! ## Screenshot  ## Requirements ## Recent NEWS: Revision history for anzu.el Revision 0.64 2020/12/02 nokamoto - default anzu-search-threshold and anzu-replace-threshold is 1000 (#113) - support non-contiguous regions like rectangle region (#115) Revision 0.62 2016/08/18 syohex - Don't search over bounds(#80) - Correct variable type attribute(#76 Thanks Matus Goljer) Revision 0.61 2016/06/17 syohex - Don't overwrite user's case-fold-search(#75) - Implement anzu's isearch-query-replace commands(#72) Revision 0.60 2016/01/31 syohex - Add replacement threshold(#66) - Refactoring code Revision 0.59 2015/10/15 syohex - Fix replacement around region issue(#63 Thanks akicho8) Revision 0.58 2015/10/09 syohex - Fix byte-compile warning(#63 Thanks tarsius) Revision 0.57 2015/09/29 syohex - Fix about migemo exception(#62 Reported by kosh04) Revision 0.56 2015/09/13 syohex - Fix literal replacement issue(#60 Thanks kosh04) Revision 0.55 2015/09/11 syohex - anzu--status declare as buffer local variable Revision 0.54 2015/08/03 syohex - Correct removed hook function name. This makes anzu information is shown if anzu-mode is disabled. Revision 0.53 2015/05/18 syohex - Fix raising invalid regexp error issue(Thanks kosh04) - Valid replaced regular expression in regexp replace commands Revision 0.52 2015/02/22 syohex - Fix default input issue(Reported by pronobis) Revision 0.51 2015/02/18 syohex - Improve new history feature of Emacs 25 (This feature works on both Emacs 24 and 25) Revision 0.50 2015/02/11 syohex - Fix Emacs 24 issue(Reported by LefterisJP) Can't use both anzu replace commands and builtin replacements commands Revision 0.49 2015/02/04 syohex - Fix zero width replacement causes infinite loop issue(Reported by proofit404) Revision 0.48 2015/01/28 syohex - Fix case when expression(,(...)) cannot be compiled. Revision 0.47 2015/01/21 syohex - Fix displaying wrong current position in replacement commands Revision 0.46 2015/01/10 syohex - Refactoring for evil-anzu Revision 0.45 2015/01/09 syohex - Disable blink-matching-paren in replace commands Revision 0.44 2014/12/16 syohex - Improve replacement commands - show case sensitive replacement text - Fix storing replacement history format issue - We could not use anzu replace commands with normal replacement commands such as query-replace etc. Revision 0.43 2014/11/30 syohex - Re-factoring for using migemo variable(Thanks lunaryorn) Revision 0.42 2014/11/28 syohex - Replacement by case sensitive for at-cursor commands Revision 0.41 2014/10/06 syohex - Improve checking whether using migemo Revision 0.40 2014/10/03 syohex - Fix replace command bug when using '^' or 'no' command Revision 0.39 2014/09/19 syohex - Fix bug case when bounds-of-thing-at-point returns nil Revision 0.38 2014/09/06 syohex - Improve replace command suggested by DamienCassou Revision 0.37 2014/08/27 syohex - Fix for isearch toggle commands and symbol search - Improve mode line in replacing commands Revision 0.36 2014/07/04 syohex - Implement replacement only specified lines Revision 0.35 2014/04/23 syohex - Change function name for maintenance Revision 0.34 2014/03/28 syohex - Fix replacement issue Reported by purcell. Revision 0.33 2014/03/19 syohex - Fix byte compile warnings for Emacs 24.3 Revision 0.32 2014/03/08 syohex - Specify Emacs version Revision 0.31 2014/03/07 syohex - Enable lexical-binding - Update requirement cl-lib.el version Revision 0.30 2014/02/02 syohex - Fix wrong prompt issue Revision 0.29 2014/02/02 syohex - Add no query replace command - Use cl-lib instead of cl.el Revision 0.28 2014/01/29 syohex - Fix ignore case issue Revision 0.27 2014/01/27 syohex - Fix non prefix issue Revision 0.26 2014/01/16 syohex - Fix #13 issue https://github.com/syohex/emacs-anzu/issues/13 Reported by fukamachi Revision 0.25 2014/01/16 syohex ... ...
