zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: tab during menu completion
Date: Tue, 7 Oct 2003 14:38:05 +0000	[thread overview]
Message-ID: <1031007143805.ZM6240@candle.brasslantern.com> (raw)
In-Reply-To: <9938.1065518102@gmcs3.local>

On Oct 7, 11:15am, Oliver Kiddle wrote:
}
} > zstyle ':completion:*' menu yes=2 select=2 interactive
} 
} What does that `interactive' word in the style do? I can't find it in
} the manual but if you remove it, the bug goes away. Any idea where you
} got that from?

It's in the manual for 4.1.1-dev, last paragraph under the 'menu' style:

     Finally, it is possible to activate two special modes of menu
     selection.  The word `interactive' in the value causes interactive
     mode to be entered immediately when menu selection is started; see
     *Note The zsh/complist Module:: for a description of interactive
     mode.  Including the string `search' does the same for incremental
     search mode.  To select backward incremental search, include the
     string `search-backward'.

And in the zsh/complist section:

vi-insert
     this toggles between normal and interactive mode; in interactive
     mode the keys bound to self-insert and self-insert-unmeta insert
     into the command line as in normal editing mode but without leaving
     menu selection; after each character completion is tried again and
     the list changes to contain only the new matches; the completion
     widgets make the longest unambiguous string be inserted in the
     command line and undo and backward-delete-char go back to the
     previous set of matches

I don't think this mode has ever been very thoroughly tested.  It was one
of the last things Sven put it before he became too busy with work to be
contributing regularly.


      reply	other threads:[~2003-10-07 14:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-06 23:29 Daniel Muino
2003-10-07  9:15 ` Oliver Kiddle
2003-10-07 14:38   ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1031007143805.ZM6240@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).