aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Simplify parsing subcommands slightlyJim Porter2023-03-281-1/+1
* | ; Fix typo in docstringJim Porter2023-03-111-1/+1
* | Add support for completing special references (e.g. buffers) in EshellJim Porter2023-03-112-0/+70
* | Be more cautious in completing Eshell variable assignmentsJim Porter2023-02-251-0/+14
* | Don't add a space after the trailing slash when completing ~USER in EshellJim Porter2023-02-231-3/+2
* | Add support for completing quoted variables in Eshell like $'FOO'Jim Porter2023-02-231-0/+25
* | Allow unloading EshellJim Porter2023-02-151-0/+99
* | Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-092-4/+32
* | Ensure that deferred commands don't make Eshell forget let-bound valuesJim Porter2023-02-091-0/+17
* | During completion, convert all Eshell arguments to stringsJim Porter2023-01-301-12/+42