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: Thu, 22 Oct 2015 18:03:09 +0300 Message-ID: <83fv13t07m.fsf@gnu.org> References: <87si59wj42.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> <87k2qgw3q1.fsf@fastmail.com> <83lhawuny4.fsf@gnu.org> <22055.54617.848927.986392@turnbull.sk.tsukuba.ac.jp> <85a8rcrs8q.fsf@iznogoud.viz> <83fv14ukna.fsf@gnu.org> <854mhkrqwe.fsf@iznogoud.viz> <838u6wujeu.fsf@gnu.org> <85eggnuq9w.fsf@iznogoud.viz> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445526274 5541 80.91.229.3 (22 Oct 2015 15:04:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2015 15:04:34 +0000 (UTC) Cc: random832@fastmail.com, stephen@xemacs.org, emacs-devel@gnu.org To: Wolfgang Jenkner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 17:04:22 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 1ZpHPd-0003bt-RK for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 17:04:17 +0200 Original-Received: from localhost ([::1]:60527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpHPd-00084X-G5 for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 11:04:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpHPM-0007zx-Mr for emacs-devel@gnu.org; Thu, 22 Oct 2015 11:04:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpHPG-0005ku-Tr for emacs-devel@gnu.org; Thu, 22 Oct 2015 11:04:00 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:65062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpHPG-0005kc-Mg for emacs-devel@gnu.org; Thu, 22 Oct 2015 11:03:54 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NWM00I00N50GC00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 22 Oct 2015 18:03:08 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWM00IJAN575260@a-mtaout20.012.net.il>; Thu, 22 Oct 2015 18:03:07 +0300 (IDT) In-reply-to: <85eggnuq9w.fsf@iznogoud.viz> 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:192395 Archived-At: > From: Wolfgang Jenkner > Cc: random832@fastmail.com, stephen@xemacs.org, emacs-devel@gnu.org > Date: Thu, 22 Oct 2015 12:54:51 +0200 > > > I guess patches to extend shell-quote-argument to cover more shells on > > Posix systems should be welcome, and should get higher priority than > > we thought. > > I beg to differ: IMHO, on Unix-like systems, there's no point for > `shell-command' and friends to support anything but /bin/sh, which is > certainly a Bourne shell and hopefully reasonably POSIX compliant. I see your point. However, this is contrary to a very old and documented behavior. Would such a change be acceptable?