Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!yale!bunker!wtm From: wtm@bunker.UUCP (Bill McGarry) Newsgroups: news.misc Subject: Re: RN wishlist Message-ID: <2028@bunker.UUCP> Date: Wed, 6-May-87 08:35:33 EDT Article-I.D.: bunker.2028 Posted: Wed May 6 08:35:33 1987 Date-Received: Sat, 9-May-87 00:47:35 EDT References: <876@fmsrl7.UUCP> Reply-To: wtm@bunker.UUCP (Bill McGarry) Organization: Bunker Ramo, an Olivetti Company, Shelton, CT Lines: 33 In article <876@fmsrl7.UUCP> wayne@fmsrl7.UUCP (Michael R. Wayne) writes: > > I would LOVE an option to shut off signature display so I would not >have to look at those 55 line "cute" pictures any more! This is not exactly what you are looking for but it may help. (This is from the section on environment variables in the "rn" man page.) PAGESTOP If defined, contains a regular expression which matches article lines to be treated as form-feeds. There are at least two things you might want to do with this. To cause page breaks between articles in a digest, you might define it as "^--------". To force a page break before a signature, you could define it as "^-- $". (Then, when you see "--" at the bottom of the page, you can skip the signature if you so desire by typing 'n' instead of space.) To do both, you could use "^--". If you want to break on more than one pattern, you can use "|" to separate the alternatives. There is some overhead involved in matching each line of the article against a regular expression. You might wish to use a baud-rate modifier to enable this feature only at low baud rates. Default: undefined Bill McGarry PATH: {philabs, decvax, fortune, yale}!bunker!wtm