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 1698 invoked from network); 25 Jun 2020 12:31:48 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 25 Jun 2020 12:31:48 -0000 Received: (qmail 22286 invoked by alias); 25 Jun 2020 12:31:35 -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: 46113 Received: (qmail 5906 invoked by uid 1010); 25 Jun 2020 12:31:35 -0000 X-Qmail-Scanner-Diagnostics: from out3-smtp.messagingengine.com 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(66.111.4.27):SA:0(-2.6/5.0):. Processed in 4.596327 secs); 25 Jun 2020 12:31:35 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudekledgheegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkjghfofggtgfgsehtje dttdertddvnecuhfhrohhmpeffrghnihgvlhcuufhhrghhrghfuceougdrshesuggrnhhi vghlrdhshhgrhhgrfhdrnhgrmhgvqeenucggtffrrghtthgvrhhnpeefudetgeevhedvhf etveetvdduleduieejueduueejjedtteeutdejhfdtgfeiteenucfkphepjeelrddujeei rdefledrieelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepugdrshesuggrnhhivghlrdhshhgrhhgrfhdrnhgrmhgv X-ME-Proxy: Date: Thu, 25 Jun 2020 12:30:47 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Re: [PATCH] Re: RFC: region_highlight inter-plugin interoperability: echo service? Message-ID: <20200625123047.53620eb8@tarpaulin.shahaf.local2> In-Reply-To: <20200618103311.62307eb5@tarpaulin.shahaf.local2> References: <20200606072018.GA14049@tarpaulin.shahaf.local2> <20200618103311.62307eb5@tarpaulin.shahaf.local2> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Daniel Shahaf wrote on Thu, 18 Jun 2020 10:33 +0000: > Daniel Shahaf wrote on Sat, 06 Jun 2020 07:20 +0000: > > Thus, we propose to add a memo=* feature to region_highlight, as > > outlined in the first bullet above, based on the patch that is PR57. > > Here's a patch. I've verified that, in conjunction with a z-sy-h patch > posted to [1], it fixes a plugin interoperability issue [4] reported > against Oliver's viexchange plugin. Merged. Oliver had already added support for this to his viexchange plugin. I expect the comparable z-sy-h patch to be merged to z-sy-h master soon. I'd like z-sy-h to dogfood the new feature, but I'm also concerned about compatibility, as zsh hasn't released the feature yet. I don't see a problem with turning the functionality on by default in z-sy-h's master branch, but I'm not so sure what to do in z-sy-h releases. Would it be okay for the next z-sy-h release to use the memo= feature by default, if available? Or should z-sy-h not use the memo= feature by default until zsh releases it? (The next z-sy-h release might be sooner than the next zsh release.) Cheers, Daniel