From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add shell-quasiquote. Date: Mon, 19 Oct 2015 15:43:04 +0200 Message-ID: <87r3krm0t3.fsf@T420.taylan> References: <87si59wj42.fsf@T420.taylan> <878u6znii9.fsf@T420.taylan> <836123gfh2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445262202 3170 80.91.229.3 (19 Oct 2015 13:43:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 13:43:22 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 15:43:21 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 1ZoAie-0005Zx-H0 for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 15:43:20 +0200 Original-Received: from localhost ([::1]:39582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAid-0004nm-Nm for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 09:43:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAiW-0004gs-5M for emacs-devel@gnu.org; Mon, 19 Oct 2015 09:43:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoAiQ-0000yi-JD for emacs-devel@gnu.org; Mon, 19 Oct 2015 09:43:12 -0400 Original-Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:37768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAiQ-0000xl-Dx; Mon, 19 Oct 2015 09:43:06 -0400 Original-Received: by wicfv8 with SMTP id fv8so6535944wic.0; Mon, 19 Oct 2015 06:43:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ipK6bUzvKbsoA2AkPWWzg6LaTfGSEcG7O213ZzEVHn0=; b=ySzrho3wufI2kxWBIggYFvQNyunof0MEiqkqRWDkAzo7JxYOsIsUCpQvkdDV3m07Yz qlmaCyANkz/t4yDG85m5Zp3wSMtPK/qaUg93qw6An3UtdKy9IevOht/neArI9qnjGi4B tOn7n/76XAFntiF7T1I4gOEj6FlXdeB6e8z8Dlut5W+62gjgvGdn80QCf3Vv4R1SZg/s ssCucAHQ9SffA1Jv7kA89kC6dIXMHWG7EmBUaR+lX7CX++ZarhzDoFjsWVH7Y/LVvOVa FVeBEGY25dz3FdzSi6o/RdfczgEn7BJO8d/ragt4+186lub8U/kO3xpMT7s2nqshC6xP zkvQ== X-Received: by 10.194.80.42 with SMTP id o10mr32373660wjx.31.1445262185710; Mon, 19 Oct 2015 06:43:05 -0700 (PDT) Original-Received: from T420.taylan ([2a02:908:c32:4740:221:ccff:fe66:68f0]) by smtp.gmail.com with ESMTPSA id i10sm40322340wjz.41.2015.10.19.06.43.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Oct 2015 06:43:05 -0700 (PDT) In-Reply-To: (Artur Malabarba's message of "Mon, 19 Oct 2015 14:41:36 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22f 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:192096 Archived-At: Artur Malabarba writes: > 2015-10-19 14:22 GMT+01:00 Eli Zaretskii : > > > and after all it has significantly different semantics anyway > > (it doesn't quote shell keywords like 'if'), so I will not be > using > > shell-quote-argument. > > Please do use shell-quote-argument. Fixing any problems in > shell-quote-argument is orthogonal to this package. Inventing your > own functions for that is not the right way. > > > Yes, please do use it. > Elpa is part of Emacs. Having some feature reimplemented there is like > having the same function implemented twice inside Emacs. > As much as possible, the code on the archive should extend the code > released with the Emacs tarballs, not repeat it. I went over the reasons extensively in the bug report. I won't be using shell-quote-argument because it doesn't provide the needed semantics. Taylan