summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-041-0/+30
* Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-041-12/+83
* Add support for more kinds of redirect operators in EshellJim Porter2022-09-041-0/+72
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-044-19/+249
* Add basic test coverage for overlay modification hooksMatt Armstrong2022-09-041-0/+193
* Mark some filenotify tests unstable on EMBALars Ingebrigtsen2022-09-041-2/+6
* Fix rx forms in TrampMichael Albinus2022-09-042-9/+9
* Add new function `seq-positions'Damien Cassou2022-09-041-0/+7
* Add new function `seq-remove-at-position'Damien Cassou2022-09-041-0/+8
* gv.el and cl-macs.el: Fix bug#57397Stefan Monnier2022-09-031-1/+14
* Split image-dired.el into several files (part 1/2)Stefan Kangas2022-09-031-0/+0
* Add tests for ‘mailcap-add-mailcap-entry’Felix Dietrich2022-09-021-0/+405
* Don't fail Eshell ERT tests when an internal signal gets raisedJim Porter2022-08-311-7/+13
* Accept bignum arguments in `take` and `ntake`Mattias Engdegård2022-08-301-1/+9
* Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-291-4/+0
* Fix data for files-tests-bug-21454 on CygwinKen Brown2022-08-281-14/+33
* Use `rx' in Tramp where possibleMichael Albinus2022-08-262-144/+159
* Pacify obsolete gv warnings in xt-mouse-tests.elBasil L. Contovounesios2022-08-261-22/+28
* Fix instrumented eval-defun not printing "Edebug:" to the echo areaDaniel Martín2022-08-251-0/+10
* Add hideshow-test.el file (bug#56635)Lars Ingebrigtsen2022-08-251-0/+268
* Add Python blocks support for hideshowkobarity2022-08-251-1/+196
* Minor fixes in tramp-tests.elMichael Albinus2022-08-251-26/+41
* Fix handling of UNCs in 'parse-colon-pathEli Zaretskii2022-08-241-3/+7
* Disable a lisp-mode test that now failsLars Ingebrigtsen2022-08-231-10/+12
* Adjust autorevert tests to recent changeLars Ingebrigtsen2022-08-211-1/+1
* Mark another esh-proc test as unstableStefan Kangas2022-08-211-0/+2
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-2121-104/+88
* Mark esh-proc test as unstableLars Ingebrigtsen2022-08-211-0/+2
* Make conf-javaprop-mode only claim that # lines are commentsLars Ingebrigtsen2022-08-201-4/+1
* Fix return value of help--key-description-fontifiedStefan Kangas2022-08-191-6/+12
* python.el: Adjustments to Flymake backendAugusto Stoffel2022-08-191-0/+34
* Fix Python indentation of block continuationkobarity2022-08-181-0/+19
* Move dired-guess commands from dired-x to diredStefan Kangas2022-08-172-13/+13
* Enhance Python font-lock to support multilineskobarity2022-08-171-0/+113
* Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen2022-08-171-196/+1
* Add Python blocks support for hideshowkobarity2022-08-171-1/+196
* ; Normalize my emailStefan Kangas2022-08-161-1/+1
* Fix non-interactive use of conditionals in EshellJim Porter2022-08-151-64/+55
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-157-273/+254
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-159-208/+222
* Fix `python-nav-forward-block' moving backward under certain conditionskobarity2022-08-151-0/+16
* (compiled-function-p): New function (bug#56648)Stefan Monnier2022-08-141-1/+1
* Fix a recently-added Eshell test on MS-WindowsEli Zaretskii2022-08-131-4/+7
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-122-1/+109
* Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-121-10/+50
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-122-53/+189
* Further seq-uniq speed-ups for listsLars Ingebrigtsen2022-08-121-1/+6
* * test/lisp/net/tramp-tests.el (tramp--test-utf8): Adapt test.Michael Albinus2022-08-111-1/+2
* Add a faster seq-uniq for listsLars Ingebrigtsen2022-08-091-0/+13
* Fix python escape code fontification for multi-line literalsLaurence Warne2022-08-091-8/+87