summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-var.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Use proper types for Eshell warningsJim Porter2023-01-181-3/+4
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-311-1/+1
* 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
* | Use defvar-keymap in eshellStefan Kangas2021-12-241-4/+2
|/
* ; Stylistic docfixes in eshell/*.el found by checkdocStefan Kangas2021-09-191-1/+1
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-121-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in eshellStefan Kangas2020-12-041-4/+3
* Remove redundant requires of envStefan Kangas2020-12-021-1/+0
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-161-11/+9
* Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* ; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Fix wording.Eli Zaretskii2020-04-111-1/+1
* Reword documentation for eshell-variable-aliases-listFederico Tedin2020-04-111-15/+15
* Copy INSIDE_EMACS env variable to subprocesses in Eshell (Bug#25496)Federico Tedin2020-04-021-5/+18
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix eshell-mode-map initializationAlex Branham2019-08-151-5/+11
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-1/+1
* Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-081-7/+12
* Eshell: Mostly cosmetic changes to be more explicit about dynbindStefan Monnier2019-03-201-61/+49
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | eshell-eval-using-options: Avoid compiler warning differentlyStefan Monnier2018-03-101-1/+0