home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12840 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!decwrl!deccrl!news.crl.dec.com!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!engage.pko.dec.com!e2big.mko.dec.com!zibby.zko.dec.com!robinson
  3. From: robinson@zibby.zko.dec.com (Bill Robinson)
  4. Subject: Re: wanted: help w/ EDIT
  5. Message-ID: <1992Jul28.120935.24428@e2big.mko.dec.com>
  6. Lines: 30
  7. Sender: usenet@e2big.mko.dec.com (Mr. USENET)
  8. Reply-To: robinson@zibby.zko.dec.com (Bill Robinson)
  9. Organization: Digital Equipment Corporation
  10. References:  <4103@winnie.fit.edu>
  11. Distribution: usa
  12. Date: Tue, 28 Jul 92 12:09:35 GMT
  13.  
  14.  
  15. In article <4103@winnie.fit.edu>, karin@zach.fit.edu (Karin Nicholson) writes:
  16.  
  17. |>There's a user of my system who'd like to be able to use the NUMERIC
  18. |>KEYPAD MODE to key in data.  I pointed out that she could use the
  19. |>INSERT mode to accomplish this, but that's not what she wants.  She
  20. |>wants to be able to see all 80 characters on the screen at one time
  21. |>and not have the data lines wrap.
  22. |>
  23. |>I am open to any suggestions/ideas you have.  Thanks in advance!
  24.  
  25.  
  26. Instead of using EDT (which is what /edit gives you), use TPU instead:
  27.  
  28.   $ edit/tpu
  29.  
  30. That will put you in the EVE editor using the numeric keypad
  31. where pressing KP0 thru KP9 will insert digits.  You can then switch
  32. to the EDT keypad by pressing the DO key and entering the command
  33. SET KEYPAD EDT.  To get back to the numeric keypad, enter the command
  34. SET KEYPAD NUMERIC.  Your users will most likely prefer EVE over EDT
  35. once they've used EVE (I'm a former EVE developer, so excuse my EVE bigotry).
  36. Have them press DO and enter the command HELP EDT DIFFERENCES to see how
  37. the EDT keypad in EVE differs from the real thing.
  38.  
  39. Bill (a fellow chocolohik, payment always accepted in M&M's :-)
  40. --
  41.  _________________________________________________________________________
  42.  Bill Robinson                               | robinson@tle.enet.dec.com
  43.  Digital Equipment Corporation, Nashua, NH   | Opinions are my own.
  44.