[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add shell-quasiquote.
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] Add shell-quasiquote. |
Date: |
Sun, 01 Nov 2015 22:39:34 +0200 |
> From: address@hidden (Kai Großjohann)
> Date: Sun, 01 Nov 2015 19:39:16 +0100
>
> Eli Zaretskii <address@hidden> writes:
>
> >> From: Random832 <address@hidden>
> >> Date: Wed, 21 Oct 2015 10:18:49 -0400
> >>
> >> 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?
>
> Tramp is an example: it runs a Bourne-ish shell on the remote host, and
> thus it would like to quote shell arguments for that shell.
That's easy to fix by adding an optional 2nd argument, I think.