home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / mailbook / 1140 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.9 KB  |  43 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!darwin.sura.net!paladin.american.edu!auvm!RICEVM1.RICE.EDU!SCHAFER
  3. Organization: Networking & Computing Systems, Rice University
  4. Message-ID: <MAILBOOK%92072413495020@RICEVM1.RICE.EDU>
  5. Newsgroups: bit.listserv.mailbook
  6. Date:         Fri, 24 Jul 1992 13:40:55 CDT
  7. Sender:       RiceMail discussion list <MAILBOOK@RICEVM1.BITNET>
  8. From:         "Richard A. Schafer" <SCHAFER@RICEVM1.RICE.EDU>
  9. Subject:      Function key description lines
  10. X-To:         MAIL/MAILBOOK Mailing list <MAILBOOK@ricevm1.rice.edu>
  11. Lines: 30
  12.  
  13. I'll probably send out the package this evening, so this is a little
  14. late to be asking the question.  But here goes:  I've written code
  15. to allow users to specify from 1 to 4 descriptive lines, automatically
  16. sorting and displaying the function key assignments (as built by the
  17. Options windows *only* - if you set things by hand you'll also need to
  18. build the reserved lines by hand), 6 to a line.   If you redefine the Help
  19. key to F24, then F24 will show Help (and only if you show all 4 lines),
  20. for example.
  21.  
  22. I'm planning on changing the default for key.lines to be 2 unless
  23. someone seriously objects.  That's because with the sorted ordering,
  24. having only 1 line will only pickup keys 1 through 6, leaving out some
  25. of the important things like scrolling and cancel.
  26.  
  27. Of course, you can redefine things so scrolling appears in the first
  28. six keys, but since people were used to having two lines in previous
  29. versions, I felt this (unfortunately, non-CUA) default was worth changing.
  30.  
  31. If someone has serious objections, please let me know ASAP.
  32.  
  33.  
  34. I've also added code to allow previous and next to display deleted items:
  35.  
  36.     NEXT (ANY
  37.     PREVIOUS (ANY
  38.  
  39. I've also added code to allow people to refuse to see any CMS windows, if
  40. that really bothers them.  A new CMS.WINDOWS option can be set to NO at
  41. INITIAL time (or via the windows) to force using linemode style
  42. question/answer dialogs.
  43.