home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / tpu / 401 next >
Encoding:
Text File  |  1992-09-08  |  998 b   |  31 lines

  1. Newsgroups: vmsnet.tpu
  2. Path: sparky!uunet!seq!rpowell
  3. From: rpowell@seq.uncwil.edu (Richard Powell)
  4. Subject: Re: Binding EVE_FIND_NEXT to a double key stroke.
  5. Message-ID: <1992Sep7.023512.28308@seq.uncwil.edu>
  6. Organization: Univ. of North Carolina @ Wilmington
  7. References: <920829004712.23e0e7a5@UNHH.UNH.EDU>
  8. Date: Mon, 7 Sep 1992 02:35:12 GMT
  9. Lines: 20
  10.  
  11. w_costa@unhh.unh.edu writes:
  12.  
  13. >TPU folks...
  14.  
  15. >    Easy question (I hope).  I've figured out that to make CTRL-F call the
  16. >    EVE_FIND routine, I can use the following TPU code in a COMMAND file:
  17.  
  18. >        define_key('eve_find("")', key_name(CTRL_F_KEY));
  19.  
  20. >    But how would I bind CTRL-F CTRL-F (i.e. pressing CTRL-F twice) to the
  21. >    eve_find_next routine?  (I've tried using the EVE$ source in
  22. >    SYS$EXAMPLES: for inspiration, but there's too much I still don't
  23. >    understand about TPU.)
  24.  
  25. >    Thanks in advance for the help.
  26.  
  27. >                            Bill Costa
  28. >                            W_COSTA@UNH.EDU
  29.  
  30. Where do you find out how to write eve or lse procedures?
  31.