aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-var.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document arguments to Eshell's built-in commandsJim Porter2024-02-041-1/+1
* Fix detection of directly-invokable commands in EshellJim Porter2024-01-261-0/+2
* Add support for running commands via Eshell's "env" commandJim Porter2024-01-251-19/+31
* Improve handling of local variable settings in EshellJim Porter2024-01-251-26/+31
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-151-36/+23
* | Support 'comint-pager' in EshellJim Porter2023-08-231-1/+10
* | Add special '$GID' variable in EshellJim Porter2023-07-081-0/+1
* | Simplify parsing subcommands slightlyJim Porter2023-03-281-47/+48
* | Be more cautious in completing Eshell variable assignmentsJim Porter2023-02-251-5/+13
* | Add support for completing quoted variables in Eshell like $'FOO'Jim Porter2023-02-231-23/+35
* | ; Throw strings as the values for 'eshell-incomplete'Jim Porter2023-02-231-7/+11
* | Add support for negative indices and index ranges in EshellJim Porter2023-01-271-47/+89
* | Fix evaluation of asynchronous expansions in Eshell indicesJim Porter2023-01-191-5/+9
* | Merge from origin/emacs-29Stefan Kangas2023-01-191-3/+4
|\ \ | |/
| * Use proper types for Eshell warningsJim Porter2023-01-181-3/+4
* | Add 'file-user-uid' to get the connection-local effective UIDJim Porter2023-01-161-0/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2022-12-311-1/+1
* | Add support for the "splice operator" in EshellJim Porter2022-12-151-5/+19
* | Support completion of variables with the length operator in EshellJim Porter2022-12-151-6/+7
|/
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-171-2/+10
* Allow setting the values of variable aliases in EshellJim Porter2022-10-171-36/+105
* ; Obsolete 'eshell/define'Jim Porter2022-10-171-0/+5
* Allow using a symbol as an index into an alist in EshellJim Porter2022-09-141-17/+18
* Kill the buffer for the temp file after using '$<command>' in EshellJim Porter2022-08-251-2/+5
* 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-121-30/+43
* Allow Eshell variable aliases to point to other aliasesJim Porter2022-07-121-21/+20
* Improve tests/organization for built-in variablesJim Porter2022-07-121-7/+11
* Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-2/+2
* Don't split Eshell expansions by line when using split-subscript operatorJim Porter2022-06-081-7/+8
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-031-20/+43
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* Support applying indices to more Eshell dollar expansionsJim Porter2022-03-081-12/+16
* Improve wording of Eshell variable interpolation code/documentationJim Porter2022-03-081-6/+8
* Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-031-10/+7
* Fix parsing of indices in Eshell expansionsJim Porter2022-03-031-28/+31
* Fix Eshell dollar interpolation inside of double-quotesJim Porter2022-03-031-9/+18
* Merge from origin/emacs-28Stefan Kangas2022-03-021-5/+18
|\
| * Improve/correct documentation about Eshell variable expansionJim Porter2022-03-011-3/+12
| * Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-011-2/+6
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer the defcustom :risky property in eshellStefan Kangas2021-12-241-3/+2