emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master e82c4f5: Don't assume /bin/sh as the 'sh' locat


From: Tino Calancha
Subject: Re: [Emacs-diffs] master e82c4f5: Don't assume /bin/sh as the 'sh' location in the local host
Date: Thu, 3 Aug 2017 01:04:18 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Wed, 2 Aug 2017, Stefan Monnier wrote:

For example, my shell-file-name is bash.  I might customize
explicit-shell-file-name to '/bin/zsh', then i can
use '**/' zsh syntaxis in the wildcard expansion:
(let ((buf
       (dired-noselect (expand-file-name "**/*.el" source-directory))))
  (with-current-buffer buf
    (dired-toggle-marks)
    (length (dired-get-marked-files))))
=> 1731
;; => 277 ; If i would use shell-file-name

But setting explicit-shell-file-name to `/bin/zsh` doesn't let you use
`**/` in M-! whereas if you had set shell-file-name to `/bin/zsh` you'd
get that extra functionality everywhere.
I'd also lost the extra bash functionality everywhere :-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]