aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-211-3/+3
* Merge from origin/emacs-29Eli Zaretskii2024-01-061-1/+2
|\
| * * lisp/isearch.el (isearch-search-and-update): Let-bind 'isearch-cmds'.Juri Linkov2024-01-051-1/+2
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Improve invisibility handling in isearch-lazy-highlight (bug#40808)Juri Linkov2023-11-201-5/+13
* | * lisp/isearch.el (isearch-resume): Add isearch-push-state (bug#65379).Jens Schmidt2023-08-201-0/+1
* | Don't signal when I-search occurs within a kbd macroPo Lu2023-08-091-4/+8
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-191-3/+3
|\ \ | |/
| * Clarify misleading comment in isearch.elJens Schmidt2023-05-181-3/+3
* | Update Android portPo Lu2023-02-161-0/+17
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-081-12/+9
|\ \ | |/
| * ; Fix whitespace of last changeEli Zaretskii2023-02-051-0/+1
| * ; * lisp/isearch.el (emoji--read-emoji): Avoid compilation warning.Eli Zaretskii2023-02-051-1/+1
| * No longer use transient in isearch-emoji-by-nameJonas Bernoulli2023-02-051-12/+8
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-021-1/+8
|\ \ | |/
| * * lisp/isearch.el (isearch-emoji-by-name): Disable derived emoji (bug#60740).Juri Linkov2023-01-301-1/+8
* | Update Android portPo Lu2023-01-281-0/+10
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve documentation of 'isearch-open-overlay-temporary'Eli Zaretskii2023-01-011-2/+8
* * lisp/isearch.el: Small fixes.Juri Linkov2022-12-281-4/+9
* Don't allow lazy highlight from recursive minibuffersAugusto Stoffel2022-12-131-1/+1
* * lisp/isearch.el (isearch-search): Don't bind `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-2/+1
* Prefer defvar-keymap in several casesStefan Kangas2022-09-131-11/+9
* Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov2022-09-041-2/+1
* Use a list of text properties to search in symlink filenames in WdiredJuri Linkov2022-08-271-9/+23
* * lisp/isearch.el (isearch-mode-help): Make compat alias obsolete.Stefan Kangas2022-08-091-2/+2
* Wrap around the search on typing a letter (bug#56535)Juri Linkov2022-08-011-1/+3
* * lisp/isearch.el (isearch-search-fun-in-noncontiguous-region): New function.Juri Linkov2022-07-081-77/+105
* Display the number of invisible matches for isearch-lazy-count (bug#40808)Juri Linkov2022-07-081-25/+57
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-1/+1
* * lisp/isearch.el (isearch-delete-char): Improve fix for bug#52248.Juri Linkov2022-06-281-7/+8
* Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-251-0/+1
* Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen2022-06-251-1/+0
* Fix some byte-compilation warnings about subr-xLars Ingebrigtsen2022-06-241-0/+1
* Update args of isearch-search-fun-in-text-property (bug#14013)Juri Linkov2022-06-151-3/+3
* ; * lisp/isearch.el (isearch-search-fun-in-text-property): Doc fix.Eli Zaretskii2022-06-121-6/+5
* * lisp/isearch.el (isearch-search-fun-in-text-property): Handle ^/$ specially.Juri Linkov2022-06-121-12/+56
* New function isearch-search-fun-in-text-property (bug#14013).Juri Linkov2022-06-101-0/+42
* Fix last change in minibuffer-lazy-highlight-setupAugusto Stoffel2022-05-181-5/+8
* Make minibuffer lazy highlight setup buffer-local where appropriateAugusto Stoffel2022-05-151-2/+3
* Add char-folding of double quotes in isearch-fold-quotes-mode (bug#24510)Juri Linkov2022-05-061-2/+2
* Char-fold quotation characters in *info* and *Help*Lars Ingebrigtsen2022-05-061-0/+17
* Merge from origin/emacs-28Eli Zaretskii2022-04-281-2/+12
|\
| * ; Fix last change in isearch.elEli Zaretskii2022-04-211-7/+7
| * Add minimum instructions to 'query-replace' commandsEli Zaretskii2022-04-211-2/+12
* | Make isearch respond to 'mouse-yank-at-point'Lars Ingebrigtsen2022-04-271-3/+4
* | Make isearch-lax-whitespace a user optionLars Ingebrigtsen2022-04-181-2/+4
* | Rewrite the minibuffer lazy highlight featureAugusto Stoffel2022-04-101-62/+86
* | Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov2022-03-281-5/+7