summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-var.el
Commit message (Expand)AuthorAge
* Simplify parsing subcommands slightlyJim Porter2023-03-28
* Be more cautious in completing Eshell variable assignmentsJim Porter2023-02-25
* Add support for completing quoted variables in Eshell like $'FOO'Jim Porter2023-02-23
* ; Throw strings as the values for 'eshell-incomplete'Jim Porter2023-02-23
* Add support for negative indices and index ranges in EshellJim Porter2023-01-27
* Fix evaluation of asynchronous expansions in Eshell indicesJim Porter2023-01-19
* Merge from origin/emacs-29Stefan Kangas2023-01-19
|\
| * Use proper types for Eshell warningsJim Porter2023-01-18
* | Add 'file-user-uid' to get the connection-local effective UIDJim Porter2023-01-16
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Fix typosStefan Kangas2022-12-31
* | Add support for the "splice operator" in EshellJim Porter2022-12-15
* | Support completion of variables with the length operator in EshellJim Porter2022-12-15
|/
* 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
* Allow using a symbol as an index into an alist in EshellJim Porter2022-09-14
* Kill the buffer for the temp file after using '$<command>' in EshellJim Porter2022-08-25
* 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
* 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
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-24
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-03
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-22
* Support applying indices to more Eshell dollar expansionsJim Porter2022-03-08
* Improve wording of Eshell variable interpolation code/documentationJim Porter2022-03-08
* Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-03
* Fix parsing of indices in Eshell expansionsJim Porter2022-03-03
* Fix Eshell dollar interpolation inside of double-quotesJim Porter2022-03-03
* Merge from origin/emacs-28Stefan Kangas2022-03-02
|\
| * Improve/correct documentation about Eshell variable expansionJim Porter2022-03-01
| * Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-01
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Prefer the defcustom :risky property in eshellStefan Kangas2021-12-24
* | Use defvar-keymap in eshellStefan Kangas2021-12-24
|/
* ; Stylistic docfixes in eshell/*.el found by checkdocStefan Kangas2021-09-19
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-09
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-12
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in eshellStefan Kangas2020-12-04
* Remove redundant requires of envStefan Kangas2020-12-02
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-16
* Don't quote lambdas in several placesStefan Kangas2020-10-01