summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-cmd.el
Commit message (Expand)AuthorAgeFilesLines
* Print the correct $PATH when Eshell's 'which' fails to find a commandJim Porter2022-10-171-2/+3
* Allow setting the values of variable aliases in EshellJim Porter2022-10-171-2/+2
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-2/+1
* Add support for more kinds of redirect operators in EshellJim Porter2022-09-041-4/+0
* Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-291-0/+9
* Fix non-interactive use of conditionals in EshellJim Porter2022-08-151-3/+4
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-121-27/+41
* Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-121-4/+5
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-121-6/+2
* Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-251-1/+3
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-241-5/+10
* Add unit tests and documentation for Eshell predicates/modifiersJim Porter2022-04-171-0/+8
* Improve wording of Eshell variable interpolation code/documentationJim Porter2022-03-081-11/+14
* Add a new macro to simplify parsing temporary Eshell command stringsJim Porter2022-03-031-9/+33
* Improve docstrings for 'eshell-exec-lisp' and functions that call itJim Porter2022-02-211-17/+30
* Ensure that the CAR of 'eshell-last-async-procs' always points to a processJim Porter2022-02-051-2/+1
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-23/+43
* Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter2022-02-031-3/+4
* Further improve determination of when commands can be invoked directlyJim Porter2022-01-211-11/+17
* Consider subcommands when deciding to invoke Eshell command directlyJim Porter2022-01-201-14/+43
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer the defcustom :risky property in eshellStefan Kangas2021-12-241-3/+2
|/
* Fix eshell for systems that do not have subprocessesPo Lu2021-12-121-2/+2
* ; Stylistic docfixes in eshell/*.el found by checkdocStefan Kangas2021-09-191-3/+3
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-2/+2
* Make `eshell-command' also work when asynchronousThierry Volpiatto2021-08-271-11/+17
* Make two eshell aliases obsoleteStefan Kangas2021-02-011-9/+9
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in eshellStefan Kangas2020-12-041-6/+6
* Use 'eshell-find-alias-function' instead of fboundpRuthra Kumar2020-11-161-1/+1
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-161-16/+14
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove some XEmacs compat code from esh*.elLars Ingebrigtsen2019-10-051-2/+1
* Fix compilation warning in esh-cmd.elLars Ingebrigtsen2019-06-151-0/+2
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-1/+1
* Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-081-1/+3
* Eshell: Mostly cosmetic changes to be more explicit about dynbindStefan Monnier2019-03-201-48/+44
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
|/
* Check for special filenames in eshell (Bug#30724)Jonathan Kyle Mitchell2018-07-211-21/+30
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Don't read eshell/which output from *Help* buffer (Bug#26894)Noam Postavsky2017-06-271-19/+13
* Treat non-erroring lisp call as successful eshell command (Bug#26161)George D. Plymale II2017-04-201-8/+4
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix the MSDOS buildEli Zaretskii2016-04-301-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1