Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=GK75xJbr27dCPI2R8paYq48RATCMGRi0hY8dzdHYHJI=;
        b=SbEMRlmJSXtiTi4gkjx6TugWWdtzwtVc+rib6EgQo3K8T768Lm7t9rHkeoA+iF+pdv
         VWfpwLGbkAl/MvTn2tAB3xv0u0/H3kiUvKlKB223yPd+zvgKWc6W1v37wrygv+C/NT1e
         ISKFU7mij3Gcvl9Rh7Bci+Y+HJo468cjsy5/B0T1M8SSA/V5WCXcHeaHhZb5M+Te7xOa
         3GKvodDRUYJ7gIg83yO5dT9UynpzMeucUKPnu2Or2tNQexqK18IEubiHcteREydgHNGx
         SDBE8DKtlj/bPQGMlL4zKCtUuwwCcdrkErGTSbOoWm1V+BNGynz8HRFkEA3Nucnnrzif
         pk0w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=GK75xJbr27dCPI2R8paYq48RATCMGRi0hY8dzdHYHJI=;
        b=kLsNMpZt1Dbn9f+2EHtK+hdovGiMdpqx2k0NSwQWWFgSsq8LnGpjK7NXwDU83V4K7H
         1/UMFpwye72XZir50HwLIH23VsWJk9ZT9UPcBjEWvNQIq9IWKZcnh1JhvY2MMNC2xb6L
         d/sjqSS0IrdnFpjZyAlnqixYTpxN0vOuw+/iHlXjYWBKxJWS2UIR7OYI14U5NeUPJvu4
         WyN6Fxa66Gi7ZgwvzmRDxSiKScoAIA8qIr9HptrTY9b9pv+UCDobvQqDcc9oiz+c8T5n
         H2hM0xwqh4gglpMUX+PlU1V3FGQMJVk2nWbswTCNE4ie8qaRiwHByn1uWh89nXQgjobG
         /HnQ==
X-Gm-Message-State: ALyK8tIbSAzE3ho6ljxalXuXBWUepFzjiW1LSvcSVKiszq8nso9oRjvzxV4QdAwTGS9OsQ==
X-Received: by 10.98.38.132 with SMTP id m126mr10923976pfm.57.1466615623710;
        Wed, 22 Jun 2016 10:13:43 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160622101417.ZM12222@torch.brasslantern.com>
Date: Wed, 22 Jun 2016 10:14:17 -0700
In-Reply-To: <23718.1466581326@thecus.kiddle.eu>
Comments: In reply to Oliver Kiddle <okiddle@yahoo.co.uk>
        "Re: [PATCH] print errors to stderr" (Jun 22,  9:42am)
References: <576a3601.43921c0a.46393.50ee@mx.google.com> 
	<23718.1466581326@thecus.kiddle.eu>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: [PATCH] print errors to stderr
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38747

On Jun 22,  9:42am, Oliver Kiddle wrote:
} 
} I think this behaviour is actually intentional. It is arguably not an
} error - the whence command's purpose is to search for something and
} report on whether it is found. So it doesn't rely on finding it. Also,
} this is compatible with csh and tcsh - the which command was a csh thing
} first.

Maybe it's time for either the doc or a code comment to explain this,
because I recall having this same discussion with someone else several
months ago.

