From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2770 invoked from network); 30 May 1997 12:59:37 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 30 May 1997 12:59:37 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id IAA04071; Fri, 30 May 1997 08:50:12 -0400 (EDT) Resent-Date: Fri, 30 May 1997 08:50:12 -0400 (EDT) From: Anthony Iano-Fletcher Message-Id: <199705301253.IAA13029@argo.dcrt.nih.gov> Subject: unique partial completion To: Zsh-workers@math.gatech.edu Date: Fri, 30 May 1997 08:53:51 -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: <"nGT7Q.0.Y_.3qiZp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3169 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi All, In zsh version 3.1.* I am not warned about any incomplete completions. For example, $ ./zsh -f argo% cd zsh-3.1.1/Src/Zle argo% ls mo This last completes the command line to: argo% ls mod as it should (there are lots of mod* files) but there are no beeps or completion lists to indicate that this completion is incomplete. Even with 'setopt auto_list list_beep' I dont get a warning or a completion list. When I hit for the second time, I now get the beep and the list. So this occurs exactly when there is a unique partial completion. Firstly is this a feature...... or is it something I should look into fixing. Have I missed an option? Im sure that this is a change from the version 3.0 zsh but Ive noticed that bash on my Linux machine does it too. For sake of extra info: argo% setopt interactive monitor norcs shinstdin zle argo% uname -a SunOS argo.dcrt.nih.gov 5.4 Generic_101945-45 sun4d sparc Anthony.