From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes From: "Bart Schaefer" Message-Id: <990129090412.ZM6669@candle.brasslantern.com> Date: Fri, 29 Jan 1999 09:04:12 -0800 In-Reply-To: <199901291008.LAA14075@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "PATCH: zle parameters in completion widgets" (Jan 29, 11:08am) References: <199901291008.LAA14075@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: zle parameters in completion widgets MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailing-List: 5110 On Jan 29, 11:08am, Sven Wischnowsky wrote: } Subject: PATCH: zle parameters in completion widgets } } Now, to get completion only on the second tab, just add } } [[ "$WIDGET" != "$LASTWIDGET" ]] && return Actually, the request as for completion on the first tab, but autolist only on the second tab. So it'd have to be something like [[ "$WIDGET" != "$LASTWIDGET" ]] && complist ... where "..." gets filled in appropriately for whatever other completion is in progress. Right? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com