Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_oldlist and _complete_help oddities
- X-seq: zsh-workers 10646
 
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
 
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
 
- Subject: _oldlist and _complete_help oddities
 
- Date: Tue, 11 Apr 2000 14:33:19 +0400
 
- Importance: Normal
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
bor@itsrm2% ls <TAB>
bor@itsrm2% ls
Completing file
CVS/            ChangeLog       ChangeLog.3.0   Completion/     Config/
Doc/            Etc/            Functions/      INSTALL         LICENCE
META-FAQ        Makefile        Makefile.in     Misc/           README
Src/            StartupFiles/   Test/           Util/
acconfig.h
aclocal.m4      aczsh.m4        config.cache    config.guess*   config.h
config.h.in     config.log      config.status*  config.sub*
configure*
configure.in    install-sh*     mkinstalldirs*  stamp-h
stamp-h.in
bor@itsrm2% ls ^Xh
Completing file
CVS/            ChangeLog       ChangeLog.3.0   Completion/     Config/
Doc/            Etc/            Functions/      INSTALL         LICENCE
META-FAQ        Makefile        Makefile.in     Misc/           README
Src/            StartupFiles/   Test/           Util/
acconfig.h
aclocal.m4      aczsh.m4        config.cache    config.guess*   config.h
config.h.in     config.log      config.status*  config.sub*
configure*
configure.in    install-sh*     mkinstalldirs*  stamp-h
stamp-h.in
List is not redrawn.
bor@itsrm2% zstyle -L
zstyle ':completion:*' completer _oldlist _complete _match
zstyle :completion::approximate: max-errors 3
zstyle ':completion:*' menu 'select=0'
zstyle ':completion:*::::default' list-colors ''
zstyle ':completion:*:match:*' original yes
zstyle ':completion:*:match:*' insert-unambiguous yes
zstyle ':completion:*:paths' ambiguous yes
zstyle ':completion:*:oldlist' list _match
zstyle ':completion:*' list-rows-first yes
zstyle ':completion:*:(directories|(globbed-|all-|)files)' matcher
'r:|[.-]=**'
zstyle ':completion:*' group-name ''
zstyle ':completion:*:descriptions' format 'Completing %d'
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author