Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in command detection?
- X-seq: zsh-workers 24604
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Bug in command detection?
- Date: Tue, 26 Feb 2008 22:59:32 +0100
- 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=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author