From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13781 invoked by alias); 14 Jan 2017 21:44:11 -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: 22389 Received: (qmail 16636 invoked from network); 14 Jan 2017 21:44:10 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca 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(24.224.136.10):SA:0(-3.9/5.0):. Processed in 1.778599 secs); 14 Jan 2017 21:44:10 -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=-3.9 required=5.0 tests=RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.10 as permitted sender) X-Authority-Analysis: v=2.2 cv=DOfN2GFb c=1 sm=1 tr=0 a=28Ntk8jg+Dho8ABWn/CRtA==:117 a=28Ntk8jg+Dho8ABWn/CRtA==:17 a=Q9fys5e9bTEA:10 a=nnCVhSOoS5XBUhMOWZwA:9 a=PUjeQqilurYA:10 a=iRA6exyS8bAA:10 X-EL-IP-NOAUTH: 24.207.16.108 Subject: Re: whence question To: zsh-users@zsh.org References: <652bcc3f-7365-2e52-d39c-8576278606bc@eastlink.ca> <7b890e89-d01b-ab5c-32bf-b75bfa8d945c__41234.9168131643$1484374276$gmane$org@eastlink.ca> <20170114064807.GA31410@fujitsu.shahaf.local2> <20170114174622.GA12641@trex.cs.ovgu.de> <6237271484420924@web15h.yandex.ru> <20170114201319.GA6210@fujitsu.shahaf.local2> <4cca17742cded21984e6092622265ab9@cmgw03.eastlink.ca> From: Ray Andrews Message-id: <2cf83c07-c132-6369-d81f-79a90782557c@eastlink.ca> Date: Sat, 14 Jan 2017 13:44:05 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-version: 1.0 In-reply-to: <4cca17742cded21984e6092622265ab9@cmgw03.eastlink.ca> Content-type: text/plain; charset=iso-8859-15; format=flowed Content-transfer-encoding: 7bit On 14/01/17 01:04 PM, Bart Schaefer wrote: > > You just have to explicitly declare the type by providing the quotes. So it's really a question of literacy: Understanding the point of the 'm' switch the literate coder knows to quote automatically. And as Nikolay Aleksandrovich pointed out, receiving a bit of discipline when one has not quoted is quite appropriate. Most educational! Thanks all.