summaryrefslogtreecommitdiff
path: root/test/lisp/electric-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-21Support strings for electric pairs (bug#78053)Elías Gabriel Pérez
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-22; Add test for deleting multiple pairs at onceJoseph Turner
2024-09-22Teach Electric Pair mode about prefix argumentsEshel Yaron
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-21Merge from origin/emacs-28Stefan Kangas
2022-09-20; Fix typos in Lisp symbolsStefan Kangas
2022-02-04Silence byte-compiler in two testsStefan Kangas
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-20Make 'eval' use lexical scoping in most testsStefan Kangas
2021-11-18Eliminate ERT test name clashes (bug#51941)Mattias Engdegård
2021-11-07Fix intermittent electric test failuresJim Porter
2021-11-06Improve behavior of 'electric-pair-mode' in 'cc-mode'Jim Porter
2021-09-28; * test/lisp/electric-tests.el: Reduce python-mode log spam.Mattias Engdegård
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-09-21Expand and improve electric-pair-mode and Python testing (bug#49518)João Távora
2021-09-21Speed up test/lisp/electric-tests.el when run interactivelyJoão Távora
2021-08-21* test/lisp/electric-tests.el: Un-skip c-mode tests on hydra.Glenn Morris
2021-08-18; Fix quoting of braces in electric-tests.el.Basil L. Contovounesios
2021-08-17* test/lisp/electric-tests.el: Skip most c-mode tests on hydra.Glenn Morris
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-04-04Remove redundant #' before lambda in testsStefan Kangas
2021-03-24Improve failure reporting in test/lisp/electric-tests.elAlan Mackenzie
2021-01-29* test/lisp/electric-tests.el: Fix switch to lexical-binding.Stefan Monnier
2021-01-28Use lexical-binding in lisp/{term,nxml,language}Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-08-27; Fix license statements.Stefan Kangas
2020-05-20Add test for bug#39680Kévin Le Gouguec
2020-03-18Remove raw carriage return characters from test file.Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-16An electric test is now passingGlenn Morris
2019-07-10Fix warning in electric-tests.el (Bug#36570)Stefan Kangas
2019-07-02Correctly reindent previous line in electric-indent-modeJoão Távora
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
2019-01-22electric-layout-mode kicks in before electric-pair-modeJoão Távora
2019-01-22Remove tests of electric-pair-mode and CC-based modesJoão Távora
2019-01-22Revert "Fix electric-pair-tests by disabling bug#33794's fix with a variable"Alan Mackenzie
2019-01-17Fix electric-pair-tests by disabling bug#33794's fix with a variableJoão Távora
2019-01-17Revert "Temporarily comment out CC Mode from tests..."João Távora
2019-01-17Temporarily comment out CC Mode from tests which are incompatible with it.Alan Mackenzie
2019-01-02Extend electric-layout-mode to handle more complex layouts (bug#33794)João Távora
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen