1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00
emacs/test/lisp/eshell
Jim Porter 18d83b9452 Ensure Eshell variable aliases properly handle indexing
* lisp/eshell/em-dirs.el (eshell-dirs-initialize): Properly handle
indexing for variable aliases.

* lisp/eshell/esh-var (eshell-variable-aliases-list): Properly handle
indexing for variable aliases, and add SIMPLE-FUNCTION entry for
aliases.
(eshell-get-variable): Update how variable alias functions are called.

* test/lisp/eshell/em-alias-tests.el
(em-alias-test/alias-arg-vars-indices)
(em-alias-test/alias-arg-vars-split-indices)
(em-alias-test/alias-all-args-var-split-indices):
* test/lisp/eshell/em-dirs-tests.el (em-dirs-test/pwd-var-indices)
(em-dirs-test/oldpwd-var-indices)
(em-dirs-test/directory-ring-var-indices):
* test/lisp/eshell/esh-var-tests.el
(esh-var-test/inside-emacs-var-split-indices)
(esh-var-test/last-result-var-split-indices): New tests.
(esh-var-test/last-arg-var-split-indices): Expand test to check
conversion behavior inside double quotes (bug#56509).
2022-07-12 15:11:00 +02:00
..
em-alias-tests.el Ensure Eshell variable aliases properly handle indexing 2022-07-12 15:11:00 +02:00
em-basic-tests.el
em-dirs-tests.el Ensure Eshell variable aliases properly handle indexing 2022-07-12 15:11:00 +02:00
em-extpipe-tests.el When closing an Eshell process target, send EOF three times 2022-06-26 18:27:20 +02:00
em-glob-tests.el Make Eshell globs ending in "/" match directories only 2022-06-26 16:52:38 +02:00
em-hist-tests.el
em-ls-tests.el
em-pred-tests.el Optionally signal an error if an Eshell predicate fails to match anything 2022-06-26 16:51:21 +02:00
em-script-tests.el Improve tests/organization for built-in variables 2022-07-12 15:10:54 +02:00
em-tramp-tests.el
esh-opt-tests.el
esh-proc-tests.el
esh-var-tests.el Ensure Eshell variable aliases properly handle indexing 2022-07-12 15:11:00 +02:00
eshell-tests-helpers.el
eshell-tests.el Improve tests/organization for built-in variables 2022-07-12 15:10:54 +02:00