aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Set the 'field' property for Eshell outputJim Porter2023-01-141-0/+81
* | Merge from origin/emacs-29Eli Zaretskii2023-01-0120-20/+20
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-0120-20/+20
* | ; Fix Eshell tests on macOSJim Porter2022-12-302-16/+19
* | Fix reference-counting of Eshell I/O handlesJim Porter2022-12-295-81/+133
* | Simplify handling of /dev/null redirection in EshellJim Porter2022-12-221-2/+31
* | Fix handling of output handles in nested Eshell formsJim Porter2022-12-224-40/+97
* | Add support for the "splice operator" in EshellJim Porter2022-12-152-0/+83
|/
* Treat escaped newlines in Eshell as the empty stringJim Porter2022-12-072-31/+105
* ; * test/lisp/eshell/esh-var-tests.el: Fix incorrect paren placement.Jim Porter2022-11-251-2/+2
* Fix failing eshell alias testsStefan Kangas2022-11-061-9/+11
* Add the "doas" alias to eshell.Brian Cully2022-11-051-0/+75
* Only strip newlines when stringifying a value for EshellJim Porter2022-11-031-0/+57
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-173-7/+161
* Allow setting the values of variable aliases in EshellJim Porter2022-10-171-0/+145
* ; Allow ignoring errors when calling 'eshell-match-command-output'Jim Porter2022-10-172-12/+16
* Allow using a symbol as an index into an alist in EshellJim Porter2022-09-141-4/+8
* ; Fix a race condition in an Eshell testJim Porter2022-09-081-2/+4
* 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
* Don't fail Eshell ERT tests when an internal signal gets raisedJim Porter2022-08-311-7/+13
* Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-291-4/+0