Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: New zed and refresh bug



> On Jul 29,  4:21pm, Zoltan Hidvegi wrote:
> } Subject: Re: New zed and refresh bug
> }
> } I's even simpler.  Since TMOUT is not special now, the patch below works.
> } Note that integer makes TMOUT local.
> 
> Yes; WHY???  This seems completely counterintuitive to me.

typeset creates local variables as in ksh.  integer is typeset -i.
I do not think it is counterintuitive.  ingeger bevaves similarily to
a local variable declaration in C.

Zoltan



Messages sorted by: Reverse Date, Date, Thread, Author