From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13797 invoked from network); 6 May 2008 14:58:52 -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=AWL,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; 6 May 2008 14:58:52 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 58536 invoked from network); 6 May 2008 14:58:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 May 2008 14:58:48 -0000 Received: (qmail 20789 invoked by alias); 6 May 2008 14:58:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24943 Received: (qmail 20776 invoked from network); 6 May 2008 14:58:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 May 2008 14:58:45 -0000 Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by bifrost.dotsrc.org (Postfix) with ESMTP id 9560980ED173 for ; Tue, 6 May 2008 16:58:41 +0200 (CEST) Received: from torch.brasslantern.com ([71.116.113.54]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K0G007WYC9S8VM0@vms048.mailsrvcs.net> for zsh-workers@sunsite.dk; Tue, 06 May 2008 09:58:41 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m46EwdQt001163 for ; Tue, 06 May 2008 07:58:39 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m46EwcMf001162 for zsh-workers@sunsite.dk; Tue, 06 May 2008 07:58:38 -0700 Date: Tue, 06 May 2008 07:58:38 -0700 From: Bart Schaefer Subject: Re: PATCH: random attribute stuff In-reply-to: <200805061442.m46Eg7bN000588@news01.csr.com> To: zsh-workers@sunsite.dk (Zsh hackers list) Message-id: <080506075838.ZM1161@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <200805060915.m469FeJP017551@news01.csr.com> <080506073442.ZM22499@torch.brasslantern.com> <200805061442.m46Eg7bN000588@news01.csr.com> Comments: In reply to Peter Stephenson "Re: PATCH: random attribute stuff" (May 6, 3:42pm) X-Virus-Scanned: ClamAV 0.91.2/7040/Tue May 6 03:52:15 2008 on bifrost X-Virus-Status: Clean On May 6, 3:42pm, Peter Stephenson wrote: } } Bart Schaefer wrote: } > Some people want the entire command line to look one way and the output } > from the command to look another way, so they can easily tell what's a } > command and what isn't when scrolling backward through buffered output. } } Right, but I'm not convinced it actually works. It almost certainly *won't* work except in the most simple cases now that ZLE is doing its own highlighting effects. People are going to have to decide whether they want that badly enough to use zle_highlight=(none). Inevitably someone will complain that ZLE should put back whatever effect was there before when it turns on/off its own effects.