aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ensure navigating by paragraphs in Eshell stops at prompts and paragraphsJim Porter2024-06-201-1/+48
* Merge remote-tracking branch 'origin/feature/which-key-in-core'Philip Kaludercic2024-06-181-0/+267
|\
| * Merge remote-tracking branch 'github-which-key/master'Philip Kaludercic2024-06-151-0/+267
* | Fix Eshell "which" test on MS-WindowsJim Porter2024-06-152-8/+11
* | Fix em-extpipe-tests on MS-WindowsEli Zaretskii2024-06-151-1/+5
* | ; Improve last changeJim Porter2024-06-151-3/+10
* | ; Add command logging to some more Eshell testsJim Porter2024-06-151-20/+22
* | Allow escape sequences in Python promptskobarity2024-06-151-0/+28
* | ; Minor editorial fixes to some Eshell testsJim Porter2024-06-131-10/+10
* | ;cperl-mode.el: Avoid false positives when parsing new Perl syntaxHarald Jörg2024-06-132-1/+5
* | Fix recently added eshell testStefan Kangas2024-06-101-7/+8
* | Fix treesit-testsEli Zaretskii2024-06-101-1/+2
* | ; Fix recent change to python-tests.elkobarity2024-06-101-1/+1
* | Extend auto-revert-test07-auto-revert-several-buffersMichael Albinus2024-06-101-11/+38
* | cperl-mode.el: Update for the current Perl version 5.040Harald Jörg2024-06-104-4/+165
* | Improve correctness of 'eshell-quote-argument'Jim Porter2024-06-093-25/+21
* | Remove empty Eshell commands when parsingJim Porter2024-06-091-0/+10
* | ; Allow batch-file Eshell test on MS-WindowsEli Zaretskii2024-06-091-1/+0
* | ; Add another test for 'eshell-batch-script'Jim Porter2024-06-091-0/+12
* | Specify Python 3 in some ERTs on Mackobarity2024-06-091-308/+352
* | Fix hiding a Python block ending with a commentkobarity2024-06-091-0/+18
* | A better fix for esh-proc-tests on MS-WindowsEli Zaretskii2024-06-091-14/+10
* | Fix Eshell tests on MS-WindowsEli Zaretskii2024-06-096-14/+35
* | (find-auto-coding): Provide filename to `auto-coding-functions`Stefan Monnier2024-06-092-0/+19
* | Add typescript-ts-mode indentation for multi-assignment declsNoah Peart2024-06-091-0/+31
* | (pcase--app-subst-match): Try and fix performance regression (bug#71398)Stefan Monnier2024-06-081-1/+8
* | Improve implementations of some Eshell output filter functionsJim Porter2024-06-081-0/+62
* | Be more efficient when buffering output in EshellJim Porter2024-06-081-12/+25
* | Restore deferred date-stamp insertions in ERCF. Jason Park2024-06-081-0/+46
* | Fix Python mode error caused by incorrect indentationkobarity2024-06-081-0/+9
* | Add 'sqlite-execute-batch' commandJavier Olaechea2024-06-061-0/+26
* | Don't recurse in erc-server-delayed-check-reconnectF. Jason Park2024-06-057-32/+11
* | Spelling fixesPaul Eggert2024-06-042-3/+3
|/
* pcase.el (\`): Try and handle large patterns betterStefan Monnier2024-06-031-1/+11
* Skip unmature file notification testsMichael Albinus2024-06-031-0/+3
* Add new keyboard macro counter functions (bug#61549)Alex Bochannek2024-06-021-0/+213
* Add font-locking for variables in go-ts-mode range clauses (bug#71209)Noah Peart2024-06-012-0/+10
* Merge from origin/emacs-29Eli Zaretskii2024-06-012-3/+3
|\
| * ; Fix typosStefan Kangas2024-05-272-3/+3
* | Make Eshell's "which" command extensibleJim Porter2024-05-292-0/+72
* | Fix calling Eshell scripts outside of EshellJim Porter2024-05-292-15/+52
* | Add ability for Eshell virtual targets to handle closing the targetJim Porter2024-05-291-0/+15
* | Consolidate Eshell module loading/unloading codeJim Porter2024-05-292-4/+8
* | Add Tramp distrobox methodMichael Albinus2024-05-291-7/+8
* | Add a couple of minibuffer completion testsEshel Yaron2024-05-291-0/+13
* | Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier2024-05-282-21/+21
* | Use same Python binary for test as in python mode (bug#70815)Mattias Engdegård2024-05-281-1/+3
* | Fix tar-mode-test-tar-extract-zip-and-gzMichael Albinus2024-05-281-0/+1
* | Fix date-stamp regression in erc-fill-wrapF. Jason Park2024-05-272-0/+149
* | Add ERC module querypoll as monitor placeholderF. Jason Park2024-05-271-0/+57