Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Change in FIGNORE behavior
- X-seq: zsh-workers 23493
- From: Peter Stephenson <pws@xxxxxxx>
- To: "zsh workers" <zsh-workers@xxxxxxxxxx>
- Subject: Re: Change in FIGNORE behavior
- Date: Wed, 30 May 2007 10:45:29 +0100
- In-reply-to: <20a807210705291856qe306eeds250f4f9d5f4dd33f@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20a807210705291856qe306eeds250f4f9d5f4dd33f@xxxxxxxxxxxxxx>
"Vin Shelton" wrote:
> Greetings -
>
> In a shell built from current CVS sources, I observe the following behavior:
>
> vshelton-pc2% ls
> svn-commit.tmp~
> vshelton-pc2% ls <TAB> --> svn-commit.tmp~
> vshelton-pc2% FIGNORE='~'
> vshelton-pc2% autoload -U compinit
> vshelton-pc2% compinit -u
> vshelton-pc2% ls <TAB> --> BEEP
>
> Even though FIGNORE is set, if there are no other matches, completion
> should match the backup file, right? That's the way the shell used to
> behave. I've done a little bisecting and it appears this behavior
> changed sometime between 2007-05-15 and 007-05-23.
>
> Was the change intentional? If so, I don't particularly like it. Can
> we have the old behavior back?
I certainly don't think it was intentional and I can't offhand see any
patch what ought to change it. Also, it doesn't seem to be happening
for me. This is supposed to be handled by the _ignored completer;
is some change causing that not to be set? If not, maybe the output of
_complete_debug would be helpful.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview
Messages sorted by:
Reverse Date,
Date,
Thread,
Author