summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
* Fix using background commands in 'eshell-command'Jim Porter2023-03-311-3/+5
* (eshell--complete-commands-list): Fix regression in fix to bug#48995Nicolas Martyanoff2023-02-011-30/+13
* Don't try to make a pipe process for remote processes in EshellJim Porter2023-01-231-2/+7
* Use proper types for Eshell warningsJim Porter2023-01-182-4/+6
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0130-30/+30
* ; Fix typosStefan Kangas2022-12-311-1/+1
* * lisp/eshell/em-tramp.el (tramp): Require also at runtime. (Bug#60402)Michael Albinus2022-12-301-2/+3
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-222-6/+2
* When redirecting in Eshell, check for "/dev/null" specificallyJim Porter2022-12-211-1/+5
* Fix Eshell electric slash when used from the root directory of a remote hostmontag4512022-12-211-9/+5
* Treat escaped newlines in Eshell as the empty stringJim Porter2022-12-071-18/+25
* ; Fix typosStefan Kangas2022-11-201-1/+1
* esh-mode: Add repeat-map for eshell-{forward,backward}-argumentBrian Leung2022-11-171-0/+8
* em-prompt: Add repeat-map for eshell-{next,previous}-promptBrian Leung2022-11-171-0/+8
* ; Fix typosStefan Kangas2022-11-111-1/+1
* lisp/eshell/em-tramp.el: Rename 'TRAMP' to 'Tramp'.Brian Cully2022-11-051-9/+9
* Add the "doas" alias to eshell.Brian Cully2022-11-051-26/+52
* Only strip newlines when stringifying a value for EshellJim Porter2022-11-031-7/+4
* (sit-for): Add compiler-macro to warn about obsolete calling conventionStefan Monnier2022-10-181-1/+1
* Print the correct $PATH when Eshell's 'which' fails to find a commandJim Porter2022-10-171-2/+3
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-173-20/+70
* Allow setting the values of variable aliases in EshellJim Porter2022-10-172-38/+107
* ; Obsolete 'eshell/define'Jim Porter2022-10-171-0/+5
* Fix encoding and decoding of process I/O in Eshell on WindowsEli Zaretskii2022-10-151-1/+17
* Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-141-2/+2
* Clarify structure of file-attribute's device numberMichael Albinus2022-10-131-4/+2
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-075-10/+4
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
* | Abolish max-specpdl-size (bug#57911)Mattias EngdegÄrd2022-09-191-1/+0
* | Fix eshell directory and executable completion on action tDaniel Pettersson2022-09-191-3/+26
* | Allow using a symbol as an index into an alist in EshellJim Porter2022-09-141-17/+18
* | Delete many items obsolete since 24.3Stefan Kangas2022-09-092-14/+0
* | Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-041-9/+32
* | Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-041-68/+76
* | Add support for more kinds of redirect operators in EshellJim Porter2022-09-043-42/+126
* | Allow checking specific Eshell handles for interactive outputJim Porter2022-09-042-7/+15
* | Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-042-27/+32
* | Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-292-3/+18
* | Kill the buffer for the temp file after using '$<command>' in EshellJim Porter2022-08-251-2/+5
* | Fix eshell-pipe-broken signallingMattias EngdegÄrd2022-08-211-1/+1
* | em-unix.el: only pass -H option to grepBrendan O'Dea2022-08-171-9/+4
* | Fix non-interactive use of conditionals in EshellJim Porter2022-08-151-3/+4
* | Make eshell-mode more resilient towards `mode-line-format'Lars Ingebrigtsen2022-08-151-1/+2
* | Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-122-62/+74
* | Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-121-4/+5
* | Only set Eshell execution result metavariables when non-nilJim Porter2022-08-123-33/+27
* | Autoload string-blank-pStefan Kangas2022-08-091-1/+0
* | ; Unconditionally require built-in librariesStefan Kangas2022-08-081-1/+1
* | Add STREAM argument to 'process-tty-name'Jim Porter2022-08-051-12/+15