From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10342 invoked from network); 14 Feb 1999 20:55:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Feb 1999 20:55:58 -0000 Received: (qmail 16344 invoked by alias); 14 Feb 1999 20:55:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5373 Received: (qmail 16335 invoked from network); 14 Feb 1999 20:55:26 -0000 Message-Id: <199902141935.TAA05490@Indigo.thoth.u-net.com> From: opk@thoth.u-net.com (Oliver Kiddle) Date: Sun, 14 Feb 1999 19:35:25 +0000 X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: zsh-workers@sunsite.auc.dk Subject: Problem with completion matching control I've noticed the following behaviour which makes some sense but seems like a bug when first noticed. zsh -f :> Temp :> temp compctl -M 'm:{a-z}={A-Z}' less t Results in less temp ^ - Cursor here. 'Temp' and 'temp' are listed below So it if filling in the 'emp' which is unambiguous but moving the cursor back which I find very annoying. In my opinion, it should either complete to 'temp' or just beep and list the two files. The former would probably be better. Can the semantics of matching control be changed to accomodate this with out breaking it's other uses? i.e. Are there cases where the cursor moving back is useful? Thanks Oliver Kiddle