aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from savannah/emacs-29Po Lu2024-01-0230-30/+30
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-0230-30/+30
| * Pass only the local parts of Eshell's $PATH to 'tramp-remote-path'Xiaoyue Chen2023-11-121-1/+1
* | ; Fix a few more typosStefan Kangas2023-12-101-1/+1
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | Add option eshell-history-appendLiu Hui2023-12-071-3/+13
* | Pass only the local parts of Eshell's $PATH to 'tramp-remote-path'Xiaoyue Chen2023-11-121-1/+1
* | Improve read/append behavior of eshell history commandLiu Hui2023-11-101-16/+33
* | Speed up Eshell smart display moduleMorgan Smith2023-10-281-52/+29
* | Add a new Eshell special reference type for markersJim Porter2023-10-241-1/+26
* | Add 'eshell-special-ref-alist' to allow extending Eshell special refsJim Porter2023-10-245-89/+190
* | Support arbitrary Eshell arguments inside special referencesJim Porter2023-10-244-140/+149
* | ; * lisp/eshell/esh-proc.el (eshell-process-wait-time): Add :version.Jim Porter2023-10-171-0/+1
* | ; 'eshell-kill-process-wait-time' can be a floating-point numberJim Porter2023-10-161-1/+1
* | ; Use the "new" calling convention for 'sit-for' in EshellJim Porter2023-10-161-2/+9
* | Reset the Eshell prompt when signaling with no foreground processJim Porter2023-10-121-15/+20
* | Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-112-0/+11
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-025-66/+123
* | Don't print subjob messages when running an Eshell script in the backgroundJim Porter2023-10-023-9/+21
* | ; Adjust Eshell regression tests to avoid SIGPIPEJim Porter2023-10-011-2/+5
* | Use 'unwind-protect' in more places in EshellJim Porter2023-09-262-52/+75
* | ; Add debug instrumention for queueing commands in EshellJim Porter2023-09-181-9/+13
* | Fix another race condition when waiting for Eshell processesJim Porter2023-09-182-6/+12
* | Use 'eshell-with-temp-command' (indirectly) to parse Eshell script filesJim Porter2023-09-172-45/+46
* | Fix running background commands via 'eshell-command'Jim Porter2023-09-171-15/+14
* | ; Fix a recent change in EshellJim Porter2023-09-171-8/+6
* | Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-152-43/+38
* | Collapse 'if' forms in Eshell iterative evaluationJim Porter2023-09-141-10/+17
* | ; Simplify how to use 'eshell-debug-command'Jim Porter2023-09-144-40/+43
* | Improve process instrumentation in EshellJim Porter2023-09-131-14/+23
* | When waiting for processes in Eshell, wait until all the I/O is completeJim Porter2023-09-131-1/+8
* | ; Fix an Eshell error when calling a lambda with form logging enabledJim Porter2023-09-131-1/+1
* | ; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'eshell-manipulate' call.Jim Porter2023-09-131-1/+1
* | ; Improve recent change to printing exit status in EshellJim Porter2023-09-121-3/+3
* | Ensure that Eshell doesn't consider a process complete until stderr is doneJim Porter2023-09-121-9/+22