diff options
| author | Juri Linkov <juri@linkov.net> | 2023-11-30 19:39:16 +0200 |
|---|---|---|
| committer | Juri Linkov <juri@linkov.net> | 2023-11-30 19:39:16 +0200 |
| commit | 5519ec4746ffdabfa949ea9d7e562feb2458f35c (patch) | |
| tree | 26edc6c788ae74d5095be2e31b4efa7f0237194e /etc/NEWS | |
| parent | dcd755dabcf9ef95d6d0534c11c668f44c6f89c2 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
