diff options
| author | Juri Linkov | 2018-12-04 02:24:29 +0200 |
|---|---|---|
| committer | Juri Linkov | 2018-12-04 02:24:29 +0200 |
| commit | beafe2bf50992b60cb4e8c9628a7000317279c8c (patch) | |
| tree | ee3c7d3cfb1088981d93a6d57937b9d90a2bfe17 /etc | |
| parent | df5614297b6d4ca8a3c9cd18fea5088401b25146 (diff) | |
| download | emacs-beafe2bf50992b60cb4e8c9628a7000317279c8c.tar.gz emacs-beafe2bf50992b60cb4e8c9628a7000317279c8c.zip | |
* lisp/isearch.el (isearch-allow-scroll): New option `unlimited'.
(isearch-pre-command-hook): Call isearch-pre-scroll-point unless
isearch-allow-scroll is 'unlimited'.
(isearch-post-command-hook): Use `when' instead of `cond'.
Call isearch-lazy-highlight-new-loop when isearch-allow-scroll is
'unlimited'. (Bug#15839)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -697,6 +697,9 @@ position after moving point in the current buffer. 'shift-move' | |||
| 697 | extends the search string by motion commands while holding down | 697 | extends the search string by motion commands while holding down |
| 698 | the shift key. | 698 | the shift key. |
| 699 | 699 | ||
| 700 | *** 'isearch-allow-scroll' provides new option 'unlimited' to allow | ||
| 701 | scrolling any distance off screen. | ||
| 702 | |||
| 700 | --- | 703 | --- |
| 701 | *** Isearch now remembers the regexp-based search mode for words/symbols | 704 | *** Isearch now remembers the regexp-based search mode for words/symbols |
| 702 | and case-sensitivity together with search strings in the search ring. | 705 | and case-sensitivity together with search strings in the search ring. |