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=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6688 invoked from network); 10 Apr 2021 00:05:57 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 10 Apr 2021 00:05:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:To:References:From:In-reply-to:Reply-To:Cc: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=8ApvULwUYXJxLWE7Tgjl9Buz9P67pPJ5OdpJEhwlNkE=; b=ymYOk6onKYkwvFC/hGpU9SB1v+ a4NYXpwRf/7ll3JqkvMihm+8NBpaACjGq+d+4mQzOsgvv0yL9sstxGRD5OLFZpWrSVRQ6yjOr4qhT 2NmRLvBITpNkSn4aIgu0+RC2wku/dvgpr482sIdQHQBd5bA2Pw8E5QgT/m2NKnQ+bCv9h0Dj2w7ou bN4fFVBd23SFpPwz2j77Y4/uEaeqa/Cd/bPlg8o+zRsEd9sq8DhRjLARG0UljJDRTXgshbBw/YvOX osHRlo7laB9pOw3HuO0STrSa3n1Z4SBJzXM888AqgRLIEOKyaLKDzo9yEhPxn7XI0kJF9Lt9NU9dJ N7+GyTvw==; Received: from authenticated user by zero.zsh.org with local id 1lV18O-0003Cs-Q9; Sat, 10 Apr 2021 00:05:56 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lV18B-0002x4-2Y; Sat, 10 Apr 2021 00:05:43 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.93.0.4) (envelope-from ) id 1lV18A-000NkY-8C; Sat, 10 Apr 2021 02:05:42 +0200 In-reply-to: <20210409231046.GE6760@tarpaulin.shahaf.local2> From: Oliver Kiddle References: <84376-1618005187.938917@aiYa.Xwq7.uanX> <20210409231046.GE6760@tarpaulin.shahaf.local2> To: Zsh hackers list , Marc Chantreux Subject: Re: 2 new patches for _surfraw MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <91296.1618013142.1@hydra> Date: Sat, 10 Apr 2021 02:05:42 +0200 Message-ID: <91297-1618013142.250419@WnYO.uxFh.G6gq> X-Seq: 48460 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Daniel Shahaf wrote: > > | '-gg=-[search [Google Groups]:enable:(yes no)' \ > > This doesn't seem to be quoted from the message you were replying to. Indeed. The latter parts (marked with | instead of >) were comments on aspects of the existing _surfraw function. This was stated but may not have been especially clear. I hope Marc doesn't regard it as impertinent that I included that commentary, particularly within the context of an earlier off-list exchange. I hoped it might be useful within the wider context of improvements to _surfraw. Oliver