summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-var.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Suppress some unused lexical variable warnings in eshellGlenn Morris2018-03-051-0/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Handle integer indices for eshell variables (Bug#26055)Noam Postavsky2017-06-171-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Prefer grep -E/-F to egrep/fgrepPaul Eggert2016-05-071-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-5/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/eshell/esh-cmd.el (eshell--local-vars): New variable. Glenn Morris2013-09-141-0/+1
* * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.Glenn Morris2013-09-141-3/+3
* * lisp/eshell/*.el: Use lexical-binding.Stefan Monnier2013-09-121-1/+1
* Cleanup Eshell to rely less on dynamic scoping.Stefan Monnier2013-09-121-65/+63