zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: DervishD <raul@pleyades.net>, zsh-users@sunsite.dk
Subject: Re: Completion and menu behavior
Date: Wed, 7 Aug 2002 15:10:30 -0700	[thread overview]
Message-ID: <020807151030.ZM24584@candle.brasslantern.com> (raw)
In-Reply-To: <3D5194B5.mail17Q912FSP@viadomus.com>

On Aug 7, 11:44pm, DervishD wrote:
> Subject: Re: Completion and menu behavior
> 
> >Menuing is done with AUTO_MENU or MENU_COMPLETE or the `menu' style.
> 
>     I have AUTO_MENU 'on' and I never get menus, just lists.

"Menu completion" is controlled by AUTO_MENU and is the effect you get
where typing TAB multiple times cycles through the choices, showing you
one choice on the command line each time you press TAB.  This term dates
from before zsh was able to do fancy navigation though a set of choices
displayed in columns below the command line.  The latter what is called
"menu selection" (to differentiate it from "completion").

> I think that the only way of getting menus is with zstyle (I don't
> use compinit). I say 'menu' referring to menu selection.

Unfortunately you can't say just the word "menu" and expect anyone who
has been using zsh for more than about 2 years to think of "selection",
and you'll only confuse yourself if you think "selection" when you see
the word "MENU" in a zsh option name.

This is why Sven says "menu behavior" in the Subject: is annoying.

The way to get menu selection without styles is to set the MENUSELECT
parameter, but that's deprecated when using the shell-function-based
completion system rather than compctl-based completion.


  reply	other threads:[~2002-08-07 22:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-07  6:10 Byron Foster
2002-08-07  7:39 ` Sven Wischnowsky
2002-08-07 21:44   ` DervishD
2002-08-07 22:10     ` Bart Schaefer [this message]
2002-08-10 17:02       ` DervishD
2002-08-10 17:30       ` DervishD
2002-08-10 19:27         ` Bart Schaefer
2002-08-10 20:20           ` DervishD
2002-08-11  1:17             ` Bart Schaefer
2002-08-11 13:20               ` DervishD
2002-08-11 14:56                 ` Bart Schaefer
2002-08-11 20:01                   ` DervishD
2002-08-08  3:23   ` Byron Foster

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=020807151030.ZM24584@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=raul@pleyades.net \
    --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).