Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

3.1.6-bart-8: menu select + oldlist oddities



3.1.6-bart-8 just compiled and installed.

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='_complete:_match'
compconf path_cursor='yes'
bor@itsrm2:~%> less ~/.zshrc
...
bindkey -e
bindkey '\033^M' accept-and-menu-complete
bindkey '^I' complete-word
bindkey '^[q' push-line-or-edit
bindkey -M menuselect '/' accept-and-infer-next-history
ZLS_COLORS=
SELECTMIN=0
setopt nolistambiguous
setopt nolistbeep
...

Case 1 (O.K.)
bor@itsrm2:~%> l /t/s/z/f/_<TAB>
bor@itsrm2:~%> l /tools/share/zsh/functions<CURSOR>/_
functions/      functions.old/
Now press cursror-right,TAB
bor@itsrm2:~%> l /tools/share/zsh/functions/_
zsh: do you wish to see all 194 possibilities? 

so far so good

Case 2 (strange)
bor@itsrm2:~%> l /t/s/z/f/_<TAB><TAB>
bor@itsrm2:~%> l /tools/share/zsh/functions<CURSOR>/_
functions/      functions.old/
^^ highlighted
Now press "/" (accept-and-infer-next-history)
bor@itsrm2:~%> l /tools/share/zsh/functions/_a2ps

Oops! No more completion there inside /tools/share/zsh/functions

Case 3 (weird)
bor@itsrm2:~%> l /t/s/z/f/_<TAB><TAB>
bor@itsrm2:~%> l /tools/share/zsh/functions<CURSOR>/_
functions/      functions.old/
^^ highlighted
Now press RETURN, TAB
bor@itsrm2:~%> l /tools/share/zsh/functions.old/_
functions/      functions.old/
TAB once more
bor@itsrm2:~%> l /tools/share/zsh/functions/_    
functions/      functions.old/

/andrej



Messages sorted by: Reverse Date, Date, Thread, Author