aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Properly parse Eshell variable splices for interactive completionJim Porter2023-01-301-0/+8
* | Add regression tests for Eshell completionsJim Porter2023-01-301-0/+170
* | Make 'eshell-number-regexp' into a regular defvarJim Porter2023-01-271-0/+65
* | Add support for negative indices and index ranges in EshellJim Porter2023-01-271-23/+79
* | Merge from origin/emacs-29Stefan Kangas2023-01-271-0/+13
|\ \ | |/
| * Don't try to make a pipe process for remote processes in EshellJim Porter2023-01-231-0/+13
* | ; * test/lisp/eshell/esh-var-tests.el: Fix punctuation in doc strings.Eli Zaretskii2023-01-211-72/+70
* | Fix evaluation of asynchronous expansions in Eshell indicesJim Porter2023-01-191-0/+25
* | ; Fix Eshell prompt tests when the current user is rootJim Porter2023-01-171-2/+4
* | Add 'file-user-uid' to get the connection-local effective UIDJim Porter2023-01-161-0/+4
* | Use the 'field' property to navigate through Eshell promptsJim Porter2023-01-141-0/+37
* | Make 'eshell-bol' obsoleteJim Porter2023-01-141-5/+10