From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10834 invoked from network); 12 May 2008 12:08:04 -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; 12 May 2008 12:08:04 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 42970 invoked from network); 12 May 2008 12:08:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 May 2008 12:08:01 -0000 Received: (qmail 7434 invoked by alias); 12 May 2008 12:07:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24998 Received: (qmail 7415 invoked from network); 12 May 2008 12:07:58 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 May 2008 12:07:58 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by bifrost.dotsrc.org (Postfix) with ESMTP id 7417380ED173 for ; Mon, 12 May 2008 14:07:54 +0200 (CEST) Received: by rv-out-0506.google.com with SMTP id g37so2242224rvb.21 for ; Mon, 12 May 2008 05:07:53 -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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=drb3NSnzt0lPSh7ZBuvLlU1bsEgiZ9ewCkrjhIfBrSA=; b=FjfM0ey41outGStZ+vEGLFAS5QX1CuQ+7cIWvEHNYHHjnBZfFcq8yNh0v2fxAd1YJo83HEObaczNwJ3hxrtEVmeMEWgmIhJGKlKlpK8bxvORNeLvOPyR4+8Irn4RfVI4jEnzFjJHJ35niqyR0FOspi8uIylt9rnj8xCOLvJly7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HE4LIzK8JP8Vi8t0drkrPXEdahWkmNo2jxTtk5t3S7TrMkOilbiEZW7r5nG+LbDSzvPa+V1iD3Xv+nMzPTiEdVrWZYRZRKG/ISardZD0ls9UYGiOnBUcZzqJaJdXWe6FLVkol3XJBVFoFVxPRalb5y90o3Qmz8ug3UEuoSTWHmM= Received: by 10.141.190.9 with SMTP id s9mr3634006rvp.279.1210594073331; Mon, 12 May 2008 05:07:53 -0700 (PDT) Received: by 10.141.153.6 with HTTP; Mon, 12 May 2008 05:07:53 -0700 (PDT) Message-ID: <237967ef0805120507s27a4405ds9be5f27ede3e3a5f@mail.gmail.com> Date: Mon, 12 May 2008 14:07:53 +0200 From: "Mikael Magnusson" To: zsh-workers Subject: input line changes colour after print -P %F MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/7097/Mon May 12 12:51:38 2008 on bifrost X-Virus-Status: Clean zsh -f autoload compinit; compinit zstyle ':completion:*:warnings' format '' print -P '%F{red}foo' asdasfasdasfasfasadasf the last entered input now appears in red for me. Repeating the print -P with other colours makes the input get other colours after pressing tab, but not the one you gave usually. -- Mikael Magnusson