Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#457076: zsh: is-at-least does not work properly
- X-seq: zsh-workers 24298
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Tonguc Yumruk <tongucyumruk@xxxxxxxxxxxxxx>, 457076@xxxxxxxxxxxxxxx
- Subject: Re: Bug#457076: zsh: is-at-least does not work properly
- Date: Wed, 19 Dec 2007 14:19:34 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20071219151458.GA4123@xxxxxxxxxxxx>
- Mail-followup-to: Tonguc Yumruk <tongucyumruk@xxxxxxxxxxxxxx>, 457076@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071219151458.GA4123@xxxxxxxxxxxx>
On Wed, Dec 19, 2007 at 05:15:09PM +0200, Tonguc Yumruk wrote:
> The is-at-least function in zsh (which is used in some other functions)
> uses setopt LOCAL_OPTIONS which is only available in ksh emulation mode.
> Instead it should use emulate -L zsh to use LOCAL_OPTIONS in zsh mode.
> Patch is attached.
What do you mean?
> 17c17
> < emulate zsh ; setopt LOCAL_OPTIONS
> ---
> > emulate -L zsh #; setopt LOCAL_OPTIONS
Messages sorted by:
Reverse Date,
Date,
Thread,
Author