From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11480 invoked by alias); 20 May 2015 12:57:41 -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: X-Seq: 35234 Received: (qmail 7437 invoked from network); 20 May 2015 12:57:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=9MkNJubxmU9/KvIKaKHny0467/5XHCw1MZNdp2PmHXA=; b=eJK3LeiMPvrR98D/zzmPgKiBLLg+srN0IbQDDsep3Xj/9wHY0XNJkGaK/OiHNMI9k1 xrlXmBk9jJFsZI7i7U0T6E7HSQxNBUHzgmjfK6gOn5Q+C6sSBqoQ0eQxM/kzKFyxHtMa OMQWv8d8ir00S7rCCvNIxHqIgxeqQyLKAfeM4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=9MkNJubxmU9/KvIKaKHny0467/5XHCw1MZNdp2PmHXA=; b=m/4HL2UikmbQxyOXp/YArpdR9e+wToG6O+Ln/c1eZFEWIIZNtyoPxVDDBZKX73EO+e b3xmLV9/Iqm/IQOZCRzcWOzXeWVdz7vjF4pcD2S7dZgoLjU740/EZHrrHD6bCX68tYL7 CwYH24keZSgDHEeKdlvv7ZdNvwt1P4tnq57TNi09GznvLX6+t1z1mTcan5sTevE3fAiu 6bi56E0ho65PKOdvMOx7mylFXaCiXmRT9unN/5q37QscsS98VsVckVY1wNIws00ZRneB QhHx735LaRdwWJxoYFtHH9vbx9pQHc1qlic7rxds0CWesxJqMqJqkZWsiMq70TDGFrKa EDSw== X-Gm-Message-State: ALoCoQkG1DiVj4HDY7Ikcc7lP/citYzwcMe8y5Z8aQ1YQhqoZMT1MmQXXIoffposyBQsp7iUVRCF X-Received: by 10.180.95.163 with SMTP id dl3mr40742996wib.30.1432126655182; Wed, 20 May 2015 05:57:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150520135448.2f84b299@pwslap01u.europe.root.pri> References: <20150520135448.2f84b299@pwslap01u.europe.root.pri> From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Wed, 20 May 2015 15:57:14 +0300 Message-ID: Subject: Re: [PATCH] Unbalanced parenthesis in _urls To: Peter Stephenson Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, May 20, 2015 at 3:54 PM, Peter Stephenson wrote: > On Wed, 20 May 2015 15:03:21 +0300 > =C4=B0smail D=C3=B6nmez wrote: >> Another fallout from workers/35168 , patch attached. > > I'm happy to apply these if they're causing issues, but the parenthesis > problem will need sorting out properly, so don't bother seeking things > out. Well rather than seeking out, it hit me with curl completion :-) Feel free to discard for now. ismail