1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-02 13:41:30 -08:00
emacs/lisp/eshell
Jim Porter b7a375f5c4 Fix error when splicing Eshell globs and a glob expands to itself
This could happen when 'eshell-extended-glob' determines that a "glob"
is not really a glob.  This mainly happens for remote file names with a
"~" in them, like "/ssh:remote:~/file.txt".

* lisp/eshell/em-glob.el (eshell-extended-glob): Return a list when
'eshell-glob-splice-results' is non-nil.
* test/lisp/eshell/em-glob-tests.el
(em-glob-test/expand/splice-results)
em-glob-test/expand/no-splice-results): Extend tests.
2024-10-22 09:43:00 -07:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el
em-dirs.el
em-elecslash.el Checkdoc fixes in eshell/*.el 2024-07-08 16:51:05 +02:00
em-extpipe.el Checkdoc fixes in eshell/*.el 2024-07-08 16:51:05 +02:00
em-glob.el Fix error when splicing Eshell globs and a glob expands to itself 2024-10-22 09:43:00 -07:00
em-hist.el Don't save to history from 'eshell-command' when aborting 2024-07-15 09:10:30 -07:00
em-ls.el
em-pred.el Checkdoc fixes in eshell/*.el 2024-07-08 16:51:05 +02:00
em-prompt.el
em-rebind.el
em-script.el Fix redirecting Eshell output to symbols in some places 2024-08-29 21:51:25 -07:00
em-smart.el
em-term.el
em-tramp.el
em-unix.el
em-xtra.el
esh-arg.el
esh-cmd.el Fix Eshell's evaluation of empty 'progn' forms 2024-10-16 10:44:35 -07:00
esh-ext.el Fix execution of MS-Windows app execution aliases in Eshell 2024-07-07 20:25:09 -07:00
esh-io.el Support "/dev/null" as a target when creating Eshell handles 2024-08-29 21:51:25 -07:00
esh-mode.el
esh-module.el Checkdoc fixes in eshell/*.el 2024-07-08 16:51:05 +02:00
esh-opt.el
esh-proc.el Use 'kill-process' as a fallback when a pipe gets broken in Eshell 2024-07-27 12:10:33 -07:00
esh-util.el Checkdoc fixes in eshell/*.el 2024-07-08 16:51:05 +02:00
esh-var.el Fix executing commands in Eshell using "env" with no local variables 2024-09-29 18:22:45 -07:00
eshell.el Don't save to history from 'eshell-command' when aborting 2024-07-15 09:10:30 -07:00