From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9169 invoked from network); 29 Jun 1999 13:49:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Jun 1999 13:49:11 -0000 Received: (qmail 29576 invoked by alias); 29 Jun 1999 13:49:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6922 Received: (qmail 29566 invoked from network); 29 Jun 1999 13:48:56 -0000 Message-ID: <3778CEA1.A2562573@thoth.u-net.com> Date: Tue, 29 Jun 1999 14:48:17 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Andrej Borsenkow CC: zsh-workers@sunsite.auc.dk Subject: new menu selection and Re: New compinstall and bindkey References: <000c01bec222$308cc100$21c9ca95@mow.siemens.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've now looked at the new selection for menu completion. Firstly, thanks Sven: it's great. There is one thing I don't like. When I move the cursors to highlight the string I want to complete to and press return, the highlighting is removed but menu-completion continues so if I press tab again, it cycles through the selections as opposed to accepting my selection and going on to complete whatever is next. I also have problems with an aixterm where the next item on the left is highlighted in addition to the one on the right in some circumstances. Andrej Borsenkow wrote: > The reason I didn't like sourcing compinit was that I hate to have any > dependencies on local installation place. Making it autoloaded function makes it > invariant: That makes more sense now - thanks. > Hmmm ... in command line editing multiline input I can insert new line by > pressing ^V^J. Thanks, bindkey -s "^[[100q" "^V^J" works very nicely. Oliver Kiddle