summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2023-11-30 19:39:16 +0200
committerJuri Linkov <juri@linkov.net>2023-11-30 19:39:16 +0200
commit5519ec4746ffdabfa949ea9d7e562feb2458f35c (patch)
tree26edc6c788ae74d5095be2e31b4efa7f0237194e /etc/NEWS
parentdcd755dabcf9ef95d6d0534c11c668f44c6f89c2 (diff)
downloademacs-5519ec4746ffdabfa949ea9d7e562feb2458f35c.tar.gz
* lisp/dired-aux.el (shell-command-guess-open): New defcustom (bug#18132).
(shell-command-guess-open): New function. (shell-command-guess-functions): Add 'shell-command-guess-open' to choice.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6661ac7..db8a47f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -505,9 +505,11 @@ default is nil.
*** New user option 'shell-command-guess-functions'.
It defines how to populate a list of commands available
-for 'M-!', 'M-&', '!', '&' based on marked files in Dired.
-Possible backends are 'dired-guess-default', MIME types,
-XDG configuration.
+for 'M-!', 'M-&', '!', '&' and the context menu "Open With"
+based on marked files in Dired. Possible backends are
+'dired-guess-default', MIME types, XDG configuration
+and a universal command such as "open" or "start"
+that delegates to the OS.
** Ediff