Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!utah-cs!utah-gr!stride!tahoe!unsvax!jimi!greg From: greg@jimi.cs.unlv.edu (Greg Wohletz) Newsgroups: news.software.b Subject: Re: problems with rn Message-ID: <577@jimi.cs.unlv.edu> Date: Sat, 20-Jun-87 10:58:56 EDT Article-I.D.: jimi.577 Posted: Sat Jun 20 10:58:56 1987 Date-Received: Tue, 23-Jun-87 03:52:46 EDT References: <11@bnl.UUCP> Reply-To: greg@jimi.UUCP (Greg Wohletz) Distribution: na Organization: University of Nevada, Las Vegas Lines: 18 In article <11@bnl.UUCP> abrams@bnl.UUCP (Karl L. Abrams) writes: > > I am running version 2.10.2 of news on an a Vax 11/780 under Ultix 1.2, >and am attempting to install rn. The following problems are occuring: > >1. A carraige return is required after all commands, not just the multi- >character commands, as stated in the man document. Rn seems to be responding >correctly to the commands, but the inconvenience of 2 keystrokes for every >command is a pain. Rn doesn't seem to be operating in the cbreak mode, as >advertized. I believe your problem stems from the fact that Ultrix 1.2 attempts to be sys V compatible. rn's Configure program decides which method of terminal control to use by looking for the exsistance of /usr/include/termio.h (i think). If you hide this file from Configure, or figure out which cpp variable to undefine things will work better. --Greg