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=DKIMWL_WL_MED,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 e0c2c084 for ; Sun, 30 Dec 2018 18:20:52 +0000 (UTC) Received: (qmail 16069 invoked by alias); 30 Dec 2018 18:20:32 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23811 Received: (qmail 13451 invoked by uid 1010); 30 Dec 2018 18:20:31 -0000 X-Qmail-Scanner-Diagnostics: from know-smtprelay-omc-5.server.virginmedia.net 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(80.0.253.69):SA:0(-2.0/5.0):. Processed in 4.514558 secs); 30 Dec 2018 18:20:31 -0000 X-Envelope-From: p.w.stephenson@ntlworld.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Originating-IP: [86.16.88.158] X-Authenticated-User: p.w.stephenson@ntlworld.com X-Spam: 0 X-Authority: v=2.3 cv=U6e889ju c=1 sm=1 tr=0 a=MiHCjVqLJ44lE3bxSlffFQ==:117 a=MiHCjVqLJ44lE3bxSlffFQ==:17 a=IkcTkHD0fZMA:10 a=-wFXPA8eXW65yccAJzcA:9 a=QEXdDO2ut3YA:10 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1546194023; bh=gRo5sk0Fg4ghNIlr/mwoLeRf5+pdUJxw3w9YNIFim4s=; h=Subject:From:To:Date:In-Reply-To:References; b=Im2PuQw17toDTP1FmUgkAMea2+IpEhvZw1TKq3nZryQnJIuHv2YTbI3CWgR3A6w75 gck2u9WONuzDD980gq5LJpHnAeYOb/2dG77YY8aKYAodsv7NT8FhzO0v3fISd+cUyk uTMcnizmB8ApNtXCF5JsT8kXF3QcTJXjf2/sLIfEowfFeET5eZd0x0gnr+4394/KHr +BqndassWv+K706pGqaU5EJVb2k4ELKKdL8AbHRqdda3pfxSPdpvvcgwS+HO7BTz53 AkmmXuOxMxl41NQz7P5qyHLCMgS8MRhQyEQTCUKVQF9rTLbyOhyoBppgBAtWcM5ytT ZXJyDudtdy6zw== Message-ID: <06228a6975b91f7066d0046bf912dd69fa5993a2.camel@ntlworld.com> Subject: Re: zsh 4.6.2-test-2 From: Peter Stephenson To: Zsh Users' List Date: Sun, 30 Dec 2018 18:20:22 +0000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfKSKxSwiw5K8i2TkZM6NRIH30JP3vOLap+CN0j/G3e/e+RlMe8cH7LCm7gb3uJWCkp0CkV8Z+KIW/EaAna44ucfayWPi+KZMYESq5eG/2AuX5T4pFfvH XlyiOq2G5alkUGzGUYzX823a/tfn5W5Euvrm29JNZYBBgOuzd++KvCnE On Sat, 2018-12-22 at 03:55 +0100, Sebastian Gniazdowski wrote: > I've found time and wrote the patch (it's the file zle_highlight_fix.patch.txt). > > With the patch, zle_highlight will be used when user customizes it. If > it's in default state, then termcap will be called for color > 7. I've certainly no objection to working round termcap, so I've committed this and the tests, but I probably wouldn't be sensitive to problems here, so I'm relying on others to let me know. Cheers pws