bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#18132: Time for a smarter dired-guess-shell-alist-default? (dired-x.


From: Eli Zaretskii
Subject: bug#18132: Time for a smarter dired-guess-shell-alist-default? (dired-x.el)
Date: Tue, 28 Nov 2023 19:35:43 +0200

> From: Juri Linkov <juri@linkov.net>
> Cc: 18132@debbugs.gnu.org
> Date: Tue, 28 Nov 2023 19:05:46 +0200
> 
> +   ((eq system-type 'windows-nt)
> +    "open")

If this is supposed to be a shell command that can be invoked via the
likes of call-process and start-process, then this should be "start",
not "open" (the latter doesn't exist as an executable command on
Windows).





reply via email to

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