From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 4966afc4 for ; Fri, 7 Dec 2018 07:52:59 +0000 (UTC) Received: (qmail 28840 invoked by alias); 7 Dec 2018 07:52:43 -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: X-Seq: 43868 Received: (qmail 7650 invoked by uid 1010); 7 Dec 2018 07:52:43 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(66.111.4.25):SA:0(-2.6/5.0):. Processed in 5.606151 secs); 07 Dec 2018 07:52:43 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:subject :references:date; s=fm2; bh=5i2SXvlR7DibDSomB2fcRGASD+ZDVRjkT384 pZykNQg=; b=rYUdLOHzxbAVGADhXq5rxzJwJlCauRu5NoL/pNh5v09BHVG6MycY kwD3UqcrzL/xmAYO0C3ugTPsgsEgC4AxN2DXHXPBHD28Z/FG9+D9eeEPXmYR1l4m yQaZXqKHraizFadD0piW34Fx2RxU+Up733XZQ1HSfK6PU/2mvSNvaSBr8l4wS9tg DKLDWsfYkOcpgCemhGaKzENWVSOx+jgiFww+0snv/mqGRixQ13KWgciGlvHC3wfS qhMgfyXk9awjP9iHAc1L69pH6RXXSDsQ9ASB8RQ8jQqsTTLQq765s9nzSqhB2hU1 V1QysYkiT4W6UQHI+nwaVWmNPjauzXEGyw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=5i2SXvlR7DibDSomB2fcRGASD+ZDVRjkT384pZykN Qg=; b=D7bgXPp5lSEVB75vJntIccYF65ITRCnN7CQOrTRBA0nBwbmtU2kd8llQ+ Fnmj1LqxDtWu4Mj/HOMxyCUemA5qiu9jT6RgFtmQXduFldFTHJMhHB+QbU3uT5VA KyXI4yK2rBDioC92CFLrBIZGiypc+o4YpFA2GiYuSh+xc4c6lqnLrr2uYMUMpJ9m 4YAHPdJRus7xFoZiOfB0cx6RQClm1TPNdJzJv6rxwnxoc5CTDB2oqQObD+kLeT8v oBEffUgzuADRhu4q8GR+ULqoP5E6k2AiFLxKSlSSGYIMP+hmnsuRnZ6PAMF6xAky mpsRrqgjYcDsHQ994CBbk5yvvFOjQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudefkedguddufecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucenucfjughrpefkhffvggfgtgfojgfufhffsehtjeertdertdejnecuhfhroh hmpeffrghnihgvlhcuufhhrghhrghfuceougdrshesuggrnhhivghlrdhshhgrhhgrfhdr nhgrmhgvqeenucfrrghrrghmpehmrghilhhfrhhomhepugdrshesuggrnhhivghlrdhshh grhhgrfhdrnhgrmhgvnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Message-Id: <1544168721.2479259.1601798392.35689542@webmail.messagingengine.com> From: Daniel Shahaf To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-2f590f9a In-Reply-To: Subject: Re: [BUG] region_highlight+=( "$start $end standout" ) doesn't work as expected References: Date: Fri, 07 Dec 2018 07:45:21 +0000 Could you post a self-contained reproduction recipe for the bug? By that I mean something that we can copy-paste from the email into a fresh 'zsh -f' instance and observe the bug.