summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* * lisp/isearch.el (isearch-emoji-by-name): Disable derived emoji (bug#60740).Juri Linkov2023-01-301-1/+8
* ; 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
* | Always run 'isearch-lazy-count-update-hook' with point at matchAugusto Stoffel2022-03-271-3/+4
* | Fix regression in isearch-yank-char-in-minibufferAugusto Stoffel2022-03-231-1/+1
* | Add lazy highlight to 'isearch-edit-string'Augusto Stoffel2022-03-201-0/+2
* | Allow lazy highlight and match count while reading from minibufferAugusto Stoffel2022-03-201-0/+63
* | New hook, lazy-count-update-hookAugusto Stoffel2022-03-201-6/+15
* | Add a :distant-foreground to the lazy-highlight faceLars Ingebrigtsen2022-02-051-4/+4
* | * lisp/isearch.el: Put 'isearch-scroll' property on two new symbols.Juri Linkov2022-01-291-0/+4
* | Improve documentation of 'isearch-emoji-by-name'Eli Zaretskii2022-01-131-5/+5
* | Add isearch-emoji-by-nameDaniel Martín2022-01-121-0/+21
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/isearch.el: Don't display "Pending" for lax and toggle commands.Juri Linkov2021-12-191-4/+4
* | * lisp/isearch.el (isearch-delete-char): Reopen hidden overlays (bug#52248).Juri Linkov2021-12-041-4/+8
* | Merge from origin/emacs-28Stefan Kangas2021-12-021-2/+2
|\ \ | |/