aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/eshell/esh-io.el (eshell-close-handles): Fix version annotation.Jim Porter2024-07-201-1/+1
* Don't set exit info in Eshell if the command is being piped elsewhereJim Porter2024-07-192-14/+22
* Split out exit code parts of 'eshell-close-handles' into a new functionJim Porter2024-07-194-41/+50
* Allow specifying stdout/stderr separately in some Eshell commandsJim Porter2024-07-182-17/+37
* Improve implementation of built-in Eshell "kill" commandJim Porter2024-07-181-27/+21
* Handle broken pipes in a better way in EshellJim Porter2024-07-181-16/+21
* Improve handling of deferrable Eshell commandsJim Porter2024-07-181-40/+27
* Merge from savannah/emacs-30Po Lu2024-07-162-22/+18
|\
| * Don't save to history from 'eshell-command' when abortingJim Porter2024-07-152-22/+18
* | Merge from savannah/emacs-30Po Lu2024-07-121-2/+9
|\ \ | |/
| * Don't emit a prompt in Eshell when a background command is killedJim Porter2024-07-111-2/+9
* | Improve Eshell's behavior when waiting for processesJim Porter2024-07-093-23/+51
* | Don't use the Lisp implementation of "kill" in remote Eshell directoriesJim Porter2024-07-091-0/+5
* | Merge from savannah/emacs-30Po Lu2024-07-096-8/+7
|\ \ | |/
| * Checkdoc fixes in `eshell/*.el`Stefan Kangas2024-07-086-8/+7
* | Merge from savannah/emacs-30Po Lu2024-07-081-1/+11
|\ \ | |/
| * Fix execution of MS-Windows app execution aliases in EshellJim Porter2024-07-071-1/+11
| * Always perform Eshell process cleanup runs in the Eshell bufferJim Porter2024-06-251-22/+24
* | Allow using multiple buffers in 'eshell-command'Thierry Volpiatto2024-07-052-35/+103
* | Always perform Eshell process cleanup runs in the Eshell bufferJim Porter2024-06-251-22/+24
|/
* ; Fix typosStefan Kangas2024-06-231-1/+1
* Ensure navigating by paragraphs in Eshell stops at prompts and paragraphsJim Porter2024-06-201-5/+27
* Limit the amount of text we examine when looking for password promptsJim Porter2024-06-201-13/+19
* ; * lisp/eshell/em-script.el (eshell-execute-file): Improve docstring.Jim Porter2024-06-131-0/+4
* Improve correctness of 'eshell-quote-argument'Jim Porter2024-06-092-10/+12
* ; Use the current system's style of shell-quoting in Eshell debug logsJim Porter2024-06-091-2/+1
* Remove empty Eshell commands when parsingJim Porter2024-06-092-31/+36
* ; Add another test for 'eshell-batch-script'Jim Porter2024-06-091-0/+4
* Fix Eshell tests on MS-WindowsEli Zaretskii2024-06-091-1/+2
* Improve implementations of some Eshell output filter functionsJim Porter2024-06-081-38/+30
* Be more efficient when buffering output in EshellJim Porter2024-06-086-65/+111
* Spelling fixesPaul Eggert2024-06-042-2/+2
* Check for a real process when trying to find password prompts in EshellJim Porter2024-06-031-1/+1
* ; Remove superfluous 'quit' handler in 'eshell-send-input'Jim Porter2024-06-021-5/+1
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-3/+3
|\
| * ; Fix typosStefan Kangas2024-05-271-3/+3
* | Make Eshell's "which" command extensibleJim Porter2024-05-293-66/+101
* | ; Improve recent change to deferred evaluation in EshellJim Porter2024-05-291-3/+2
* | Fix calling Eshell scripts outside of EshellJim Porter2024-05-292-26/+92
* | Rework how 'eshell-ensure-newline-p' adds newlinesJim Porter2024-05-293-20/+63
* | Add ability for Eshell virtual targets to handle closing the targetJim Porter2024-05-291-27/+41
* | Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter2024-05-2920-110/+20
* | Consolidate Eshell module loading/unloading codeJim Porter2024-05-292-37/+64
* | Fix adding to history via 'eshell-command'Jim Porter2024-05-282-10/+8
* | esh-mode.el: Refrain from hiding buffer modifications (bug#70966)Stefan Monnier2024-05-281-37/+35
* | Fix a race condition when evaluating Eshell commandsJim Porter2024-05-251-2/+4
* | Erase existing duplicates in eshell-history-ringRobin Joy2024-05-241-5/+3
* | ; * lisp/eshell/em-unix.el (eshell-grep): Fix "plain grep" behavior.Jim Porter2024-05-201-2/+2
* | Add new Eshell built-in command 'funcall'Jim Porter2024-05-161-0/+8
* | ; * lisp/eshell/esh-ext.el (eshell-remote-command): Improve last change.Jim Porter2024-05-151-1/+1