From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2324 invoked from network); 4 Jul 2001 12:51:38 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jul 2001 12:51:38 -0000 Received: (qmail 8499 invoked by alias); 4 Jul 2001 12:50:15 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3996 Received: (qmail 8485 invoked from network); 4 Jul 2001 12:50:14 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "dLux" Cc: "ZSH users mailing list" Subject: RE: completion question Date: Wed, 4 Jul 2001 16:50:45 +0400 Message-ID: <002301c10487$f12e3d40$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.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 In-Reply-To: <20010704142951.B4036@dlux.hu> > /--- On Wed, Jul 04, 2001 at 03:10:46PM +0400, Andrej Borsenkow > wrote: > | setopt completeinword > \--- > > It does not exactly work as I want... It simply does nothing. (at > least in zsh 4.0.2, debian sid). :-( > bor@itsrm2% ~/pkg/bin/zsh -f itsrm2% bindkey -e itsrm2% echo $ZSH_VERSION 4.0.2 itsrm2% setopt completeinword itsrm2% ls /u1/box ^ cursor go back itsrm2% ls /u1/mTABbox ^ cursor itsrm2% ls /u1/mailbox/ so it works; do you use vi or emacs bindings? Do you use old (compctl) or new completion? Does it work with zsh -f (as above)? -andrej