aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2023-12-102-2/+2
* ; Fix docstring typo in Eshell testsJim Porter2023-11-121-1/+1
* Add some more Eshell history testsJim Porter2023-11-101-36/+91
* Improve read/append behavior of eshell history commandLiu Hui2023-11-101-0/+34
* Add a new Eshell special reference type for markersJim Porter2023-10-242-2/+68
* Support arbitrary Eshell arguments inside special referencesJim Porter2023-10-242-4/+29
* Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-111-0/+19
* Support Eshell iterative evaluation in the backgroundJim Porter2023-10-023-5/+42
* Don't print subjob messages when running an Eshell script in the backgroundJim Porter2023-10-021-0/+13
* ; Adjust Eshell regression tests to avoid SIGPIPEJim Porter2023-10-011-13/+7
* Use 'unwind-protect' in more places in EshellJim Porter2023-09-261-0/+16
* ; Fix last changeJim Porter2023-09-171-2/+1
* Fix running background commands via 'eshell-command'Jim Porter2023-09-171-1/+25
* Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-152-0/+14
* ; Improve recent change to printing exit status in EshellJim Porter2023-09-121-5/+4
* Be more careful about when to print abnormal exit status in EshellJim Porter2023-09-121-0/+10
* Wait for all processes in a pipeline before resuming an Eshell commandJim Porter2023-09-101-0/+10
* ; Move some Eshell tests to more-topical filesJim Porter2023-09-103-69/+73
* Merge from origin/emacs-29Eli Zaretskii2023-09-091-0/+15
|\
| * Fix remote path setting in EshellJim Porter2023-09-071-0/+15
* | ; Fix last changeJim Porter2023-09-081-12/+13
* | ; Fix name of an Eshell testJim Porter2023-09-081-1/+1
* | Use new ERT `skip-when` macro in testsStefan Kangas2023-09-041-1/+1
* | Display the exit code if the last command failed in EshellDavide Masserut2023-09-021-10/+34
* | Be more precise about navigating forward/backward through Eshell promptsJim Porter2023-09-021-31/+56
* | Merge from origin/emacs-29Eli Zaretskii2023-09-021-0/+30
|\ \ | |/
| * Don't add an extraneous slash in remote PATH list in EshellJim Porter2023-08-271-0/+30
| * ; Make sure 'eshell-command' tests don't prompt the userJim Porter2023-04-011-0/+4
| * ; Fix last changeEli Zaretskii2023-04-011-1/+1
| * Fix new Eshell tests on MS-WindowsEli Zaretskii2023-04-011-2/+2
| * Fix using background commands in 'eshell-command'Jim Porter2023-03-311-0/+47
* | ; Fix debug logging for synchronous commands in Eshell testsJim Porter2023-09-011-2/+6
* | Add debug instrumentation for Eshell process managementJim Porter2023-08-311-8/+23
* | Fix behavior of 'eshell-hist-ignoredups' when set to 'erase'Jim Porter2023-08-231-1/+42
* | Support 'comint-pager' in EshellJim Porter2023-08-231-0/+46
* | Use generics to define Eshell output targetsJim Porter2023-08-211-0/+10
* | Allow splicing Eshell globs in-placeJim Porter2023-08-211-0/+64
* | Add 'compile' builtin command for EshellJim Porter2023-08-161-0/+68
* | ; Fix Eshell testsJim Porter2023-08-142-17/+17
* | Fix listing of directory contents after "cd" in EshellJim Porter2023-08-071-0/+23
* | Fix eshell "ls" command for files larger than 1TiBStefan Kangas2023-08-051-0/+31
* | Add support for explicitly-remote commands in EshellJim Porter2023-07-101-0/+32
* | Add special '$GID' variable in EshellJim Porter2023-07-081-0/+4
* | ; Improve 'rx' form from edb0862f5e69Jim Porter2023-06-191-1/+1
* | ; Fix test failure from 2f181d60323 (new 'pp' implementation)Jim Porter2023-06-181-2/+8
* | eshell-next-prompt: More precisely navigate to the prompt (bug#63748)Tony Zorman2023-06-151-4/+27
* | Fix using background commands in 'eshell-command'Jim Porter2023-04-021-0/+44
* | ; Add tests for synchronous processes in EshellJim Porter2023-04-021-0/+53
* | Avoid shadowing variables in some Eshell command formsJim Porter2023-04-011-2/+16
* | Avoid parsing some Eshell forms when performing completionJim Porter2023-03-281-10/+76