From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2323 invoked from network); 22 May 2000 13:45:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 May 2000 13:45:48 -0000 Received: (qmail 28704 invoked by alias); 22 May 2000 13:44:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11499 Received: (qmail 28690 invoked from network); 22 May 2000 13:44:31 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: Still problems RE: PATCH: RE: side effect of "select=long" Date: Mon, 22 May 2000 17:44:14 +0400 Message-ID: <000801bfc3f3$d14d8150$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" 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) In-reply-to: <200005221220.OAA20330@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > though, sorry. The incantation is, of course: > > zstyle ':completion:*' menu 'select=0' 'select=long-list' > It does not work if I set it this way initially. See: bor@itsrm2% zsh -f itsrm2% autoload -U compinit; compinit -D itsrm2% bindkey -e itsrm2% zmodload complist itsrm2% zstyle ':completion:*' menu 'select=0' 'select=long-list' Try anything simple like 'ls TAB TAB' - NO menu selection whatever, just menu completion. But if you instead do: bor@itsrm2% zsh -f itsrm2% autoload -U compinit; compinit -D itsrm2% bindkey -e itsrm2% zmodload complist itsrm2% zstyle ':completion:*' menu 'select=0' ==Step 1== Now, again, try completion - menu selection IS started itsrm2% zstyle ':completion:*' menu 'select=0' 'select=long-list' and from now on we correctly have both menu selection in completion and lists. BUT if you do NOT actually do completion in Step 1 - result is the same; that is, just calling two itsrm2% zstyle ':completion:*' menu 'select=0' itsrm2% zstyle ':completion:*' menu 'select=0' 'select=long-list' is not enough and does not work. -andrej