aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improve tests/organization for built-in variablesJim Porter2022-07-125-9/+221
* When closing an Eshell process target, send EOF three timesJim Porter2022-06-261-1/+0
* Make Eshell globs ending in "/" match directories onlyJim Porter2022-06-261-2/+13
* Convert Eshell globs ahead of time instead of doing it repeatedlyJim Porter2022-06-261-0/+15
* Optionally signal an error if an Eshell predicate fails to match anythingJim Porter2022-06-261-4/+22
* Don't use 'list' command in Eshell command formsJim Porter2022-06-101-2/+3
* Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-7/+9
* Don't split Eshell expansions by line when using split-subscript operatorJim Porter2022-06-081-1/+8
* Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-251-0/+29
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-241-0/+16
* Stop esh-var-tests leaving temp files behindGlenn Morris2022-05-041-1/+6
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-032-3/+18
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-031-1/+7
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-031-23/+148
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-012-11/+31
* Handle escaped characters in Eshell argument predicates/modifiersJim Porter2022-05-011-0/+12
* Use a common set of string delimiters for all Eshell predicates/modifiersJim Porter2022-05-011-13/+20
* Fix Eshell predicate tests when running from 'make check'Jim Porter2022-04-171-3/+3
* Add 'G' argument predicate in EshellJim Porter2022-04-171-0/+8
* Add unit tests and documentation for Eshell predicates/modifiersJim Porter2022-04-171-0/+521
* Add unit tests and documentation for Eshell pattern-based globsJim Porter2022-04-171-0/+171
* Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-031-2/+2
* em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton2022-04-021-0/+4
* Add tests for Eshell's umask commandJim Porter2022-03-291-0/+71
* Fix esh-proc-tests on macOSMattias EngdegÄrd2022-03-131-1/+1
* Disable esh-proc-test/kill-pipeline on EMBALars Ingebrigtsen2022-03-121-0/+3
* Support applying indices to more Eshell dollar expansionsJim Porter2022-03-081-0/+23
* Fix esh-proc-test/kill-pipeline-head loop syntaxLars Ingebrigtsen2022-03-071-1/+1
* Inhibit extpipe tests on EMBA, because they apparently time out?Lars Ingebrigtsen2022-03-071-0/+1
* Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-031-0/+12
* Fix parsing of indices in Eshell expansionsJim Porter2022-03-031-0/+152
* Fix Eshell dollar interpolation inside of double-quotesJim Porter2022-03-031-0/+49
* Move Eshell variable interpolation tests to their own fileJim Porter2022-03-032-68/+111
* Merge from origin/emacs-28Stefan Kangas2022-03-021-0/+4
|\
| * Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-011-0/+4
* | Fix Eshell process tests to (hopefully) work on all platformsJim Porter2022-02-251-4/+5
* | Fix esh-proc-tests on MS-WindowsEli Zaretskii2022-02-241-2/+3
* | Don't superfluously emit prompts when terminating processes in EshellJim Porter2022-02-241-0/+46
* | Send SIGPIPE to external Eshell processes if their output target closesJim Porter2022-02-212-3/+51
* | Adapt em-tramp-tests.elMichael Albinus2022-02-061-7/+10
* | Ensure that the CAR of 'eshell-last-async-procs' always points to a processJim Porter2022-02-051-0/+7
* | Use 'require' to load eshell-tests-helpersJim Porter2022-02-033-18/+10
* | When executing an Eshell pipeline, send input to the first processJim Porter2022-02-032-1/+12
* | Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter2022-02-031-0/+7
* | Fix input of sharp-quoted symbols in Eshell with em-extpipeSean Whitton2022-01-261-0/+4
* | Treat "-" as a positional arg in 'eshell-eval-using-options'Jim Porter2022-01-251-0/+21
* | Don't manipulate args in-place for 'eshell-eval-using-options'Jim Porter2022-01-252-31/+145
* | Add Eshell syntax to more easily bypass Eshell's own pipeliningSean Whitton2022-01-242-2/+207
* | Rework eshell-match-result for testing asynchronous commandsSean Whitton2022-01-242-7/+7
* | Move Eshell test helpers to their own fileSean Whitton2022-01-242-53/+98