Path: utzoo!utgpu!watserv1!watmath!att!dptg!ulysses!andante!mit-eddie!wuarchive!cs.utexas.edu!ut-emx!ccwf.cc.utexas.edu!ifas730 From: ifas730@ccwf.cc.utexas.edu Newsgroups: comp.unix.questions Subject: Re: Using a pager from within 'mail' Keywords: more, mail, pager, scroll Message-ID: <39892@ut-emx.uucp> Date: 18 Nov 90 03:18:28 GMT References: <1990Nov17.190806.15414@athena.mit.edu> Sender: news@ut-emx.uucp Reply-To: ifas730@ccwf.cc.utexas.edu () Organization: The University of Texas at Austin Lines: 20 In article <1990Nov17.190806.15414@athena.mit.edu> ramon@skye.mit.edu (Ramon F Herrera) writes: >Is there any way to use 'more' from within the mail program >to see long messages one page at a time?? > >The scrolling speeds these days are exceeding the reflexes >needed to press ^S ans ^Q. On a BSD machine, mail has a more subcommand. Just type 'more #', where # is the message number. I don't know if the mail program on a SysV machine has the more subcommand, so another solution is to create a .mailrc file in your home directory with the following two lines: set crt=24 set PAGER=pg On a BSD machine, set PAGER to more. This will allow you to use the print or type subcommands for long messages. Crt determines how long the message must be before the PAGER is used. I hope this helps. Kathy