From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7101 invoked from network); 5 May 2000 14:50:42 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 May 2000 14:50:42 -0000 Received: (qmail 12094 invoked by alias); 5 May 2000 14:50:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11206 Received: (qmail 12057 invoked from network); 5 May 2000 14:50:28 -0000 From: "Bart Schaefer" Message-Id: <1000505145023.ZM662@candle.brasslantern.com> Date: Fri, 5 May 2000 14:50:23 +0000 In-Reply-To: <200005051435.QAA09976@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: Command completion in nslookup" (May 5, 4:35pm) References: <200005051435.QAA09976@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: Command completion in nslookup MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 5, 4:35pm, Sven Wischnowsky wrote: } Subject: Re: Command completion in nslookup } } Andrej Borsenkow wrote: } } > If I press TAB on empty line, nothing happens. Yes, I remember, it was } > done on purpose for normal command line completion } } [...] should we change it so that we get this insert-tab-in- } column-one only when the completion code is *not* about to call a } completion widget? You can get this effect already: really-do-complete-word-even-in-column-one() { zle complete-word "$@" } bindkey '\t' really-do-complete-word-even-in-column-one -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com