Add support for running commands via Eshell's "env" command
authorJim Porter <jporterbugs@gmail.com>
Fri, 26 Jan 2024 04:58:34 +0000 (20:58 -0800)
committerJim Porter <jporterbugs@gmail.com>
Fri, 26 Jan 2024 05:05:02 +0000 (21:05 -0800)
commit723b0973512c0e6e9fb0f07678124347ccd44b54
tree6598af8134d4e628263b55cccba38cdf1e948ff3
parentf897b82ab16ac92e7fd800f75b00e55762b0df31
Add support for running commands via Eshell's "env" command

* (eshell-handle-local-variables): Move most of the code to...
(eshell-parse-local-variables): ... here.
(eshell/env): Call 'eshell-parse-local-variables'.

* test/lisp/eshell/esh-var-tests.el
(esh-var-test/local-variables/env): New test.

* doc/misc/eshell.texi (Built-ins): Describe the new behavior.

* etc/NEWS: Announce this change.
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/esh-var.el
test/lisp/eshell/esh-var-tests.el