aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Be more careful about when to print abnormal exit status in EshellJim Porter2023-09-121-3/+5
* Don't do anything in 'eshell-sentinel' if the process status is "run"Jim Porter2023-09-121-26/+26
* Wait for all processes in a pipeline before resuming an Eshell commandJim Porter2023-09-101-7/+11
* Collect all processes in an Eshell pipeline, not just the head and tailJim Porter2023-09-102-70/+62
* ; Make Eshell synchronous pipeline code more similar to asynchronousJim Porter2023-09-101-21/+19
* ; Move common Eshell pipeline code to a separate functionJim Porter2023-09-101-17/+17
* Merge from origin/emacs-29Eli Zaretskii2023-09-091-1/+15
|\
| * Fix remote path setting in EshellJim Porter2023-09-071-1/+15
* | Apply Eshell tilde expansion before glob expansionJim Porter2023-09-023-30/+13
* | ; Add debug instrumentation for Eshell argument modifiersJim Porter2023-09-021-3/+6
* | Display the exit code if the last command failed in EshellDavide Masserut2023-09-022-1/+3
* | Provide our own implementation of paragraph navigation in EshellJim Porter2023-09-021-16/+21
* | Be more precise about navigating forward/backward through Eshell promptsJim Porter2023-09-021-5/+16
* | Merge from origin/emacs-29Eli Zaretskii2023-09-021-1/+1
|\ \ | |/
| * Don't add an extraneous slash in remote PATH list in EshellJim Porter2023-08-271-1/+1
| * Fix using background commands in 'eshell-command'Jim Porter2023-03-311-3/+5
* | ; Fix debug logging for synchronous commands in Eshell testsJim Porter2023-09-011-0/+1
* | Add debug instrumentation for Eshell process managementJim Porter2023-08-313-5/+22