Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#99095: Process completion for gdb
- X-seq: zsh-workers 14625
- From: Clint Adams <clint@xxxxxxx>
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: Bug#99095: Process completion for gdb
- Date: Thu, 31 May 2001 13:58:43 -0400
- Cc: zsh-workers@xxxxxxxxxx, 99095@xxxxxxxxxxxxxxx
- In-reply-to: <200105311526.RAA12705@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from wischnow@xxxxxxxxxxxxxxxxxxxxxxx on Thu, May 31, 2001 at 05:26:33PM +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010531100751.A13076@xxxxxxxx> <200105311526.RAA12705@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> I thought about something like that when I wrote _gdb. The problem is
> if there is no file matching *core. Then the first would complete all
> files (or directories), too. And since they may be in different groups,
> they would be shown twice.
>
> Obviously, I didn't find a solution...
One could rely on the output of file(1), but that's ridiculously expensive.
Why not an option to _path_files that doesn't add any matches if the
pattern is not met?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author