From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7921 invoked from network); 14 Feb 2000 16:41:25 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Feb 2000 16:41:25 -0000 Received: (qmail 10928 invoked by alias); 14 Feb 2000 16:41:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9725 Received: (qmail 10919 invoked from network); 14 Feb 2000 16:41:13 -0000 From: "Bart Schaefer" Message-Id: <1000214164103.ZM25903@candle.brasslantern.com> Date: Mon, 14 Feb 2000 16:41:03 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: predict-on is no longer completing? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii The history completion part of predict-on is still working, but it's also supposed to attempt standard completion when the history search fails. The problem appears to be that there aren't any completers for the context containing ":predict:". +_main_complete:61> zstyle -a :completion:::predict:: completer tmp +_main_complete:62> set -- +_main_complete:67> _completers=( ) +_main_complete:68> _completers_left=( ) Was that an intentional change, or should the default list of completers have been used, as I expected? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com