Bug#457076: zsh: is-at-least does not work properly

2007-12-19 Thread Peter Stephenson
On Wed, 19 Dec 2007 22:41:07 +0200 Tonguc Yumruk <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~% setopt LOCAL_OPTIONS > setopt: no such option: LOCAL_OPTIONS > > On the other hand this works fine: > > [EMAIL PROTECTED]:~% setopt localoptions I wonder if that's a function of your locale ($LANG

Bug#457076: zsh: is-at-least does not work properly

2007-12-19 Thread Tonguc Yumruk
[EMAIL PROTECTED]:~% setopt LOCAL_OPTIONS setopt: no such option: LOCAL_OPTIONS On the other hand this works fine: [EMAIL PROTECTED]:~% setopt localoptions The ksh mode was my mistake. I misinterpreted the man page. Thus saith Peter Stephenson : > On Wed, 19 Dec 2007 14:19:34 -0500 > Clint Adam

Bug#457076: zsh: is-at-least does not work properly

2007-12-19 Thread Peter Stephenson
On Wed, 19 Dec 2007 14:19:34 -0500 Clint Adams <[EMAIL PROTECTED]> wrote: > 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. > > Ins

Bug#457076: zsh: is-at-least does not work properly

2007-12-19 Thread Clint Adams
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 att

Bug#457076: zsh: is-at-least does not work properly

2007-12-19 Thread Tonguc Yumruk
Package: zsh Version: 4.3.2-25 Severity: minor Tags: patch 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. --