From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11657 invoked from network); 22 Jun 2020 11:12:05 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 22 Jun 2020 11:12:05 -0000 Received: (qmail 6798 invoked by alias); 22 Jun 2020 11:11:57 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: Sender: zsh-workers@zsh.org X-Seq: 46098 Received: (qmail 15551 invoked by uid 1010); 22 Jun 2020 11:11:56 -0000 X-Qmail-Scanner-Diagnostics: from smtpq1.tb.ukmail.iss.as9143.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25850. spamassassin: 3.4.4. Clear:RC:0(212.54.57.96):SA:0(-2.7/5.0):. Processed in 3.055489 secs); 22 Jun 2020 11:11:56 -0000 X-Envelope-From: p.w.stephenson@ntlworld.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _mailcloud.virginmedia.com designates 212.54.57.96 as permitted sender) X-Env-Mailfrom: p.w.stephenson@ntlworld.com X-Env-Rcptto: zsh-workers@zsh.org X-SourceIP: 172.25.160.136 X-CNFS-Analysis: v=2.3 cv=Lf2nFgXi c=1 sm=1 tr=0 a=4AIt8OzuWET5BS7mAkvERw==:117 a=KEnZaF_ea6UA:10 a=IkcTkHD0fZMA:10 a=DoY9bV0jb9AA:10 a=NLZqzBF-AAAA:8 a=7fHuB4zfFWtt4jsxRRkA:9 a=QEXdDO2ut3YA:10 a=wW_WBVUImv98JQXhvVPZ:22 X-Authenticated-Sender: p.w.stephenson@ntlworld.com Date: Mon, 22 Jun 2020 12:11:17 +0100 (BST) From: Peter Stephenson To: zsh-workers@zsh.org Message-ID: <738335572.302146.1592824277102@mail2.virginmedia.com> In-Reply-To: <599829801.251104.1592582113228@mail2.virginmedia.com> References: <17B9983F-268E-469C-9506-D5333528A805@larryv.me> <599829801.251104.1592582113228@mail2.virginmedia.com> Subject: Re: bad math expression: illegal character: " MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.4-Rev70 X-Originating-IP: 165.225.81.56 X-Originating-Client: open-xchange-appsuite X-CMAE-Envelope: MS4wfFw3q2l+V2hb3CtGtPbHXkbbrhrK8TwF/0UTonO2tYgrIPjvs15WS22WH0BdUc1/zSAiaBpjLcvnEL/LrztB5t52KJmlg2P6h+kYRBWKEPCyEM+nELY2 fAbNAg7HY7DOtmukVh6jzI1ror6MrVjjMw6CVUqK2o19xydQtMY1dAlUjUnPeYBsEi7BGqL6s9LKN4W+MuBxy12QWKNo1LkEgLE= > On 19 June 2020 at 16:55 Peter Stephenson wrote: > It's straightforward just to treat double quotes as if they're a > random spacing character. Not sure the error is actually useful? > There was a test for it but that was simply to make sure we did > something with them. (In mathematical expressions.) Doesn't sound like this is problematic, so I will commit it at some point. pws