From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7231 invoked from network); 18 Sep 2000 07:08:01 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Sep 2000 07:08:01 -0000 Received: (qmail 15708 invoked by alias); 18 Sep 2000 07:05:32 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3436 Received: (qmail 15687 invoked from network); 18 Sep 2000 07:05:31 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Bart Schaefer" , Subject: RE: glob completion without menu style completion Date: Mon, 18 Sep 2000 11:05:28 +0400 Message-ID: <000801c0213e$d3402820$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <000915115539.ZM17342@candle.brasslantern.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > > > Yes, I can reproduce it. It happens, because by default TAB is bound to > > expand-or-complete widget that tries expansion if it sees glob pattern > > *before* it tries completion. So, it seems, that completion system sees > > input line with already expanded '*' ... I personally consider it a bug, > > but Sven should answer it when he is back. > > It's not a bug, it's the defined behavior of expand-or-complete. > You are right of course. I have not used expand-or-complete for several years already :-) -andrej