On 5/10/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote:
On 5/10/06, Philip Ganchev <[EMAIL PROTECTED]> wrote:
>
>
> One way to achieve this is to make expansion work differently with
> brackets than with other strings. Currently,
I am uncomfortable with making command substitution tokenize
differently depending on whether we are in brackets or not. Introduces
far too much modality.
It seems it currently works differently inside brackets. If it didn't, then
[a (seq 2)]
would expand to
[a 1] 2]
and
[a (seq 2) ]
would expand to
[a 1 2 ]
So would it be such a leap to make sure that
[a (seq 1 2)]
instead expands to
[a 1 2]
and the array splicing problem is solved.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users