From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add shell-quasiquote. Date: Sun, 01 Nov 2015 22:39:34 +0200 Message-ID: <83a8qxxxmh.fsf@gnu.org> References: <87si59wj42.fsf@T420.taylan> <87zizfm2dq.fsf@T420.taylan> <871tcr7yvq.fsf@fastmail.com> <87mvvfm0bd.fsf@T420.taylan> <56250803.5080601@cs.ucla.edu> <87a8ren5ys.fsf@T420.taylan> <56259BB1.3070908@cs.ucla.edu> <878u6ykmvt.fsf@T420.taylan> <87h9llvo98.fsf@members.fsf.org> <5626622A.3090707@yandex.ru> <87zizdijbp.fsf@T420.taylan> <56267302.7050606@yandex.ru> <87io61igyu.fsf@T420.taylan> <56267CDF.6010201@yandex.ru> <87wpuhh15s.fsf@T420.taylan> <562683B9.1060305@yandex.ru> <83y4exe71v.fsf@gnu.org> <87y4ewoqbs.fsf@fastmail.com> <83si54e2qx.fsf@gnu.org> <87y4ew8fue.fsf@fastmail.com> <83zizcurco.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1446410551 18058 80.91.229.3 (1 Nov 2015 20:42:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Nov 2015 20:42:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: kgrossjo@emptydomain.de (Kai =?iso-8859-1?Q?Gro=DFjohann?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 01 21:42:26 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZszSM-0005T5-6Q for ged-emacs-devel@m.gmane.org; Sun, 01 Nov 2015 21:42:26 +0100 Original-Received: from localhost ([::1]:38808 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZszSL-0005uG-8o for ged-emacs-devel@m.gmane.org; Sun, 01 Nov 2015 15:42:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZszS3-0005t0-7B for emacs-devel@gnu.org; Sun, 01 Nov 2015 15:42:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZszRz-0005mM-6o for emacs-devel@gnu.org; Sun, 01 Nov 2015 15:42:07 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZszRy-0005lz-VP for emacs-devel@gnu.org; Sun, 01 Nov 2015 15:42:03 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NX500200L8S4N00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 01 Nov 2015 22:39:24 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193081 Archived-At: > From: kgrossjo@emptydomain.de (Kai Gro=DFjohann) > Date: Sun, 01 Nov 2015 19:39:16 +0100 >=20 > Eli Zaretskii writes: >=20 > >> From: Random832 > >> Date: Wed, 21 Oct 2015 10:18:49 -0400 > >>=20 > >> It doesn't have a documented way for the caller to insist that t= he > >> string be quoted for a POSIX shell rather than the user's shell. > > > > On what OS would that distinction be important, and why? >=20 > 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.