aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-10Add lazy highlight when reading 'query-replace' argumentsAugusto Stoffel1-18/+47
2022-03-28Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov1-0/+5
2022-02-08* lisp/replace.el (perform-replace): Allow using isearch in recursive-edit.Juri Linkov1-1/+7
2022-02-02* lisp/replace.el (query-replace-read-from): Use default for empty input.Juri Linkov1-7/+9
2022-02-01* lisp/replace.el (query-replace-read-from-default): New variable.Juri Linkov1-3/+21
2022-01-30Fix regression in Occur Edit modeEli Zaretskii1-2/+7
2022-01-23Make occur edit mode more resilientLars Ingebrigtsen1-0/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-29; * lisp/replace.el (replace-regexp-function): Doc fix. (Bug#52558)Eli Zaretskii1-3/+7
2021-12-28* lisp/replace.el (replace-regexp-function): New function (bug#52558).Juri Linkov1-2/+9
2021-11-22Use substitute-command-keys for literal key sequencesStefan Kangas1-13/+13
2021-10-21Remove redundant #' before lambdaStefan Kangas1-5/+5
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas1-6/+7
2021-09-16Docfix: use command substitution for 'universal-argument'Stefan Kangas1-1/+1
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas1-2/+2
2021-09-15Add docstrings to context menu functions, and add middle-separatorJuri Linkov1-2/+2
2021-09-15Adjust occur-context-menu and elisp-context-menuJuri Linkov1-5/+8
2021-09-15Add occur-related context-menu operations (bug#50552)Philip Kaludercic1-0/+27
2021-08-11* lisp/replace.el (perform-replace): Use 'remove-function' (bug#49963).Juri Linkov1-19/+20
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård1-4/+4
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård1-8/+6
2021-08-07; * lisp/replace.el (occur-1): Remove old fringe arrow.Mattias Engdegård1-0/+1
2021-08-01; * lisp/replace.el (occur--set-arrow): Remove unused variable.Mattias Engdegård1-2/+1
2021-08-01Indicate selected occur target with fringe arrowMattias Engdegård1-0/+16
2021-07-31Occur-mode multi-line match property gap fillingMattias Engdegård1-2/+4
2021-07-26; * lisp/replace.el (occur-after-change-function): Fix logic mistakeMattias Engdegård1-3/+3
2021-07-25Add back occur-mode-find-occurrence for compatibility (bug#39121)Mattias Engdegård1-0/+5
2021-07-25Don't squash markers in occur-edit-modeMattias Engdegård1-2/+21
2021-07-25Keep track of match extents in occur-mode (bug#39121)Mattias Engdegård1-87/+90
2021-07-20Add commands 'kill-matching-lines' and 'copy-matching-lines'Earl Hyatt1-0/+124
2021-07-05Count zero-length matches in `count-matches' correctlyLars Ingebrigtsen1-6/+6
2021-05-02; Fix last change in lisp/replace.el.Basil L. Contovounesios1-2/+2
2021-05-02Add newline and tab matching documentation to query-replace-regexpEric Skoglund1-0/+3
2021-04-22Use khaki1 as 'match' backgroundDmitry Gutov1-1/+1
2021-04-03Improve doc strings in replace.elEli Zaretskii1-7/+27
2021-03-01Convert various menus to easymenuStefan Kangas1-45/+33
2021-02-07Add command to recenter errors from Occur/Grep buffersTino Calancha1-0/+1
2021-02-04* lisp/replace.el (occur-rename-buffer): Check for overlay (bug#46268).Juri Linkov1-2/+6
2021-01-29Use save-mark-and-excursion in query-replace-read-args (bug#45617)Juri Linkov1-8/+9
2021-01-27* lisp/replace.el (query-replace-read-from-suggestions): New function.Juri Linkov1-4/+23
2021-01-27Improve documentation of 'read-regexp' and friendsEli Zaretskii1-21/+23
2021-01-27read-regexp-suggestions doc string improvementLars Ingebrigtsen1-4/+6
2021-01-27Try to improve the read-regexp doc stringLars Ingebrigtsen1-6/+8
2021-01-27Improve documentation of 'read-regexp' and friendsEli Zaretskii1-21/+23
2021-01-27read-regexp-suggestions doc string improvementLars Ingebrigtsen1-4/+6
2021-01-27Try to improve the read-regexp doc stringLars Ingebrigtsen1-6/+8
2021-01-19Better check for nil in search-/query-replace-highlight-submatches (bug#45973)Juri Linkov1-13/+17
2021-01-18Use format-prompt in read-regexp.Basil L. Contovounesios1-7/+4
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1