From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add shell-quasiquote. Date: Tue, 20 Oct 2015 12:16:19 +0200 Message-ID: <87h9llvo98.fsf@members.fsf.org> References: <87si59wj42.fsf@T420.taylan> <878u6znii9.fsf@T420.taylan> <877fmjj9p6.fsf@fencepost.gnu.org> <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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1445336230 7559 80.91.229.3 (20 Oct 2015 10:17:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Oct 2015 10:17:10 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 20 12:17:01 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 1ZoTyU-0004Fs-Oh for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2015 12:16:58 +0200 Original-Received: from localhost ([::1]:44862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoTyT-0000kj-PQ for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2015 06:16:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoTyF-0000kd-9J for emacs-devel@gnu.org; Tue, 20 Oct 2015 06:16:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoTyC-0001Uk-4e for emacs-devel@gnu.org; Tue, 20 Oct 2015 06:16:43 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:64847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoTyB-0001US-VG for emacs-devel@gnu.org; Tue, 20 Oct 2015 06:16:40 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvQIAMETJlakD4Xx/2dsb2JhbABeKII8ghWCXKZXBpBAhgmGHgKCBQEBAQEBAYELhC4BAQQjVhAIAxoCBSECAg8BBA1PiBsDErBmjgsNhH4BCyGBIoUOhUWCUII9B4JpgUUBBJYkiymDToQ/gnGLTYdMY4QFPDSFZwEBAQ Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 20 Oct 2015 12:15:29 +0200 In-Reply-To: <878u6ykmvt.fsf@T420.taylan> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Tue, 20 Oct 2015 09:41:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:192172 Archived-At: taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") writes: > Apologies if my previous answer was too hasty or unclear, but please > understand that I'm already very irritated because of the non-resolution > of the bug report despite providing a patch solving the exact problem, > and because of the continued unwillingness to accept the code refusing > to use shell-quote-argument despite that the reasons for refusing to use > it were explained in detail. I have no plan in entering the discussion, just wanted to write down explicitly this suggestion: I think (defun shqq--quote-string (string) "Quote argument for any POSIX sh-compliant shell." (shell-quote-argument string)) would be good enough to please most people wrt this discussion. If that includes yourself (I hope), perhaps we can do that and move on ? Thanks, --=20 Nico.