From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8601 invoked from network); 31 May 1999 13:39:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 May 1999 13:39:49 -0000 Received: (qmail 499 invoked by alias); 31 May 1999 13:39:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6386 Received: (qmail 492 invoked from network); 31 May 1999 13:39:40 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: pws-19 + patches: parameter completion before pipeline Date: Mon, 31 May 1999 17:39:05 +0400 Message-ID: <007501beab6a$f36c80d0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 I just noted it. Is it intentional? bor@itsrm2:/tools/src/zsh-3.1.5-pws-19%> zsh -f itsrm2% fpath=($PWD/Completion/*) itsrm2% source ./Completion/Core/compinit itsrm2% zmodload parameter itsrm2% print -l ${(k)opt | grep glob ^ move cursor here B-e-e-p, but itsrm2% print -l ${(k)opt itsrm2% print -l ${(k)opt opt options The patch list I have: 6318 6322 6326 6330 6331 6332 6335 6340 6343 6345 6346 6352 6354 6355 6368 6369 6374 /andrej