Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 9/27/83; site hplabs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!hplabs!Hpda From: Hpda@hplabs.UUCP (HP Data Systems) Newsgroups: net.bugs.4bsd Subject: sendbug(1) makes terrible assumptions about your editor Message-ID: <2767@hplabs.UUCP> Date: Fri, 23-Mar-84 20:53:35 EST Article-I.D.: hplabs.2767 Posted: Fri Mar 23 20:53:35 1984 Date-Received: Sun, 25-Mar-84 12:31:24 EST Organization: Hewlett Packard Labs, Palo Alto CA Lines: 23 Index: /usr/src/ucb/sendbug/sendbug.sh Description: I hate vi(1). I resent being thrown into it when reporting a bug. Repeat-By: % sendbug See vi ? Fix: replace the line... /usr/ucb/vi /tmp/bug$$ with... if ( $VISUAL != "" ) then set editor = $VISUAL else if ( $EDITOR != "" ) then set editor = $EDITOR else set editor = /usr/ucb/vi endif $editor /tmp/bug$$ Comments: Repent. Learn EMACS.