Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compadd -f with IPREFIX.
- X-seq: zsh-workers 6305
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: compadd -f with IPREFIX.
- Date: Tue, 18 May 1999 11:54:50 +0200 (MET DST)
- In-reply-to: Tanaka Akira's message of 18 May 1999 18:47:32 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Tanaka Akira wrote:
> heredoc> compadd -f -r ':/ \t\n\-' - *
>
> is27e1u11% tst :Completion/
>
> There is no problem in above operation.
> But, I put ":", "/" is retained as follows.
>
> is27e1u11% tst :Completion/:
>
> I think that "/" should be removed.
Currently -r and -R only work on user-added suffixes given with -S.
This is the way -q always worked (I didn't change anything ;-). It is
also stated explicitly in the docs.
So the question to everyone is: should we change this to make -[rR]
work even on automatically added suffixes?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author