From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17243 invoked by alias); 20 Nov 2013 11:27:40 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32028 Received: (qmail 13247 invoked from network); 20 Nov 2013 11:27:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=0z91yFf3xRl0V02LFuTR8akBhfXgPUyI2cTv7ERicqQ=; b=CL7GAD/AyssXUSC9oJCqxn2SCTJBJ+byNj2PY5WCRmWMAXZC4SaFKICBwokzikIohQ eFnRoaIrk4tHW9soesEPnjpAkpI8CFkkGrwzBx0HLkvuHVPA+7gmNMBErxYD4Bvme0X2 aT3a7ahC59YKMqlGzIGZn+yM5HpBd7fLXM5fo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=0z91yFf3xRl0V02LFuTR8akBhfXgPUyI2cTv7ERicqQ=; b=Hy5FsvCTuxw34nzpFR3El9dCzCX09PQIXVrfpLFqVOlD8REDEPF1i4UPC0hdnw/W9C ZL+LLlsLR7GThwMvevLns7u7tV8kC69fBFBEOXMp6pq4E5BNr8ymU06tQ7COjkYtL29n qQ3vfvuNuMlpSZilHko8yBmDvq9e3maWDeKxPOxkTa8FMqVbOkZo9OW2xtc6EExXt1rs jcBuP5Q4c5IcK9hwMlMrAn4YKV0PCZACO1mH4c2SHh57iuNL5jIUYi7zDl62oYtUr4K0 fhCdzK5XQ46+Vurg/mf0P57LXNu4N6R2hnevhFR7GldxU87E7tPTlk2FVFRUumef6Awl 3Zeg== X-Gm-Message-State: ALoCoQnjyejj/Y1KQ4RfSZE7scABx3Ua/Uu2nJPjWAWZaInsxFeN0LonfT0q5hA1Ct9cKK5B/z6x X-Received: by 10.52.75.99 with SMTP id b3mr58867vdw.80.1384946842059; Wed, 20 Nov 2013 03:27:22 -0800 (PST) MIME-Version: 1.0 X-Originating-IP: [212.156.31.134] In-Reply-To: <131119082107.ZM18163@torch.brasslantern.com> References: <131119082107.ZM18163@torch.brasslantern.com> From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Wed, 20 Nov 2013 13:27:01 +0200 Message-ID: Subject: Re: Fwd: Problem with RM_STAR_WAIT To: Bart Schaefer Cc: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=bcaec501604b8de22b04eb9a103b --bcaec501604b8de22b04eb9a103b Content-Type: text/plain; charset=UTF-8 On Tue, Nov 19, 2013 at 6:21 PM, Bart Schaefer 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! --bcaec501604b8de22b04eb9a103b--