Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pws-20 parameter completion can't handle new syntax
- X-seq: zsh-workers 6418
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: pws-20 parameter completion can't handle new syntax
- Date: Tue, 1 Jun 1999 12:39:44 +0200 (MET DST)
- In-reply-to: "Bart Schaefer"'s message of Tue, 1 Jun 1999 10:04:54 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> On Jun 1, 11:30am, Sven Wischnowsky wrote:
> } Subject: Re: pws-20 parameter completion can't handle new syntax
> }
> } > zagzig% echo ${"comp<TAB>
> } > <BEEP>
> }
> } Hm, yes. The patch below makes this work, but it also makes `${ comp<TAB>'
> } work, because check_param() gets the string in a form where the quote
> } is replaced by a space.
>
> I think I'd prefer this particular "fix" were left out. We're more
> likely to notice that `${"foo' still needs fixing than we are to remember
> to un-fix `${ foo'.
I don't see a better solution without also dealing with the other
quoting-trouble and I have both of them together in my todo-list, so
no need to fear...
> Hmm, perhaps it's time to actually set up a bug tracking system for zsh.
Yes, maybe.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author