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

Command completion problem



There's a problem with command completion in zsh 4.2.0. For instance:

greux:~> ab[TAB]
abbes        abdelkri     abelaid      abiword      abw2html.pl

i.e. I get the completion choices for commands (abiword, abw2html.pl)
and users (abbes, abdelkri, abelaid). I would like default completion
to be for commands only (and assimilated).

The completion help says:

greux:~> ab^Xh
tags in context :completion::complete:-command-::
    commands executables builtins functions aliases suffix-aliases reserved-words jobs parameters  (_alternative _command_names _autocd) 
    jobs                                                                                           (_jobs _alternative _command_names _autocd) 
    parameters                                                                                     (_parameters _alternative _command_names _autocd) 
    path-directories named-directories                                                             (_alternative _cd _autocd) 
    users named-directories directory-stack                                                        (_tilde _alternative _cd _autocd) 
    users                                                                                          (_users _tilde _alternative _cd _autocd)

but I don't see "users" in the first line.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% validated (X)HTML - Acorn / RISC OS / ARM, free software, YP17,
Championnat International des Jeux Mathématiques et Logiques, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



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