zsh-workers
 help / color / mirror / code / Atom feed
* Menuselect question(s) and problem(s)
@ 1999-10-15 13:12 Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 1999-10-15 13:12 UTC (permalink / raw)
  To: ZSH workers mailing list

1. Is it possible to force menuselect (special key binding?) in case one match
is exact? I mean, currently if I have "foo" and "foobar" I get first a list of
both. Unfortunately, the next TAB starts from the scratch ... thus matching
"foo" and skipping any menu completion alltogether. (BTW I really think that it
were better to reuse old matches ... is it still not possible?)

2. Something strange still happens (with all current patches):

bor@itsrm2:~%> l /t/s/z/f/_<TAB>
bor@itsrm2:~%> l /tools/share/zsh/functions/_
functions/      functions.old/

(here we have exactly the case of the first question :-) press TAB once more:

bor@itsrm2:~%> l /tools/share/zsh/functions/_a2ps
functions/      functions.old/

Ooops. It starts menu completion - but I have SELECTMIN=0 and expect
menuselection to be started.

bor@itsrm2:~%> compconf -L
compconf completer='_oldlist:_complete:_match'
compconf correct_accept='2n'
compconf correct_prompt='correct to:'
compconf dumpfile='/home/bor/.zcompdump'
compconf match_insert='unambig'
compconf match_original='yes'
compconf oldlist_list='_match'
compconf path_cursor='yes'

bor@itsrm2:~%> set | grep SELECT
SELECTMIN=0

/andrej


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-10-15 13:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-15 13:12 Menuselect question(s) and problem(s) Andrej Borsenkow

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).