[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add shell-quasiquote.
From: |
Random832 |
Subject: |
Re: [PATCH] Add shell-quasiquote. |
Date: |
Wed, 21 Oct 2015 13:06:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
>> From: Random832 <address@hidden>
>> It doesn't have a documented way for the caller to insist that the
>> string be quoted for a POSIX shell rather than the user's shell.
>
> On what OS would that distinction be important, and why?
Any OS which may have both a POSIX shell that a script may want to
execute and a non-POSIX shell that is the user's shell. So basically all
of them, especially if support for more non-POSIX shells such as csh,
rc, scsh, fish, tclsh, is added in the future - or if a user's
configuration supports them in the present by replacing or advising the
function.
It would mainly be useful in the presence of a broader mechanism, which
doesn't exist yet, for executing POSIX shell scripts regardless of the
user's interactive shell.
> (I presume you mean the ELisp manual, because the doc string doesn't
> mention overriding the function).
Yes, I meant (info "(ELisp)Shell Arguments"), sorry.
- Re: Maintainers and contributors, (continued)
- Re: Maintainers and contributors, Jay Belanger, 2015/10/22
- Re: Maintainers and contributors, Jay Belanger, 2015/10/22
- Re: [PATCH] Add shell-quasiquote., Random832, 2015/10/20
- Re: [PATCH] Add shell-quasiquote., David Kastrup, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Eli Zaretskii, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Random832, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Michael Albinus, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Eli Zaretskii, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., David Kastrup, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Eli Zaretskii, 2015/10/22
- Re: [PATCH] Add shell-quasiquote.,
Random832 <=
- Re: [PATCH] Add shell-quasiquote., Eli Zaretskii, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Stephen J. Turnbull, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., David Kastrup, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Steinar Bang, 2015/10/26
- Re: [PATCH] Add shell-quasiquote., Wolfgang Jenkner, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Eli Zaretskii, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Wolfgang Jenkner, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Eli Zaretskii, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., John Wiegley, 2015/10/21
- Re: [PATCH] Add shell-quasiquote., Wolfgang Jenkner, 2015/10/22