Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with ignore-line and parenthesis
- X-seq: zsh-users 7934
- From: Jesper Holmberg <jesperh@xxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Re: Problem with ignore-line and parenthesis
- Date: Fri, 27 Aug 2004 09:32:23 +0200
- In-reply-to: <Pine.LNX.4.61.0408261730050.28624@xxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Zsh-users List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040826181857.GF10369@localhost> <Pine.LNX.4.61.0408261730050.28624@xxxxxxxxxxxxxxxxxx>
- Sender: Jesper Holmberg <jesperh@xxxxxxxxx>
* On Thu Aug 26, Bart Schaefer wrote:
> On Thu, 26 Aug 2004, Jesper Holmberg wrote:
>
> > I have the following zstyle in my .zshrc:
> >
> > zstyle ':completion:*:(rm|cp|mv):*' ignore-line yes
> >
> > Filenames with parentheses in them seem to cause problems, though.
>
> Filenames with any glob pattern in them would have problems, I think. See
> if this does the right thing.
Yes, your patch seems to fix my example problem. However, I have some
other files that still cause the same problem. They're called:
Meeting notes (2004-01-15).doc
Meeting notes (2004-01-30).doc
And when I have the first one on the command line, it is still
suggested as a completion when doing mv or cp.
Jesper
Messages sorted by:
Reverse Date,
Date,
Thread,
Author