]> git.eshelyaron.com Git - emacs.git/commit
Handle globstar in dired
authorTino Calancha <tino.calancha@gmail.com>
Sat, 22 Aug 2020 15:39:16 +0000 (17:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 22 Aug 2020 15:57:39 +0000 (17:57 +0200)
commit29bb72f0432c7b89d2f7dec5022c582f8e10ada9
treede2bafd49ba6d53a8764e483c1ff16656881d35a
parente63a0c466c10d0b9de6a28e2ddd412226087bd27
Handle globstar in dired

Allow user to enable globstar when the shell support
it and disable it by default (e.g. bash).
* lisp/dired.el (dired-maybe-use-globstar): New user option.
(dired-enable-globstar-in-shell): New variable.
(dired-insert-directory): if `dired-maybe-use-globstar' is
non-nil and the shell supports globstar, then enable it.

* doc/emacs/dired.texi: Document feature.
; * etc/NEWS: Add entry.
doc/emacs/dired.texi
etc/NEWS
lisp/dired.el