From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 540 invoked from network); 18 Oct 2004 20:34:10 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Oct 2004 20:34:10 -0000 Received: (qmail 92976 invoked from network); 18 Oct 2004 20:34:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Oct 2004 20:34:04 -0000 Received: (qmail 26829 invoked by alias); 18 Oct 2004 20:33:16 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8066 Received: (qmail 26810 invoked from network); 18 Oct 2004 20:33:15 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 18 Oct 2004 20:33:15 -0000 Received: (qmail 91550 invoked from network); 18 Oct 2004 20:33:15 -0000 Received: from moonbase.zanshin.com (64.84.47.139) by a.mx.sunsite.dk with SMTP; 18 Oct 2004 20:33:13 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.13.1/8.13.1) with ESMTP id i9IKX6Ph004913; Mon, 18 Oct 2004 13:33:06 -0700 Date: Mon, 18 Oct 2004 13:33:06 -0700 (PDT) From: Bart Schaefer Reply-To: zsh-users@sunsite.dk To: juhtolv@iki.fi cc: zsh-users mailing list Subject: Re: My zsh disturbs nvi? In-Reply-To: <87mzyj7s9y.fsf@heresy.ainola.jyu.fi> Message-ID: References: <87mzyj7s9y.fsf@heresy.ainola.jyu.fi> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 On Mon, 18 Oct 2004, Juhapekka Tolvanen wrote: > Now, can you tell me, what's wrong with my shell configs? Run zsh -fc 'print done' If you see anything other than "done", that's the problem. If you don't see anything but "done", then nvi likely is running the shell without the -f switch, which I guess might be reasonable because -f does not mean the same thing in bash/ksh as in csh/zsh. In which case you should try zsh -c 'print done' and again anything you see other than "done" is the problem.