aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
|\ \ | |/
| * Add warning comments abound binding keys in Isearch mapsEli Zaretskii2021-01-011-0/+8
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * Revert part of recent commit 85544f8ef5 (bug#40808)Juri Linkov2020-05-041-4/+3
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | In Isearch bind 'C-s M-y' to isearch-yank-pop-only with old code (bug#45483)Juri Linkov2020-12-301-5/+26
* | Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-1/+2
* | Remove isearch-input-method-local-p and always set buffer-local input-methodJuri Linkov2020-12-091-10/+3
* | Yank items selected from kill-ring using completion and minibuffer historyJuri Linkov2020-11-241-5/+12
* | Support transient input methods in Isearch mode (bug#44266)Juri Linkov2020-11-061-1/+8
* | Improve goto-line in regard to narrowed buffers (bug#44294)Juri Linkov2020-10-311-0/+2
* | Adding mouse controls to menu-bar.el.Jared Finder2020-10-241-2/+1
* | * lisp/isearch.el (isearch-search): Set isearch-match-data in the right place.Juri Linkov2020-10-121-4/+4
* | Make C-w worth in isearch when at the last match in the bufferJuri Linkov2020-10-111-1/+10
* | Improve documentation of 'isearch-group-N' facesEli Zaretskii2020-10-071-4/+5
* | Add match-data to isearch state and repeat faces to highlight group matchesJuri Linkov2020-10-061-23/+39
* | Use new faces isearch-group-odd and isearch-group-even (bug#43702)Juri Linkov2020-10-011-85/+13
* | Fix isearch-group-* colours on low-colour displaysLars Ingebrigtsen2020-09-301-27/+27
* | Add more isearch submatch facesLars Ingebrigtsen2020-09-211-11/+46
* | Improve documentation of a recently-added featureEli Zaretskii2020-09-201-7/+7
* | Highlight regexp sub-expressionsJuri Linkov2020-09-201-2/+83
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-291-2/+5
|\ \ | |/
| * * lisp/isearch.el: Fix lazy-highlighting and lazy-counting of hidden matchesJuri Linkov2020-04-291-2/+5