summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix last change in isearch.elEli Zaretskii2022-04-211-7/+7
* Add minimum instructions to 'query-replace' commandsEli Zaretskii2022-04-211-2/+12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* * lisp/help.el (help--analyze-key): Prefer posn-set-point over mouse-set-pointJuri Linkov2021-12-011-2/+2
* * lisp/isearch.el (isearch-forward-regexp): Doc fix. (Bug22483)Stefan Kangas2021-09-251-1/+2
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-4/+4
* Evaluate recent isearch-motion lambdasBasil L. Contovounesios2021-09-151-4/+4
* * lisp/isearch.el: Improve 'isearch-allow-motion' feature (bug#50466)Juri Linkov2021-09-131-9/+20
* Add some search-whitespace-regexp examplesLars Ingebrigtsen2021-09-131-0/+2
* Further fix for the search-whitespace-regexp changeLars Ingebrigtsen2021-09-101-1/+1
* New user options to move between isearch matchesGregory Heytings2021-09-101-1/+56
* Fix typo in previous search-whitespace-regexp changeLars Ingebrigtsen2021-09-101-1/+1
* Fix behavior of isearch-{beginning,end}-of-bufferGregory Heytings2021-09-101-3/+5
* Change the default value of search-whitespace-regexpLars Ingebrigtsen2021-09-101-2/+2
* isearch*-lax-whitespace doc string improvementsLars Ingebrigtsen2021-09-021-2/+4
* Revert e0619995594d1686afd0493391417d6f900d632c that added save-match-data.Juri Linkov2021-07-141-6/+5
* * lisp/isearch.el: Add save-match-data for funcall isearch-filter-predicate.Juri Linkov2021-07-141-4/+6
* Support Isearch filter predicates with empty search hits (bug#49534)Juri Linkov2021-07-131-4/+6
* ; Bump isearch.el :version after recent change.Basil L. Contovounesios2021-06-011-1/+1
* Remove unnecessary function declaration in isearchGlenn Morris2021-06-011-4/+0
* * lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 200Juri Linkov2021-05-311-1/+1
* Avoid byte-compiler warning during bootstrapEli Zaretskii2021-05-211-0/+4
* * lisp/simple.el (read-from-kill-ring): Add new arg PROMPT (bug#48478).Juri Linkov2021-05-181-1/+1
* * lisp/misearch.el (multi-isearch-switch-buffer): New function.Juri Linkov2021-05-091-3/+2
* Fix Isearch hscrolling in a corner caseEli Zaretskii2021-04-221-1/+2
* * lisp/isearch.el (isearch-forward-thing-at-point): New command (bug#39512).Juri Linkov2021-04-211-5/+42
* * lisp/isearch.el (isearch-post-command-hook): Revert ff796823e5 (bug#47894).Juri Linkov2021-04-201-4/+0
* * lisp/isearch.el (isearch-mouse-2): Let-bind isearch-mode to nil (bug#47755)Juri Linkov2021-04-141-1/+3
* Terminate isearch when point has moved to another bufferGregory Heytings2021-04-081-0/+4
* User option to move to another match when changing direction in isearch.Gregory Heytings2021-04-081-4/+20
* Don't set isearch-success in isearch-wrap functionsJuri Linkov2021-04-071-2/+0
* * lisp/isearch.el (isearch-wrap-pause): New defcustom (bug#47599).Juri Linkov2021-04-061-17/+45
* Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-081-4/+4
* * lisp/isearch.el: Minor doc fix.Juri Linkov2021-03-011-1/+1
* Convert isearch menu to easymenuStefan Kangas2021-02-281-157/+107
* Checkdoc fixes in isearch.elStefan Kangas2021-02-281-7/+7
* Fix typosMattias EngdegÄrd2021-02-181-1/+1
* Small correction to `isearch-lazy-highlight-buffer-update'Augusto Stoffel2021-02-131-2/+2
* Merge from origin/emacs-27Glenn Morris2021-02-031-1/+2
|\
| * * lisp/isearch.el (isearch-lazy-highlight): Fix defcustom type (bug#46208)Juri Linkov2021-01-311-1/+2
* | ; Improve defcustom :type in last change.Basil L. Contovounesios2021-01-301-1/+1
* | Reduce flicker in Isearch modeAugusto Stoffel2021-01-301-4/+19
* | Use isearch-tmm-menubar when tmm-menubar is called in isearch-mode (bug#43966)Juri Linkov2021-01-281-2/+1
* | Better check for nil in search-/query-replace-highlight-submatches (bug#45973)Juri Linkov2021-01-191-13/+17
* | Make libraries works with xterm-mouse-mode.Jared Finder2021-01-151-1/+1
* | Merge from origin/emacs-27Glenn Morris2021-01-141-4/+0
|\|
| * Remove one of recently added warnings abound binding keys in Isearch mapsJuri Linkov2021-01-131-4/+0
* | * lisp/isearch.el: C-s C-u M-y reads a string from the kill-ring minibufferJuri Linkov2021-01-131-23/+32
* | Merge from origin/emacs-27Glenn Morris2021-01-041-0/+8
|\|