Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Dynamically adding to $mailpath?
- X-seq: zsh-workers 18022
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Dynamically adding to $mailpath?
- Date: Thu, 19 Dec 2002 18:04:59 +0100
- In-reply-to: <1021219161025.ZM4820@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <6134254DE87BD411908B00A0C99B044F03A0B5AC@MOWD019A> <4575.1040299586@xxxxxxxxxxxxxxxxxxxx> <6134254DE87BD411908B00A0C99B044F03A0B5B3@MOWD019A> <1021219161025.ZM4820@xxxxxxxxxxxxxxxxxxxxxxx>
- Sender: kiddleo@xxxxxxxxxx
On Bart wrote:
> On Dec 19, 3:44pm, Borzenkov Andrey wrote:
> }
> } And leaving just one of modifiers results in zsh: unknown file attribute.
>
> It's a simple parsing issue. The double-quotes aren't significant to the
> glob parser, so the colons cause the parse tokens to be
Oops, sorry. I should have thought to try that.
> It causes a seg fault immediately in 4.0.6, so it's something that changed
> after 4.0.2.
I've just checked again and it does crash 4.0.2. It just takes a few
runs, depending on the files in the current directory as it is doing
globbing.
: *(e:'a=( * )':)
seems to be sufficient. I suppose the filename generation code doesn't
like being called recursively.
Oliver
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author