home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / elm / 3173 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  2.3 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!uknet!mcsun!sun4nl!fwi.uva.nl!janw
  2. From: janw@fwi.uva.nl (Jan Wortelboer)
  3. Newsgroups: comp.mail.elm
  4. Subject: Re: pager for small mail
  5. Keywords: 2.4 less
  6. Message-ID: <1992Nov5.105004.19650@fwi.uva.nl>
  7. Date: 5 Nov 92 10:50:04 GMT
  8. References: <1992Nov5.012957.13923@wubios.wustl.edu>
  9. Sender: news@fwi.uva.nl
  10. Organization: FWI, University of Amsterdam
  11. Lines: 51
  12. Nntp-Posting-Host: mail.fwi.uva.nl
  13.  
  14. phil@wubios.wustl.edu (J. Philip Miller) writes:
  15.  
  16. >I just wanted to indicate my support for adding a configuration option for 2.4
  17. >with respect to the new behavior of using the built in pager for "short"
  18. >messages.
  19.  
  20. >We configure elm to use less as the pager, and have many users whose only use
  21. >of the system is for mail.  For them to become sophisticated to notice that
  22. >depending on the bottom line on their display they either have to type q or i
  23. >depending on what they see will be a major challenge.
  24.  
  25. >Personally I receive 300-400 messages a day and therfore have devised rather
  26. >efficient mail reading habits.  One of these involve a well worn neural path
  27. >that poises my fingers over the q, n, d and  spacebar keys.  To have to
  28. >substitute i for q depending on the message length would certainly both slow
  29. >me down and create more miskeys.
  30.  
  31. >Seems to me this would be an easy patch, and it would be very useful for many
  32. >users.
  33. How about this:
  34.  
  35. *** showmsg.c.dist    Sat Oct  3 23:59:17 1992
  36. --- showmsg.c    Wed Oct 28 10:59:55 1992
  37. ***************
  38. *** 157,165 ****
  39.       if(current_header->encrypted)
  40.         getkey(OFF);
  41.   
  42.       if(builtin=(first_word(pager,"builtin")||
  43.          first_word(pager,"internal"))||
  44. !        lines < LINES - 3)
  45.   
  46.         start_builtin(lines);
  47.   
  48. --- 169,179 ----
  49.       if(current_header->encrypted)
  50.         getkey(OFF);
  51.   
  52. + /* If PromptAfter = OFF and Pager = External
  53. +    you probably don't wan't builtin, with the I to Return to Index */
  54.       if(builtin=(first_word(pager,"builtin")||
  55.          first_word(pager,"internal"))||
  56. !        ( prompt_after_pager && lines < LINES - 3))
  57.   
  58.         start_builtin(lines);
  59.   
  60. -- 
  61. Jan Wortelboer,  University of Amsterdam
  62.                  Computer Science Department  Email: janw@fwi.uva.nl
  63. Unix             Kruislaan 403 Kamer F003     Phone: +31 20 525 7501
  64. systems manager  1098 SJ AMSTERDAM            Fax  : +31 20 525 7490
  65.