aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2018-12-04 02:24:29 +0200
committerJuri Linkov2018-12-04 02:24:29 +0200
commitbeafe2bf50992b60cb4e8c9628a7000317279c8c (patch)
treeee3c7d3cfb1088981d93a6d57937b9d90a2bfe17 /etc
parentdf5614297b6d4ca8a3c9cd18fea5088401b25146 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6297d078798..042a4b59d35 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -697,6 +697,9 @@ position after moving point in the current buffer. 'shift-move'
697extends the search string by motion commands while holding down 697extends the search string by motion commands while holding down
698the shift key. 698the shift key.
699 699
700*** 'isearch-allow-scroll' provides new option 'unlimited' to allow
701scrolling 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
702and case-sensitivity together with search strings in the search ring. 705and case-sensitivity together with search strings in the search ring.