From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14707 invoked by alias); 16 Sep 2016 00:12:32 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21925 Received: (qmail 15133 invoked from network); 16 Sep 2016 00:12:32 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.26):SA:0(0.0/5.0):. Processed in 0.111856 secs); 16 Sep 2016 00:12:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: vq@larryv.me X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.26 as permitted sender) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=larryv.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=cs9WcfNvguocR/szSCRwfOC8N7M=; b=mdWHNa taghG4VI4Gfqh2ixoSex1EDqx+2w07qWjdTrF/g7glYColxiaLyw73bUARjcSG+v p8qo246T/0b7neslfVMYwnnFyTzW4MQwNbzZEM8OeUg1gWzuu/HQvN16+IJO5DZI 6Blcitw63KR1WPGlokwg2kHmKOoV/owLEWiKQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=cs9WcfNvguocR/s zSCRwfOC8N7M=; b=Y0bBX3l63AwADE8YscbMcd7SgzOmbP7UDHWS/1XxrVLAFZ3 I1bJwap51V6w79VxHrC43w45xUFzYIjdv9BmyL4oCwX1mrrSY/MqJidiWmqcP4rI FzpOpfRUt5BK4IDmOFvmrMm1NeSv+wAPoH2lfKvGI3wko33UkJP/sQ/OCMiM= X-Sasl-enc: Pvt5t7eVZxxdB/lVtjEsg77d2Nq6LFQOX3jP7llWD1zl 1473984748 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Quoting the arguments to a function From: =?windows-1252?Q?Lawrence_Vel=E1zquez?= In-Reply-To: Date: Thu, 15 Sep 2016 20:12:27 -0400 Cc: zsh-users@zsh.org Content-Transfer-Encoding: 7bit Message-Id: <16A4CC67-C840-49E1-BBF9-07A93029B08C@larryv.me> References: <55919C94-D486-4724-8B88-07BD709847C8@larryv.me> To: zv X-Mailer: Apple Mail (2.3124) > On Sep 15, 2016, at 8:10 PM, zv wrote: > > Yes, you can do that. > > The goal is to not *have* to do that. I know what the goal is. I asked WHY is that the goal. vq