From owner-freebsd-questions Sun Mar 9 11:27:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06301 for questions-outgoing; Sun, 9 Mar 1997 11:27:34 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA06296 for ; Sun, 9 Mar 1997 11:27:31 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id MAA02702; Sun, 9 Mar 1997 12:27:22 -0700 (MST) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id MAA13089; Sun, 9 Mar 1997 12:25:53 -0700 (MST) Date: Sun, 9 Mar 1997 12:25:52 -0700 (MST) From: Marc Slemko To: "Brian N. Handy" cc: freebsd-questions@freebsd.org Subject: Re: Stupid vi question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk You are running stty in your .cshrc, .bashrc, or whatever startup file your shell is reading from. You should only have it do that for interactive shells otherwise you get warnings like the below. On Sun, 9 Feb 1997, Brian N. Handy wrote: > Hey, > > So...here's something that's annoyed me for a long time, and now someone > else has asked me the same question. > > When you're in vi...if you want to wrap a paragraph of text, you might use > a command like: > > !}fmt > > Now, on every machine other than mine, this works. On my FreeBSD box, I > get: > stty: stdin isn't a terminal > > (Though the wrap works fine and there are no other problems.) > > What's going on here? How do I fix this? > > Clueless, > > Brian > >