[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dired-guess-shell-alist-* is not enough
From: |
Juri Linkov |
Subject: |
Re: dired-guess-shell-alist-* is not enough |
Date: |
Thu, 30 Nov 2023 19:24:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
> when neither `dired-guess-shell-alist-user' nor
> `dired-guess-shell-alist-default' have anything, one might want to
> delegate to the OS ("open" or "start").
>
> @@ -1290,7 +1290,8 @@ dired-guess-default
> - programs)))
> + (or programs
> + dired-guess-shell-default))))
A new option 'shell-command-guess-functions' in bug#18132
allows to define any order, for example, to put the OS command
before all `dired-guess' candidates, not at the end.