From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5553 invoked from network); 30 May 1997 16:21:22 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 30 May 1997 16:21:22 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA07885; Fri, 30 May 1997 12:12:17 -0400 (EDT) Resent-Date: Fri, 30 May 1997 12:12:17 -0400 (EDT) From: Zefram Message-Id: <20443.199705301615@stone.dcs.warwick.ac.uk> Subject: Re: unique partial completion To: Anthony.Iano-Fletcher@cbel.dcrt.nih.gov (Anthony Iano-Fletcher) Date: Fri, 30 May 1997 17:15:16 +0100 (BST) Cc: Zsh-workers@math.gatech.edu In-Reply-To: <199705301253.IAA13029@argo.dcrt.nih.gov> from "Anthony Iano-Fletcher" at May 30, 97 08:53:51 am X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]9408.38 X-Phase: The Moon is Waning Crescent (35% of Full) X-US-Congress: Moronic fuckers X-Personality: INTJ X-This-is-not-HTML: Content-Type: text Resent-Message-ID: <"Fir34.0.8x1.WnlZp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3171 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Anthony Iano-Fletcher wrote: > 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. The indication that the completion is incomplete is that a space is not inserted. If you had a file called mod, you would get argo% ls mo argo% ls mod _ whereas you are actually getting argo% ls mo argo% ls mod_ which indicates that the word isn't finished yet. -zefram