From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 474 invoked from network); 17 Jun 1998 16:23:10 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Jun 1998 16:23:10 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA27330; Wed, 17 Jun 1998 12:17:31 -0400 (EDT) Resent-Date: Wed, 17 Jun 1998 12:17:17 -0400 (EDT) Date: Wed, 17 Jun 1998 12:17:38 -0400 Message-Id: <9806171617.AA08983@ezdzit.zko.dec.com> From: Paul Lew To: Zefram Cc: lew@ezdzit.zko.dec.com (Paul Lew), zsh-users@math.gatech.edu Subject: Re: compctl tips needed on words with common prefix In-Reply-To: <199806171534.QAA26734@taos.demon.co.uk> References: <9806171510.AA08785@ezdzit.zko.dec.com> <199806171534.QAA26734@taos.demon.co.uk> X-Mailer: VM 6.37 under Emacs 20.2.1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Resent-Message-ID: <"wcWaN2.0.pf6.Bm-Xr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1627 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >>>>> "Zefram" == Zefram writes: lew>> I could not get 'construct' to be completed by because lew>> the 'co' is recognized first, Zefram> So put the "construct" rule before the "co" rule. I tried that but still does not work: compctl -k "(ci construct co cinema)" \ -x "r[construct,;]" -k "(cons1 cons2)" \ - "r[co,;]" -k "(co1 co2 co3)" -- xxx Try it on your version. Mines failed (both 3.1.3 and 3.0.5).