From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25438 invoked from network); 4 Mar 1999 15:53:59 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Mar 1999 15:53:59 -0000 Received: (qmail 11663 invoked by alias); 4 Mar 1999 15:53:23 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5641 Received: (qmail 11650 invoked from network); 4 Mar 1999 15:53:22 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: "cancelling" menu completion? Date: Thu, 4 Mar 1999 18:52:37 +0300 Message-ID: <000201be6657$0683ee50$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.2901 Is there any way to "cancel" completion, when meny completion is active? The possible meaning of "cancel" can be - remove anything that was inserted by completion code and restore the original string - remove the part of word being completed (possibly ignoring IPREFIX) To illustrate the latter: suppose you complete dd if=/a/b/c and after menu completion has started, you found, it was somewhat wrong :-) So, I'd like to remove anything that was inserted but leave ``dd if='' in place. Just musing ... /andrej