From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13171 invoked from network); 18 Aug 2004 01:17:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Aug 2004 01:17:21 -0000 Received: (qmail 57602 invoked from network); 18 Aug 2004 01:17:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Aug 2004 01:17:13 -0000 Received: (qmail 8034 invoked by alias); 18 Aug 2004 01:16:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7878 Received: (qmail 8021 invoked from network); 18 Aug 2004 01:16:27 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by 130.225.247.90 with SMTP; 18 Aug 2004 01:16:27 -0000 Received: (qmail 55481 invoked from network); 18 Aug 2004 01:14:29 -0000 Received: from unknown (HELO moonbase.zanshin.com) (167.160.213.139) by a.mx.sunsite.dk with SMTP; 18 Aug 2004 01:14:27 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.12.11/8.12.11) with ESMTP id i7I1EQ1b029092 for ; Tue, 17 Aug 2004 18:14:26 -0700 Date: Tue, 17 Aug 2004 18:14:26 -0700 (PDT) From: Bart Schaefer Reply-To: zsh-users@sunsite.dk To: zsh-users@sunsite.dk Subject: Re: 'zstyle ':predict' verbose true' hangs on zsh 4.2.1 In-Reply-To: <16eqy0eejlrzr$.dlg@thorstenkampe.de> Message-ID: References: <16eqy0eejlrzr$.dlg@thorstenkampe.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 On Wed, 18 Aug 2004, Thorsten Kampe wrote: > "zstyle ':predict' verbose true" doesn't work with the newest zsh. schaefer<509> echo $ZSH_VERSION 4.2.1-dev-1 If from here I type ^X^Z, I see schaefer<510> _ predict-on (with the cursor at the underscore). Type ^Z and I get schaefer<510> _ predict-off Type ^X^Z again, then type "echo" and I see schaefer<510> echo $ZSH_VERSION predict-on (with the cursor on the space after "echo"). Type ^B^B^H and I get schaefer<510> eho $ZSH_VERSION predict-off (with the cursor on the 'h'). There are a lot of things about predict-on et al. that could be improved with some of the newer zsh features, but this bit is working for me. Can you narrow it down to any other settings?