home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / mail / elm / 3871 < prev    next >
Encoding:
Text File  |  1992-12-28  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!udel!princeton!sheps!bvaughan
  3. From: bvaughan@sheps.Princeton.EDU (Barbara Vaughan)
  4. Subject: Re: Elm and "more"
  5. Message-ID: <1992Dec28.173237.20352@Princeton.EDU>
  6. Originator: news@nimaster
  7. Sender: news@Princeton.EDU (USENET News System)
  8. Nntp-Posting-Host: sheps.princeton.edu
  9. Organization: Princeton University
  10. References: <1992Dec25.021843.24341@informix.com>
  11. Date: Mon, 28 Dec 1992 17:32:37 GMT
  12. Lines: 15
  13.  
  14. In article <1992Dec25.021843.24341@informix.com> billd@informix.com (William Daul) writes:
  15. >Outside of ELM (using a Unix system) when I type "more foo-file" and the end
  16. >of the page I get a percentage of the file remaining to be displayed.  When
  17. >I am in ELM and looking at a message, I DON'T get this percentage left.  How
  18. >can I get ELM to display the percentage?
  19.  
  20. elm pipes the letter to more and more can't compute the percentage when
  21. the input is from a pipe, because it doesn't know the size until it's
  22. reached the end.  I use less for viewing my mail; less also can't compute
  23. the percentage, but I've modified the less display to at least show me
  24. what line number I'm on.  If I check out the total number of lines before
  25. viewing the letter, this gives a mental estimate of the percentage.
  26.  
  27. barbara Vaughan
  28.  
  29.