summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAge
* ; Fix typosStefan Kangas2022-11-20
* esh-mode: Add repeat-map for eshell-{forward,backward}-argumentBrian Leung2022-11-17
* em-prompt: Add repeat-map for eshell-{next,previous}-promptBrian Leung2022-11-17
* ; Fix typosStefan Kangas2022-11-11
* lisp/eshell/em-tramp.el: Rename 'TRAMP' to 'Tramp'.Brian Cully2022-11-05
* Add the "doas" alias to eshell.Brian Cully2022-11-05
* Only strip newlines when stringifying a value for EshellJim Porter2022-11-03
* (sit-for): Add compiler-macro to warn about obsolete calling conventionStefan Monnier2022-10-18
* Print the correct $PATH when Eshell's 'which' fails to find a commandJim Porter2022-10-17
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-17
* Allow setting the values of variable aliases in EshellJim Porter2022-10-17
* ; Obsolete 'eshell/define'Jim Porter2022-10-17
* Fix encoding and decoding of process I/O in Eshell on WindowsEli Zaretskii2022-10-15
* Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-14
* Clarify structure of file-attribute's device numberMichael Albinus2022-10-13
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-07
* Merge from origin/emacs-28Stefan Kangas2022-09-21
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-20
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-19
* | Fix eshell directory and executable completion on action tDaniel Pettersson2022-09-19
* | Allow using a symbol as an index into an alist in EshellJim Porter2022-09-14
* | Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* | Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-04
* | Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-04
* | Add support for more kinds of redirect operators in EshellJim Porter2022-09-04
* | Allow checking specific Eshell handles for interactive outputJim Porter2022-09-04
* | Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-04
* | Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-29
* | Kill the buffer for the temp file after using '$<command>' in EshellJim Porter2022-08-25
* | Fix eshell-pipe-broken signallingMattias Engdegård2022-08-21
* | em-unix.el: only pass -H option to grepBrendan O'Dea2022-08-17
* | Fix non-interactive use of conditionals in EshellJim Porter2022-08-15
* | Make eshell-mode more resilient towards `mode-line-format'Lars Ingebrigtsen2022-08-15
* | Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-12
* | Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-12
* | Only set Eshell execution result metavariables when non-nilJim Porter2022-08-12
* | Autoload string-blank-pStefan Kangas2022-08-09
* | ; Unconditionally require built-in librariesStefan Kangas2022-08-08
* | Add STREAM argument to 'process-tty-name'Jim Porter2022-08-05
* | Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-05
* | Rename recently added macro to follow conventionsStefan Kangas2022-08-04
* | Rename nil-blank-string to eshell-nil-blank-stringStefan Kangas2022-08-04
* | Fix quoting of #' in some doc stringsLars Ingebrigtsen2022-08-03
* | Update `eshell-variable-aliases-list` defcustom typeMattias Engdegård2022-07-16
* | ; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Doc fix.Eli Zaretskii2022-07-12
* | Ensure Eshell variable aliases properly handle indexingJim Porter2022-07-12
* | Allow Eshell variable aliases to point to other aliasesJim Porter2022-07-12
* | Improve tests/organization for built-in variablesJim Porter2022-07-12
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-08
* | Make some defcustom types more restrictiveStefan Kangas2022-07-05