Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#270608: zsh: dpkg completion broken
- X-seq: zsh-workers 20353
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: martin f krafft <madduck@xxxxxxxxxx>
- Subject: Re: Bug#270608: zsh: dpkg completion broken
- Date: Sat, 11 Sep 2004 13:28:23 -0700 (PDT)
- Cc: zsh-workers@xxxxxxxxxx, 270608-done@xxxxxxxxxxxxxxx
- In-reply-to: <20040911170736.GA23592@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040910161910.GA23853@xxxxxxxxxxxxxxxxxx> <20040910163119.GA12581@xxxxxxxxxxx> <20040910172215.GA27368@xxxxxxxxxxxxxxxxxx> <20040910185500.GA15086@xxxxxxxxxxx> <20040908085302.GA32363@xxxxxxxxxxxxxxxxxx> <20040908180727.GB25987@xxxxxxxxxxx> <20040910093933.GC4099@xxxxxxxxxxxxxxxxxx> <20040910155528.GA11672@xxxxxxxxxxx> <20040911063908.GA29864@xxxxxxxxxxxxxxxxxx> <20040911163125.GA32267@xxxxxxxxxxx> <20040911170736.GA23592@xxxxxxxxxxxxxxxxxx>
- Reply-to: zsh-workers@xxxxxxxxxx
On Sat, 11 Sep 2004, martin f krafft wrote:
> zstyle ':completion:*:(all-|)files' ignored-patterns '*.bk' '*~' '*\#'
> This opens another issue... the manpage says that
>
> Note that the EXTENDED_GLOB option is set during the execution
> of completion functions, so the characters #, ~ and ^ have
> special meanings in the patterns.
>
> However, the above line only works if I do *not* escape ~.
That's probably because ~ has special meaning only at certain positions in
patterns, and at the end is not one of them.
However, it is a little surprising.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author