aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-var.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Remove 'eshell-escape-arg'Jim Porter2024-11-231-1/+0
* Move more of Eshell range handling to the parser phaseJim Porter2024-11-031-31/+15
* Add QUOTED argument to 'eshell-stringify'Jim Porter2024-11-031-1/+1
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-8/+8
* ; * lisp/eshell/esh-var.el (eshell-glob-function): Remove unused defvar.Jim Porter2024-10-201-3/+1
* Lazily convert numeric strings to Lisp numbers in EshellJim Porter2024-10-191-6/+5
* Improve correctness of Eshell sub-formsJim Porter2024-10-161-1/+3
* ; Fix completion of variables in Eshell immediately after "$"Jim Porter2024-10-071-4/+4
* Merge from origin/emacs-30Eli Zaretskii2024-10-051-1/+2
|\
| * Fix executing commands in Eshell using "env" with no local variablesJim Porter2024-09-291-1/+2
* | Use 'unwind-protect' to ensure that Eshell always closes I/O handlesJim Porter2024-07-271-18/+16
|/
* Be more efficient when buffering output in EshellJim Porter2024-06-081-4/+3
* 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