From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3489 invoked from network); 2 May 2008 10:49:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 May 2008 10:49:33 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 56198 invoked from network); 2 May 2008 10:49:25 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 May 2008 10:49:24 -0000 Received: (qmail 26928 invoked by alias); 2 May 2008 10:49:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24902 Received: (qmail 26911 invoked from network); 2 May 2008 10:49:21 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 2 May 2008 10:49:21 -0000 Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by bifrost.dotsrc.org (Postfix) with ESMTP id A0AA380ED172 for ; Fri, 2 May 2008 12:49:14 +0200 (CEST) Received: by wa-out-1112.google.com with SMTP id v27so406669wah.21 for ; Fri, 02 May 2008 03:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=9XE3nVBWAY95aYZjcl0g0imqkSHgbS1dU3bPGTV785c=; b=NlNinffbbStVnPKIVD069ELaM1rENFObGn/amW7LOvbBsCSpdWsUO1yKnBYjodeFQT+ontlu7NPy02Quj1UxGtEwGZiWJO4toMO4h+UJdzaCUnXkp4FJibS1dzpQH/WYnjbBKk0JW4nSHodqICVIhBO8WPtYi0i4osMTtqudrBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AzEMhqC/+QqLyT0/3SYe6E/AjQxzxp5nwzIr8x+UhTbVmmqSveymLctjYtqYIDtAvUp9xvLvRO4lVnceAclk6o/nJhP4sgjAJKD+YweQ4Ffx+IE/3eMJSOsVmfB0HCih3eYtc2oyz1ZCCIfL5QNZ8lZi5EWRKZGWic4k8dyh5BQ= Received: by 10.114.13.1 with SMTP id 1mr2898316wam.4.1209725353425; Fri, 02 May 2008 03:49:13 -0700 (PDT) Received: by 10.114.198.7 with HTTP; Fri, 2 May 2008 03:49:13 -0700 (PDT) Message-ID: Date: Fri, 2 May 2008 12:49:13 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Peter Stephenson" Subject: Re: PATCH: isearch match highlighting Cc: zsh-workers@sunsite.dk In-Reply-To: <20080501113706.4910492b@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17393e3e0804261727s560acff7sb6125d8f8b46b4b4@mail.gmail.com> <200804271957.m3RJvxiS004075@pws-pc.ntlworld.com> <17393e3e0804271849l30fe20bdp4008fc8247298d12@mail.gmail.com> <20080428102001.7b55074e@news01> <20080429181022.12809d23@news01> <20080501113706.4910492b@news01> X-Google-Sender-Auth: cf27d9cab8118cdb X-Virus-Scanned: ClamAV 0.91.2/7010/Fri May 2 02:09:47 2008 on bifrost X-Virus-Status: Clean On Thu, May 1, 2008 at 12:37 PM, Peter Stephenson wrote: > On Tue, 29 Apr 2008 18:10:22 +0100 > Peter Stephenson wrote: > > I would like at the least to make the use of the ANSI escapes > > configurable. They are in completion listings, but unfortunately that's > > tied to the variable interface for GNU ls colouring which doesn't really > > fit the case here. I suppose special values in zle_highlight would be > > suitable (with bindkey escapes). > I've done this. Looks suspiciously like overkill, but it's probably best > to be general. Doesn't terminfo/termcap provide this kind of information?