aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use "/local:" prefix in Eshell to run local commands when cwd is remoteJim Porter2024-05-151-28/+37
* | ; Clean up some 'require' and 'declare-function' calls in EshellJim Porter2024-05-105-18/+8
* | ; Remove unnecessary defvars defined in a file we already 'require'Jim Porter2024-05-091-3/+0
* | ; Fix an edge case with Eshell globs when the directory part is quotedJim Porter2024-05-091-2/+1
* | Fix Eshell handling of remote files like "/ssh:remote:~/file.txt"Jim Porter2024-05-051-11/+19
* | Only run 'eshell-first-time-mode-hook' once per Emacs sessionLin Sun2024-05-021-2/+4
* | Suppress warnings for obsolete display-comint-buffer-action (bug#69983)Juri Linkov2024-04-251-1/+2
* | ; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt2024-03-141-1/+1
* | Support expanding Eshell globs for remote file namesJim Porter2024-03-072-36/+51
* | When deleting output in Eshell, optionally add it to the kill ring.Tomas Volf2024-02-151-5/+13
* | ; Compute the list of symbols for 'eshell-eval-using-options' onceJim Porter2024-02-131-28/+34
* | Document arguments to Eshell's built-in commandsJim Porter2024-02-043-8/+8
* | ; Fix typosStefan Kangas2024-02-041-1/+1
* | ; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.Eli Zaretskii2024-02-031-2/+2
* | Fix typo in Eshell's "du" commandJim Porter2024-01-291-1/+1
* | In Eshell, don't expand quoted tildes into a user's home directoryJim Porter2024-01-281-0/+1
* | In Eshell, allow an escaped newline at the end of a commandJim Porter2024-01-281-2/+3
* | ; Be more strict with command arguments for a few Eshell commandsJim Porter2024-01-273-3/+3
* | Support setting umask symbolically in EshellJim Porter2024-01-271-10/+14
* | Fix command replacement with the Eshell builtin versions of "sudo" and "doas"Jim Porter2024-01-271-12/+10
* | Fix detection of directly-invokable commands in EshellJim Porter2024-01-264-36/+43
* | Add support for running commands via Eshell's "env" commandJim Porter2024-01-251-19/+31
* | Improve handling of local variable settings in EshellJim Porter2024-01-251-26/+31
* | ; For compatibility, eshell/make should print to Eshell unless backgroundedJim Porter2024-01-251-1/+1