home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rp.zip / README next >
Text File  |  1994-06-08  |  2KB  |  55 lines

  1. The attached file is the compiled version, rp.ex that is referred to in this
  2. message.  The message explains what to do with rp.ex.  Some people apparently
  3. don't have etpm, and so can't generate rp.ex directly.
  4.  
  5. ================================================================================
  6. Newsgroups: comp.os.os2.networking.tcp-ip
  7. From: rickw@umr.edu
  8. Subject: Re: LAMail-quoting message
  9. References: <Coty6v.Hrr@news.cis.umn.edu>
  10. Date: Tue, 26 Apr 1994 15:31:53 GMT
  11. Reply-To: rickw@umr.edu
  12. Message-ID: <1994Apr26.153153.6401@umr.edu>
  13.  
  14. In <Coty6v.Hrr@news.cis.umn.edu>, wmg@grove.psych.umn.edu writes:
  15. >Is there an add-on package for LAMail's editor that allows one to easily
  16. >quote a message when one is replying, the way you can when you are 
  17. >following up a post on NR/2?
  18. >
  19. >William M. Grove           |  Democracy is not for the thin-skinned.
  20. >Department of Psychology   |  The only cure for bad speech is more speech.
  21. >University of Minnesota    |  Stop the Clipper initiative.
  22. >
  23.  
  24. Here a E program to do what to you want.  It was written by Larry M.
  25.  
  26. -----cut here------
  27. defmain
  28.     universal normal_fwd, usenet_string
  29.     save_normal_fwd=normal_fwd
  30.     normal_fwd=0
  31.     usenet_string='> '
  32.     'rep_fwd'
  33.     normal_fwd=save_normal_fwd
  34. -----cut here------
  35.  
  36. You have to compile it with ETPM and put the RP.EX file into your \TCPIP\BIN
  37. directory.  
  38.  
  39. To use it:
  40.  1)  View a note
  41.  2)  Press CTRL-I   (Brings up Command dialog)
  42.  3)  Enter RP
  43.  
  44. It works great!
  45.  
  46. Rick...
  47.      ___________
  48.  ___/  my.sig   \_____________________________________________
  49. |Rick Wilkerson                  | Telephone:.(314) 341-4163  |
  50. |Computer Programmer/Analyst II  | Fax:.......(314) 341-4216  |
  51. |Computing & Information Services| E-Mail:.....rickw@umr.edu  |
  52. |University of Missouri-Rolla    |                            |
  53. |____________ =( Click here for famous quote )=_______________|
  54.  
  55.