From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16602 invoked from network); 6 Apr 2000 15:57:18 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Apr 2000 15:57:18 -0000 Received: (qmail 1126 invoked by alias); 6 Apr 2000 15:56:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10548 Received: (qmail 1114 invoked from network); 6 Apr 2000 15:56:52 -0000 Subject: Re: FPATH/autoload still strange in -dev-21 In-Reply-To: <1000406095141.ZM15654@candle.brasslantern.com> from Bart Schaefer at "Apr 6, 2000 09:51:41 am" To: Bart Schaefer Date: Thu, 6 Apr 2000 16:56:42 +0100 (BST) CC: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL66 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Bart Schaefer wrote: >} Make `2>& ' be silently treated like `2> '? > >I'd vote for that anyway. I wouldn't. At the moment it's perfectly clear: &> does two redirections. You're talking about adding an exception, which really *will* confuse people. The expected behaviour of "2>& foo" is to put two copies of stderr into the file; this is a pretty innocuous failure mode if anyone does do it by accident, and the cause will be pretty obvious. -zefram