Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!news From: wdstarr@athena.mit.edu (William December Starr) Newsgroups: news.newusers.questions Subject: Re: rn and more Summary: the -i=nn switch controls how many lines you get on page one Message-ID: <1990Feb19.175101.14391@athena.mit.edu> Date: 19 Feb 90 17:51:01 GMT References: <22418@unix.cis.pitt.edu> Sender: news@athena.mit.edu (News system) Organization: Northeastern University Lines: 38 In article <22418@unix.cis.pitt.edu> (in news.newusers.questions), gomer@unix.cis.pitt.edu (Richard J Coyle) said: > For each article that came up, only the header came > out on the screen, followed by a "more" type line with a percentage > of the article remaining. Usually I get an entire screen full of > print with this "more" line at the bottom, but now its appearing at > about halfway down the page. Why did this happen all of a sudden? Are you now accessing your machine at a different, slower baud rate? The reason I ask is that there's a somewhat obscure switch mentioned in the RN documentation: > -i= > specifies how long (in lines) to consider the initial > page of an article--normally this is determined > automatically depending on baud rate. (Note that an > entire article header will always be printed regardless > of the specified initial page length. If you are work- > ing at low baud rate and wish to reduce the size of the > headers, you may hide certain header lines with the -h > switch.) I'm not sure what the break point is, the baud rate at or below which RN decideds to do you the favor of only displaying headers instead of the first full page. I think it's either 2400 or 1200. In any event, I think you can overpower it by invoking RN with an argument of -i=22 or something similar. (And, of course, you can also do it by setting the RNINIT environment variable in something like the folowing manner: setenv RNINIT '-i=22' before invoking RN.) ---- William December Starr