From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10344 invoked from network); 6 Jun 1997 16:18:46 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 6 Jun 1997 16:18:46 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA16115; Fri, 6 Jun 1997 12:08:47 -0400 (EDT) Resent-Date: Fri, 6 Jun 1997 12:08:47 -0400 (EDT) From: Anthony Iano-Fletcher Message-Id: <199706061612.MAA02991@argo.dcrt.nih.gov> Subject: completion again To: Zsh-workers@math.gatech.edu Date: Fri, 6 Jun 1997 12:12:31 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"rHp5q1.0.kx3.EO3cp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3217 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, Ok Ive installed zsh 3.1.2. Lets visit my complete problems again...... $ zsh -f argo% ls /et ---> argo% ls /etc/ argo% ls /etc/ ---> zsh: do you wish to see all 191 possibilities? n argo% bindkey ^I expand-or-complete-prefix argo% ls /et ---> argo% ls /etc/ argo% ls /etc/ ---> argo% ls /etc/ So if you let expand-or-complete-prefix expand the directory name then you cant get complete on the contents. If you type anything then this clears some flag some where and completion can continue. expand-or-complete-prefix should act exactly like expand-or-complete when invoked at the end of a word. Next: $zsh -f argo% bindkey -e argo% echo $NNTPSERVER news.nih.gov argo% setopt completeinword argo% echo $NNR <- backspace to over the R and hit TAB. ----> argo% echo $NNTPSERVER <- with the cursor over the R. Hit return.... ----> argo% ^P argo% echo $NNTPSERVR _ <- lost E and cursor 2 spaces to the right! Firstly, can anyone else confirm these behaviours and secondly, can anyone fix them? Anthony :-)