summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-37/+18
* | Rename recently added macro to follow conventionsStefan Kangas2022-08-041-2/+2
* | Rename nil-blank-string to eshell-nil-blank-stringStefan Kangas2022-08-041-2/+4
* | Fix quoting of #' in some doc stringsLars Ingebrigtsen2022-08-031-1/+1
* | Update `eshell-variable-aliases-list` defcustom typeMattias EngdegÄrd2022-07-161-1/+3
* | ; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Doc fix.Eli Zaretskii2022-07-121-11/+12
* | Ensure Eshell variable aliases properly handle indexingJim Porter2022-07-122-46/+63
* | Allow Eshell variable aliases to point to other aliasesJim Porter2022-07-121-21/+20
* | Improve tests/organization for built-in variablesJim Porter2022-07-122-12/+11
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-082-20/+0
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* | * lisp/eshell/em-term.el (eshell-visual-commands): Add vim.Stefan Kangas2022-06-301-2/+2
* | When closing an Eshell process target, send EOF three timesJim Porter2022-06-261-2/+14
* | Make Eshell globs ending in "/" match directories onlyJim Porter2022-06-261-14/+31
* | Convert Eshell globs ahead of time instead of doing it repeatedlyJim Porter2022-06-261-90/+114
* | Optionally signal an error if an Eshell predicate fails to match anythingJim Porter2022-06-261-5/+13
* | Don't drop existing escape char in eshellSean Whitton2022-06-221-2/+4
* | Fix starting eshell with missing/invalid modules definedStefan Kangas2022-06-191-1/+5
* | Set bookmark handler type for EshellStefan Kangas2022-06-171-0/+2
* | Fix some declare-after-interactive functionsLars Ingebrigtsen2022-06-171-2/+1
* | Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-092-4/+4
* | Don't split Eshell expansions by line when using split-subscript operatorJim Porter2022-06-081-7/+8
* | Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-251-1/+3
* | Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-241-5/+10
* | Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | ; Fix typosStefan Kangas2022-05-151-1/+1
* | Fix some quoting problems in defcustom :typeLars Ingebrigtsen2022-05-101-1/+1
* | Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-032-9/+54
* | Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-031-11/+25
* | Eshell variable expansion should always return strings inside quotesJim Porter2022-05-032-36/+73
* | Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-011-1/+3
* | Handle escaped characters in Eshell argument predicates/modifiersJim Porter2022-05-011-1/+3
* | Use a common set of string delimiters for all Eshell predicates/modifiersJim Porter2022-05-011-145/+128
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-222-2/+2
* | New electric forward slash Eshell moduleSean Whitton2022-04-211-0/+120
* | Add 'G' argument predicate in EshellJim Porter2022-04-171-4/+5
* | Add unit tests and documentation for Eshell predicates/modifiersJim Porter2022-04-173-26/+25
* | Add unit tests and documentation for Eshell pattern-based globsJim Porter2022-04-171-8/+6
* | Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-031-24/+27
* | em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton2022-04-021-4/+18
* | Don't use 'eshell-convert' when all we want is a numberJim Porter2022-03-292-30/+28
* | Merge from origin/emacs-28Stefan Kangas2022-03-261-1/+1
|\|
| * Fix eshell-explicit-command-char doc string typoLars Ingebrigtsen2022-03-251-1/+1
| * Fix evaluation of negated argument predicates in EshellJim Porter2022-03-131-6/+6
* | Make eshell link faces more distinctive on 8-color displaysLars Ingebrigtsen2022-03-221-7/+6