home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / tpu / 507 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  2.6 KB

  1. Path: sparky!uunet!think.com!spool.mu.edu!news.cs.indiana.edu!nstn.ns.ca!dymaxion.ns.ca!bg
  2. From: bg@dymaxion.ns.ca
  3. Newsgroups: vmsnet.tpu
  4. Subject: EVE global settings (was: Annoying informational EVE messages)
  5. Message-ID: <1992Nov18.154603.71@dymaxion.ns.ca>
  6. Date: 18 Nov 92 15:46:03 AST
  7. References: <1992Nov16.221022.67@dymaxion.ns.ca>
  8. Organization: Dymaxion Research Limited, NS, Canada
  9. Lines: 65
  10.  
  11. As it appears that many people didn't quite understand my original
  12. post, here is some clarification:
  13.  
  14. In article <1992Nov16.221022.67@dymaxion.ns.ca>, bg@dymaxion.ns.ca writes:
  15. > Would someone please post a patch to the EVE routines which will
  16. > prevent informational messages from being displayed in the messages
  17. > window for settings saved via the "SAVE EXTENDED EVE" command.  They
  18. > really bug me.
  19.  
  20. I'm talking about the following messages:
  21.  
  22.  
  23. Default select behavior is now active.
  24. Box operations will now overstrike your buffer.
  25. The cursor is now bound to the flow of your text.
  26. Default command file is undefined.
  27. Default section file is undefined.
  28. Editor will not check for modified attributes on exit.
  29. Pending delete disabled.
  30. Prompting for section file enabled.
  31. Tab mode set to insert a TAB character.
  32. Tabs will no longer be visible.
  33.  
  34. All of these messages flash by rapidly (or not so rapidly at 2400
  35. baud) at the beginning of an editing session which uses my saved
  36. section file.  The messages are annoying and furthermore obilterate
  37. any useful messages which may have been displayed at the start of
  38. the session, like:
  39.  
  40. Editing new file.  Could not find: BG.TMP
  41.  
  42. The procedure which creates my new section file looks like this:
  43.  
  44.     SET KEYPAD EDT
  45.     SET CURSOR BOUND
  46.     SET NOEXIT ATTRIBUTE CHECK
  47.     INCLUDE DYULIB:DSPELL.TPU
  48.     INCLUDE DYULIB:GETFRO.TPU
  49.     INCLUDE DYULIB:FILBAR.TPU
  50.     INCLUDE DYULIB:OUTSEL.TPU
  51.     INCLUDE DYULIB:MARGIN.TPU
  52.  
  53.     TPU COMPILE(current_buffer)
  54.     TPU DEFINE_KEY("dy_getfile_ronly",CTRL_G_KEY)
  55.     TPU DEFINE_KEY("dy_getfile_ronly",KEY_NAME("G",SHIFT_KEY))
  56.     TPU DEFINE_KEY("eve_spell",KEY_NAME("S",SHIFT_KEY))
  57.     TPU DEFINE_KEY("vertical_bar",FS_KEY)
  58.     TPU DEFINE_KEY("output_select",KEY_NAME("O",SHIFT_KEY))
  59.     TPU DEFINE_KEY("tilde_bar",RS_KEY)
  60.     TPU DEFINE_KEY("right_70",KEY_NAME("7",SHIFT_KEY))
  61.     TPU DEFINE_KEY("right_80",KEY_NAME("8",SHIFT_KEY))
  62.  
  63.     SAVE EXTENDED EVE DYM$DISK:[DYMAX.205000]TPUEDT.NEW
  64.  
  65. I never had a problem with the extra messages appearing until
  66. I added the lines:
  67.  
  68.     SET CURSOR BOUND
  69.     SET NOEXIT ATTRIBUTE CHECK
  70.  
  71. Ben.
  72. ---
  73. Ben Armstrong, Software Development                  bus: (902)422-1973
  74. Dymaxion Research Ltd.,                              fax: (902)421-1267
  75. Halifax, Nova Scotia, Canada B3J 1R2            Internet: bg@dymaxion.ns.ca
  76.