aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add occur-related context-menu operations (bug#50552)Philip Kaludercic2021-09-151-0/+27
* * lisp/replace.el (perform-replace): Use 'remove-function' (bug#49963).Juri Linkov2021-08-111-19/+20
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-4/+4
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-8/+6
* ; * lisp/replace.el (occur-1): Remove old fringe arrow.Mattias Engdegård2021-08-071-0/+1
* ; * lisp/replace.el (occur--set-arrow): Remove unused variable.Mattias Engdegård2021-08-011-2/+1
* Indicate selected occur target with fringe arrowMattias Engdegård2021-08-011-0/+16
* Occur-mode multi-line match property gap fillingMattias Engdegård2021-07-311-2/+4
* ; * lisp/replace.el (occur-after-change-function): Fix logic mistakeMattias Engdegård2021-07-261-3/+3
* Add back occur-mode-find-occurrence for compatibility (bug#39121)Mattias Engdegård2021-07-251-0/+5
* Don't squash markers in occur-edit-modeMattias Engdegård2021-07-251-2/+21
* Keep track of match extents in occur-mode (bug#39121)Mattias Engdegård2021-07-251-87/+90
* Add commands 'kill-matching-lines' and 'copy-matching-lines'Earl Hyatt2021-07-201-0/+124
* Count zero-length matches in `count-matches' correctlyLars Ingebrigtsen2021-07-051-6/+6
* ; Fix last change in lisp/replace.el.Basil L. Contovounesios2021-05-021-2/+2
* Add newline and tab matching documentation to query-replace-regexpEric Skoglund2021-05-021-0/+3
* Use khaki1 as 'match' backgroundDmitry Gutov2021-04-221-1/+1
* Merge from origin/emacs-27Glenn Morris2021-04-071-7/+27
|\
| * Improve doc strings in replace.elEli Zaretskii2021-04-031-7/+27
| * Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-271-21/+23
| * read-regexp-suggestions doc string improvementLars Ingebrigtsen2021-01-271-4/+6
| * Try to improve the read-regexp doc stringLars Ingebrigtsen2021-01-271-6/+8
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Convert various menus to easymenuStefan Kangas2021-03-011-45/+33
* | Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-071-0/+1
* | * lisp/replace.el (occur-rename-buffer): Check for overlay (bug#46268).Juri Linkov2021-02-041-2/+6
* | Use save-mark-and-excursion in query-replace-read-args (bug#45617)Juri Linkov2021-01-291-8/+9
* | * lisp/replace.el (query-replace-read-from-suggestions): New function.Juri Linkov2021-01-271-4/+23
* | Improve documentation of 'read-regexp' and friendsEli Zaretskii2021-01-271-21/+23
* | read-regexp-suggestions doc string improvementLars Ingebrigtsen2021-01-271-4/+6
* | Try to improve the read-regexp doc stringLars Ingebrigtsen2021-01-271-6/+8
* | Better check for nil in search-/query-replace-highlight-submatches (bug#45973)Juri Linkov2021-01-191-13/+17
* | Use format-prompt in read-regexp.Basil L. Contovounesios2021-01-181-7/+4
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Prefer setq-local in most filesStefan Kangas2020-12-091-1/+1
* | Doc string clarification for keep-linesLars Ingebrigtsen2020-10-161-1/+2
* | Highlight regexp sub-expressions in query-replaceJuri Linkov2020-10-141-0/+35
* | Add check for bound and true 'ido-everywhere' in multi-occur--promptJuri Linkov2020-10-061-1/+2
* | Fix the end-of-query prompt in multi-occur and multi-isearch when fidoLars Ingebrigtsen2020-10-011-5/+13
* | ; Fix typosStefan Kangas2020-09-211-1/+1
* | Allow binding keys in `query-replace-map'Juri Linkov2020-09-171-0/+2
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-6/+9
* | occur: Add bindings for next-error-no-selectTino Calancha2020-05-311-1/+71
* | Merge from origin/emacs-27Glenn Morris2020-05-031-14/+21
|\ \ | |/
| * Document effect of 'search-upper-case' on replacement commandsEli Zaretskii2020-05-021-14/+21
| * * lisp/replace.el (occur-engine-line): Revert part of fb16313025 (bug#39597)Juri Linkov2020-02-231-2/+4
* | Update default-directory in occur buffer (bug#39608)Stéphane Boucher2020-03-041-1/+5
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; Fix typo in previous commitRobert Pluim2019-10-091-1/+1
* Improve doc strings in replace.elEli Zaretskii2019-10-091-10/+26