From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29028 invoked from network); 3 Sep 2004 16:47:16 -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:47:16 -0000 Received: (qmail 85526 invoked from network); 3 Sep 2004 16:47:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Sep 2004 16:47:11 -0000 Received: (qmail 8636 invoked by alias); 3 Sep 2004 16:46:28 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7970 Received: (qmail 8621 invoked from network); 3 Sep 2004 16:46:28 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Sep 2004 16:46:28 -0000 Received: (qmail 84203 invoked from network); 3 Sep 2004 16:45:29 -0000 Received: from simmts7.bellnexxia.net (HELO simmts7-srv.bellnexxia.net) (206.47.199.165) by a.mx.sunsite.dk with SMTP; 3 Sep 2004 16:45:26 -0000 Received: from juniper ([69.157.62.152]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with SMTP id <20040903164326.YYKZ1960.simmts7-srv.bellnexxia.net@juniper>; Fri, 3 Sep 2004 12:43:26 -0400 Received: by juniper (sSMTP sendmail emulation); Fri, 3 Sep 2004 12:45:24 -0400 Date: Fri, 3 Sep 2004 12:45:24 -0400 From: Stephen Bach <9sjb@qlink.queensu.ca> To: Peter Stephenson Cc: zsh-users@sunsite.dk Subject: Re: Issue redirecting zsh output Message-ID: <20040903164524.GB3194@juniper> Reply-To: 9sjb@qlink.queensu.ca References: <20040901235002.GA30082@juniper> <20040903155922.GA3194@juniper> <200409031615.i83GFb6S020150@news01.csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409031615.i83GFb6S020150@news01.csr.com> 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 Fri, Sep 03, 2004 at 05:15:37PM +0100, Peter Stephenson wrote: > I don't know of any good reason to have `setopt zle' explicitly in > .zshrc. It would have to be for some weird case where the shell didn't > detect the terminal properly. I agree, but it's possible so I have to account for it. For my purposes I've decided to use a separate .zshrc which sources the user's (if present), and then explicitly unsets zle. It's not pretty, but it seems to be working. Thanks guys