[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Small change] Issue with dired-do-async-shell-command and certain shell
From: |
Lycomedes 1814 |
Subject: |
[Small change] Issue with dired-do-async-shell-command and certain shells |
Date: |
Thu, 18 May 2023 20:12:45 +0200 |
Steps to reproduce:
1. Use fish as your system shell.
2. Use dired-do-async-shell-command on any file, and type e.g. mpv.
Fish interprets "&wait" as part of the file name, so mpv returns: "[file] Cannot open file '027.wav&wait': No such file or directory."
Solution:
In the function dired-shell-stuff-it, replace "&wait" with "& ". Then fish interprets the command correctly.
- [Small change] Issue with dired-do-async-shell-command and certain shells,
Lycomedes 1814 <=
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Eli Zaretskii, 2023/05/18
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Lycomedes 1814, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Lycomedes 1814, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Eli Zaretskii, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Lycomedes 1814, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Eli Zaretskii, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Lycomedes 1814, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Eli Zaretskii, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Lycomedes 1814, 2023/05/19
- Re: [Small change] Issue with dired-do-async-shell-command and certain shells, Eli Zaretskii, 2023/05/19