home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 7099 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!skule.ecf!kumarad
  3. From: kumarad@ecf.toronto.edu (KUMARADAS JOSEPH CARL)
  4. Subject: Re: Customizing EPM 5.51
  5. Message-ID: <BzF3yK.FGA@ecf.toronto.edu>
  6. Organization: University of Toronto, Engineering Computing Facility
  7. References: <nicolson.64@odie.ee.wits.ac.za>
  8. Date: Thu, 17 Dec 1992 19:11:08 GMT
  9. Lines: 26
  10.  
  11. In article <nicolson.64@odie.ee.wits.ac.za> nicolson@odie.ee.wits.ac.za (James Nicolson) writes:
  12. >Hi,
  13. >
  14. >I am using EPM v5.51 from software.watson.ibm.com. (Its seems like a really 
  15. >good editor)
  16. >
  17. >When it comes to customizing it, I ran into a problem. Even without 
  18. >including my own .e files (mystuff.e etc.), the translator (etpm) complains
  19. >about the .ex file being bigger than the allowed 64k. Ie. all I am doing is:
  20. >  etpm epm
  21. >using the macro files as supplied in epmmac.zip.
  22. >
  23. >Am I missing something?
  24. >
  25. >Thanks,
  26. >
  27. >------------
  28. >James Nicolson, Department of Electrical Engineering
  29. >University of the Witwatersrand, South Africa
  30.  
  31. You should add the WANT_EXTRA=1 (or something to that effect) to a mycnf.e 
  32. file.  The .ex files are for some reason limited to 64k eac.  The WANT_EXTRA 
  33. will put the rest on a second file which must also be created by compiling the
  34. extra.e macro file.
  35.  
  36. Carl. 
  37.