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
[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
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
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
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.
--
5 matches
Mail list logo