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: Sun, 11 Aug 2002 14:56:58 +0000	[thread overview]
Message-ID: <1020811145658.ZM27496@candle.brasslantern.com> (raw)
In-Reply-To: <3D566489.mail9L1BOMBV@viadomus.com>

On Aug 11,  3:20pm, DervishD wrote:
}
}     Ok, I have it loaded now, exported MENUSELECT and now my TAB key
} does nothing ;)) I've checked the menuselect keymap and the TAB key
} is correctly mapped to 'menu-complete'.

The menuselect keymap is only used to navigate the list of files, after
menu selection has started.  You need to check what TAB is bound to in
your regular keymap (emacs or viins).

You also need to be sure the ALWAYS_LAST_PROMPT option is set; if it is
not, menu selection is disabled, though that shouldn't prevent normal
completion from happening.

Other than that, I have no idea.  Check whether it works with `zsh -f':

	zsh -f
	% zmodload zsh/complist
	% MENUSELECT=0
	% ls <TAB>

If that works, then there's something in your setup that's interfering.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2002-08-11 14:57 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
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 [this message]
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=1020811145658.ZM27496@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).