Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Possible bug? in _values and menu completion
- X-seq: zsh-workers 16712
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Possible bug? in _values and menu completion
- Date: 25 Feb 2002 12:21:11 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
When _values does not play nicely with menu completion in common cas
_values -s , "description" $values
E.g. look at _mount:
{pts/2}% mount -t ext2 -o async,
Completing file system options
async -- do all I/O asynchronously
atime -- update access time
...
press a-a-m-c:
{pts/2}% mount -t ext2 -o async atime,
Completing file system options
async -- do all I/O asynchronously
atime -- update access time
auto -- can be mounted with -a
...
i.e. values are not put in one word but seperated by ','.
I even vaguely recall it has been already discussed? Sorry, I seem to
mostly miss what happened in last several months.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author