From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24104 invoked from network); 20 Jun 2002 15:52:58 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 20 Jun 2002 15:52:58 -0000 Received: (qmail 19611 invoked by alias); 20 Jun 2002 15:52:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17336 Received: (qmail 19599 invoked from network); 20 Jun 2002 15:52:52 -0000 X-VirusChecked: Checked cc: zsh-workers@sunsite.dk In-reply-to: <15632.14247.959681.905916@wischnow.berkom.de> From: Oliver Kiddle References: <15630.59397.643329.80093@wischnow.berkom.de> <15632.14247.959681.905916@wischnow.berkom.de> To: Sven Wischnowsky Subject: Re: Menu selection MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <7098.1024588323.1@logica.com> Date: Thu, 20 Jun 2002 16:52:23 +0100 Sender: kiddleo@logica.com Message-Id: On 19 Jun, you wrote: > > Below is an improved patch, still not committed. This is good but I have a couple of observations: If I do ls -exc, the prompt changes to `failing isearch'. It is matching the word `except' and the `c' didn't enable it to move on to another entry so it says it is failing but this doesn't seem correct because it is still matching the word `except'. It should only say failing when there really is nothing found. Keeping with ls, if I do a search for `co' and then repeatedly press Ctrl-S to cycle between the matching completions, I have to press Ctrl-S twice to move off the --color option. Perhaps because `co' matches in both the match and description. The binding of backspace to undo is not ideal when cycling between matches because it goes back through the matches before removing characters off the end of the search string. > +item(tt(viinsert))( > +this toggles between normal and interactive mode; in interactive mode > +the keys bound to tt(self-insert) and tt(self-insert-unmeta) insert in > +the same way as normally but without leaving menu selection; instead, > +the set of matches will be reduced to contain only those matches the > +changed command line by calling completion again; the completion > +widgets make the longest unabiguous string be inserted in the command > +line and tt(undo) and tt(backward-delete-char) go back to the previous > +set of matches Before you commit this, the `m' in unambiguous is missing and the sentence seems to have a word missing (inserting `for' between `matches' and `the' would be one fix). I also think the `normally' should be `normal' but I'm not certain on that. Oliver This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.