From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 685 invoked from network); 3 Sep 2004 16:01:14 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Sep 2004 16:01:14 -0000 Received: (qmail 60185 invoked from network); 3 Sep 2004 16:01:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Sep 2004 16:01:09 -0000 Received: (qmail 17336 invoked by alias); 3 Sep 2004 16:00:25 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7967 Received: (qmail 17321 invoked from network); 3 Sep 2004 16:00:25 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Sep 2004 16:00:24 -0000 Received: (qmail 58471 invoked from network); 3 Sep 2004 15:59:25 -0000 Received: from simmts5.bellnexxia.net (HELO simmts5-srv.bellnexxia.net) (206.47.199.163) by a.mx.sunsite.dk with SMTP; 3 Sep 2004 15:59:24 -0000 Received: from juniper ([69.157.62.152]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with SMTP id <20040903155736.DRZG1635.simmts5-srv.bellnexxia.net@juniper>; Fri, 3 Sep 2004 11:57:36 -0400 Received: by juniper (sSMTP sendmail emulation); Fri, 3 Sep 2004 11:59:22 -0400 Date: Fri, 3 Sep 2004 11:59:22 -0400 From: Stephen Bach <9sjb@qlink.queensu.ca> To: Bart Schaefer Cc: zsh-users@sunsite.dk Subject: Re: Issue redirecting zsh output Message-ID: <20040903155922.GA3194@juniper> Reply-To: 9sjb@qlink.queensu.ca References: <20040901235002.GA30082@juniper> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: * X-Spam-Status: No, hits=1.6 required=6.0 tests=BAYES_44,RCVD_IN_RFCI, RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 1.6 On Wed, Sep 01, 2004 at 08:41:48PM -0700, Bart Schaefer wrote: > > zsh +Z 2>&1 >/dev/null > Yes, that seems to do the trick. Thanks! Now a related problem -- I see that if the user has "setopt zle" in their .zshrc, the +Z flag is overridden. Is there a way to force command-line flags to take precedence (or antecedence, depending on how you look at it)?