From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24861 invoked from network); 26 Feb 2008 21:59:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Feb 2008 21:59:47 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 98942 invoked from network); 26 Feb 2008 21:59:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Feb 2008 21:59:41 -0000 Received: (qmail 29916 invoked by alias); 26 Feb 2008 21:59:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24604 Received: (qmail 29893 invoked from network); 26 Feb 2008 21:59:37 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 26 Feb 2008 21:59:37 -0000 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by bifrost.dotsrc.org (Postfix) with ESMTP id D348F8026E0B for ; Tue, 26 Feb 2008 22:59:33 +0100 (CET) Received: by wx-out-0506.google.com with SMTP id h27so2333387wxd.3 for ; Tue, 26 Feb 2008 13:59:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=biwS1M2NVgQi42FBOPwC0E0nZ1kOCGnRxRr9akqeVAQ=; b=JRQ9nKi2O8NvytteuLBHRkZJ6o4KhxmTwQv1qUWp6NrQiCf42JDIokQPcHVwB2aRleMUm2eAifpFqjV1lL4nsszKNJXnIc0TSjEt0XIjPLLbxErWq/x7ko7aE3icRMiF3u4CC2UYJRlULVzVI1NOkC+RUkqY/cJdygWipAvl1Xk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pPUd/5oMJkoi4o6/ig2T2SF/7GRFzONCKnGZsQVCeSPVU2Fiey+KPwQjhO/vsvs7lB5th4+pEjfLoIdPRrCVN+VDBvsDXXI1dUWUXeSm2B5+B8C//2/4TWHmR4even7wWJr2Gi3zcOdZbktbaXBGUnP3/0OHkph1AdNU110vNKQ= Received: by 10.100.207.5 with SMTP id e5mr10793988ang.96.1204063172724; Tue, 26 Feb 2008 13:59:32 -0800 (PST) Received: by 10.100.143.1 with HTTP; Tue, 26 Feb 2008 13:59:32 -0800 (PST) Message-ID: <2d460de70802261359t6e109a8al49ce6ad8b4cf306b@mail.gmail.com> Date: Tue, 26 Feb 2008 22:59:32 +0100 From: "Richard Hartmann" To: "Zsh hackers list" Subject: Bug in command detection? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/6004/Tue Feb 26 20:08:16 2008 on bifrost X-Virus-Status: Clean Hi, when I install a program after I invoked ZSH and then try to call it, I get a prompt asking: zsh: correct 'foo' to 'bar'? [N/y/a/e] which is fine. I press enter, the command runs just fine, it exits and I want to run foo again, it asks me yet again if it should correct the command. I would assume checking the return code and remebering that this command can be executed should be feasible, but I do, of course, not know. In any case, thanks for all the work on ZSH, Richard