Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#271488: zsh: Option AUTO_CONTINUE can't be set
- X-seq: zsh-workers 20380
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx, Alexander Motzkau <a.motzkau@xxxxxx>, 271488-forwarded@xxxxxxxxxxxxxxx
- Subject: Re: Bug#271488: zsh: Option AUTO_CONTINUE can't be set
- Date: Sat, 18 Sep 2004 23:36:19 -0400
- In-reply-to: <E1C6pks-0007A4-QH@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <E1C6pks-0007A4-QH@xxxxxxxxxxxxxxxxx>
There appears to be a logic error; opts[AUTOCONTINUE] is immediately set
back to oautocont (which is 0).
> The shell option AUTO_CONTINUE cannot be set using setopt:
>
> $ setopt KSH_OPTION_PRINT
> $ setopt AUTO_CONTINUE
> $ setopt | grep -i continue
> autocontinue off
>
> The second setopt command is just ignored.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author