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

Re: Fwd: Problem with RM_STAR_WAIT



On Tue, Nov 19, 2013 at 6:21 PM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>wrote:

> On Nov 19,  2:04pm, Ismail Donmez wrote:
> }
> } Probably this is more important for zsh-workers list.
>
> zsh-workers receives everything sent to zsh-users ... I saw this before
> but didn't have time to do anything with it right then and so left it
> for someone else.  Apparently everyone else did, too.
>
> } [/havana/t/z]> rm *
> } zsh: sure you want to delete all the files in /havana/t/z? (waiting ten
> } seconds)^C
> }  [yn]? y
> }
> } After CTRL-C I think zsh should just stop processing and don't ask the
> } yes/no, because entering 'y' here has no effect.
>
> This is pretty simple to fix.  A ctrl+c here must have been effective at
> some point in the past, I'd think, or there'd be no point in waiting the
> ten seconds, since we next block forever at the [y/n] prompt.
>
> Patch below.
>
>
Works fine, thanks a lot!


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