]> git.eshelyaron.com Git - emacs.git/commit
Add ability to highlight-lines-matching-regexp directly from Isearch
authorDima Kogan <dima@secretsauce.net>
Sun, 30 Jun 2019 17:37:53 +0000 (10:37 -0700)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Jul 2019 07:12:28 +0000 (10:12 +0300)
commit8abe1704528d852157d1e8547841cab8e46db1ac
tree50ff713725f93326200b7594b86db1ee44ce1f40
parent04cbdde94d256d9b3fbfcc67981374a55d339fcd
Add ability to highlight-lines-matching-regexp directly from Isearch

* lisp/isearch.el: Implement the new functionality.
(isearch-highlight-lines-matching-regexp): New function bound
to 'M-s h l' in isearch.
(isearch--highlight-regexp-or-lines): New internal function.

* etc/NEWS (Search and Replace): Mention this change.

* doc/emacs/search.texi (Special Isearch): Document 'M-s h l'.
(Bug#18241)
doc/emacs/search.texi
etc/NEWS
lisp/isearch.el