summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAge
* ; Remove unnecessary defvars defined in a file we already 'require'Jim Porter10 days
* ; Fix an edge case with Eshell globs when the directory part is quotedJim Porter11 days
* Fix Eshell handling of remote files like "/ssh:remote:~/file.txt"Jim Porter2024-05-05
* Only run 'eshell-first-time-mode-hook' once per Emacs sessionLin Sun2024-05-02
* Suppress warnings for obsolete display-comint-buffer-action (bug#69983)Juri Linkov2024-04-25
* ; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt2024-03-14
* Support expanding Eshell globs for remote file namesJim Porter2024-03-07
* When deleting output in Eshell, optionally add it to the kill ring.Tomas Volf2024-02-15
* ; Compute the list of symbols for 'eshell-eval-using-options' onceJim Porter2024-02-13
* Document arguments to Eshell's built-in commandsJim Porter2024-02-04
* ; Fix typosStefan Kangas2024-02-04
* ; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.Eli Zaretskii2024-02-03
* Fix typo in Eshell's "du" commandJim Porter2024-01-29
* In Eshell, don't expand quoted tildes into a user's home directoryJim Porter2024-01-28
* In Eshell, allow an escaped newline at the end of a commandJim Porter2024-01-28
* ; Be more strict with command arguments for a few Eshell commandsJim Porter2024-01-27
* Support setting umask symbolically in EshellJim Porter2024-01-27
* Fix command replacement with the Eshell builtin versions of "sudo" and "doas"Jim Porter2024-01-27
* Fix detection of directly-invokable commands in EshellJim Porter2024-01-26
* Add support for running commands via Eshell's "env" commandJim Porter2024-01-25
* Improve handling of local variable settings in EshellJim Porter2024-01-25
* ; For compatibility, eshell/make should print to Eshell unless backgroundedJim Porter2024-01-25
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
| * Pass only the local parts of Eshell's $PATH to 'tramp-remote-path'Xiaoyue Chen2023-11-12
* | ; Fix a few more typosStefan Kangas2023-12-10
* | ; Fix typosStefan Kangas2023-12-10
* | Add option eshell-history-appendLiu Hui2023-12-07
* | Pass only the local parts of Eshell's $PATH to 'tramp-remote-path'Xiaoyue Chen2023-11-12
* | Improve read/append behavior of eshell history commandLiu Hui2023-11-10
* | Speed up Eshell smart display moduleMorgan Smith2023-10-28
* | Add a new Eshell special reference type for markersJim Porter2023-10-24
* | Add 'eshell-special-ref-alist' to allow extending Eshell special refsJim Porter2023-10-24
* | Support arbitrary Eshell arguments inside special referencesJim Porter2023-10-24
* | ; * lisp/eshell/esh-proc.el (eshell-process-wait-time): Add :version.Jim Porter2023-10-17
* | ; 'eshell-kill-process-wait-time' can be a floating-point numberJim Porter2023-10-16
* | ; Use the "new" calling convention for 'sit-for' in EshellJim Porter2023-10-16
* | Reset the Eshell prompt when signaling with no foreground processJim Porter2023-10-12
* | Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-11
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-02
* | Don't print subjob messages when running an Eshell script in the backgroundJim Porter2023-10-02
* | ; Adjust Eshell regression tests to avoid SIGPIPEJim Porter2023-10-01
* | Use 'unwind-protect' in more places in EshellJim Porter2023-09-26
* | ; Add debug instrumention for queueing commands in EshellJim Porter2023-09-18
* | Fix another race condition when waiting for Eshell processesJim Porter2023-09-18
* | Use 'eshell-with-temp-command' (indirectly) to parse Eshell script filesJim Porter2023-09-17
* | Fix running background commands via 'eshell-command'Jim Porter2023-09-17
* | ; Fix a recent change in EshellJim Porter2023-09-17
* | Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-15
* | Collapse 'if' forms in Eshell iterative evaluationJim Porter2023-09-14