1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00
emacs/test/lisp/eshell
Jim Porter e42f14f0e0 Support expanding Eshell globs for remote file names
* lisp/eshell/em-glob.el (eshell-glob-chars-regexp): New function...
(eshell-glob-regexp): ... use it.
(eshell-glob-p): New function...
(eshell-glob-convert): ... use it, and return the deepest start
directory possible.

* lisp/eshell/esh-util.el (eshell-split-path): Rename to...
(eshell-split-path): ... this, and account for remote file names.

* test/lisp/eshell/em-glob-tests.el
(em-glob-test/convert/current-start-directory)
(em-glob-test/convert/relative-start-directory)
(em-glob-test/convert/absolute-start-directory)
(em-glob-test/convert/remote-start-directory): New tests (bug#69592).
2024-03-07 12:21:06 -08:00
..
em-alias-tests.el
em-basic-tests.el
em-cmpl-tests.el
em-dirs-tests.el
em-extpipe-tests.el
em-glob-tests.el Support expanding Eshell globs for remote file names 2024-03-07 12:21:06 -08:00
em-hist-tests.el
em-ls-tests.el
em-pred-tests.el
em-prompt-tests.el
em-script-tests.el
em-tramp-tests.el
em-unix-tests.el
esh-arg-tests.el
esh-cmd-tests.el
esh-ext-tests.el
esh-io-tests.el
esh-opt-tests.el
esh-proc-tests.el
esh-util-tests.el
esh-var-tests.el
eshell-tests-helpers.el
eshell-tests-unload.el
eshell-tests.el Replace use of obsolete eshell-kill-output in test 2024-02-23 13:14:18 +01:00