* Possible bug? in _values and menu completion
@ 2002-02-25 9:21 Borsenkow Andrej
2002-02-25 9:28 ` Sven Wischnowsky
0 siblings, 1 reply; 2+ messages in thread
From: Borsenkow Andrej @ 2002-02-25 9:21 UTC (permalink / raw)
To: Zsh hackers list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Possible bug? in _values and menu completion
2002-02-25 9:21 Possible bug? in _values and menu completion Borsenkow Andrej
@ 2002-02-25 9:28 ` Sven Wischnowsky
0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 2002-02-25 9:28 UTC (permalink / raw)
To: zsh-workers
Borsenkow Andrej wrote:
> 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.
Yes, we've discussed this. It's because a-a-m-c acts as if one had
typed a space to accept the match.
This has to be wait some more, there were also other things in the
suffix handling we wanted to have a look at.
Bye
Sven
--
Sven Wischnowsky wischnow@berkom.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-02-25 9:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-25 9:21 Possible bug? in _values and menu completion Borsenkow Andrej
2002-02-25 9:28 ` Sven Wischnowsky
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).