aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/replace-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-11-24Fix query-replace-regexp for using '^' with calculated replacement '\,'Juri Linkov1-0/+3
2025-05-22(perform-replace): Make it work with F-keys in TTYs (bug#78113)Stefan Monnier1-1/+1
2025-02-25Use cl-with-gensyms in a few more casesStefan Kangas1-2/+1
2025-02-23Prefer incf to cl-incf in testsStefan Kangas1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-10-24Mark if-let and when-let obsoleteSean Whitton1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas1-2/+2
2022-04-29* test/lisp/replace-tests.el (query-replace-tests): Add more tests (bug#54733)Juri Linkov1-6/+36
2022-04-05* test/lisp/replace-tests.el: New tests for query-replace (bug#54733)Juri Linkov1-0/+66
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-04Silence byte-compiler in some testsStefan Kangas1-5/+6
2021-07-25Keep track of match extents in occur-mode (bug#39121)Mattias EngdegÄrd1-1/+1
2021-07-24Disable delay and ding in replace-testsMattias EngdegÄrd1-1/+6
2021-07-05Count zero-length matches in `count-matches' correctlyLars Ingebrigtsen1-0/+11
2021-01-20test/lisp/replace-tests.el: Add nested match group testNick Drozd1-0/+13
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-10-05Revert "Use `advice-flet' in place of `cl-letf' to avoid primitive...Andrea Corallo1-22/+23
2020-10-02Use `advice-flet' in place of `cl-letf' to avoid primitive redefinitionAndrea Corallo1-23/+22
2020-05-31occur: Add bindings for next-error-no-selectTino Calancha1-0/+42
2020-05-01Use lexical-binding in most remaining testsStefan Kangas1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-09query-replace-regexp undo: Update next-replacement after undoTino Calancha1-1/+17
2019-08-19Fix query-replace-regexp undo featureTino Calancha1-1/+25
2019-07-12* test/lisp/replace-tests.el (replace-tests-with-undo): OverrideJuri Linkov1-3/+8
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-10-09Unbreak 'revert-buffer' in Occur buffersEli Zaretskii1-1/+46
2018-06-03query-replace undo: Handle when user edits the replacement stringTino Calancha1-49/+84
2018-06-03Backport: Fix corner case in query-replace-regexp undoTino Calancha1-0/+20
2018-06-03Backport: Preserve case in query-replace undoTino Calancha1-0/+20
2018-05-27replace-tests.el: Refactor undo testsTino Calancha1-69/+82
2018-05-26replace-tests.el: Fix broken testsTino Calancha1-86/+69
2018-05-26query-replace undo: Handle when user edits the replacement stringTino Calancha1-49/+88
2018-05-23Fix corner case in query-replace-regexp undoTino Calancha1-0/+20
2018-04-09Preserve case in query-replace undoTino Calancha1-0/+20
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert1-2/+2
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert1-2/+2
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-08query-replace: Undo replacements performed with 'commaTino Calancha1-0/+22
2016-09-24Incorporate occur-tests in replace-testsEli Zaretskii1-1/+327
2015-11-24Rename all test files to reflect source layout.Phillip Lord1-0/+0
2015-06-02Add test for previous commitNicolas Richard1-16/+14
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-05-05* lisp/help-fns.el (describe-function-1): Test for an autoload before a macroGlenn Morris1-10/+16