summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAge
* 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
* * lisp/eshell/em-term.el (eshell-visual-commands): Add vim.Stefan Kangas2022-06-30
* When closing an Eshell process target, send EOF three timesJim Porter2022-06-26
* Make Eshell globs ending in "/" match directories onlyJim Porter2022-06-26
* Convert Eshell globs ahead of time instead of doing it repeatedlyJim Porter2022-06-26
* Optionally signal an error if an Eshell predicate fails to match anythingJim Porter2022-06-26
* Don't drop existing escape char in eshellSean Whitton2022-06-22
* Fix starting eshell with missing/invalid modules definedStefan Kangas2022-06-19
* Set bookmark handler type for EshellStefan Kangas2022-06-17
* Fix some declare-after-interactive functionsLars Ingebrigtsen2022-06-17
* Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-09
* Don't split Eshell expansions by line when using split-subscript operatorJim Porter2022-06-08
* Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-25
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-24
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-24
* ; Fix typosStefan Kangas2022-05-15
* Fix some quoting problems in defcustom :typeLars Ingebrigtsen2022-05-10
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-03
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-03
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-03
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-01
* Handle escaped characters in Eshell argument predicates/modifiersJim Porter2022-05-01
* Use a common set of string delimiters for all Eshell predicates/modifiersJim Porter2022-05-01