From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5459 invoked from network); 13 Sep 2000 17:07:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Sep 2000 17:07:45 -0000 Received: (qmail 17743 invoked by alias); 13 Sep 2000 17:07:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12798 Received: (qmail 17735 invoked from network); 13 Sep 2000 17:07:09 -0000 Date: Wed, 13 Sep 2000 13:06:51 -0400 Message-Id: <200009131706.NAA00826@soup.ads.apexinc.com> X-Authentication-Warning: soup.ads.apexinc.com: ejb set sender to ejb@apexinc.com using -f From: "E. Jay Berkenbilt" To: zsh-workers@sunsite.auc.dk Subject: 3.1.9-dev-6 completion problem: `a | b` Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII If I say any of the following: a | TAB `TAB a; TAB `a; TAB I get a list of commands. However, if I say `a | TAB I get a list of files. In fact, even if I say `a | junkTAB I get a list of files. I haven't studied the code enough to know what the problem is. Changing ` to $( in all above cases does not change the behavior. -- E. Jay Berkenbilt (ejb@ql.org) | http://www.ql.org/q/