home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / emacs / 2976 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!decwrl!csus.edu!netcom.com!jsteele
  3. From: jsteele@netcom.com (John Steele)
  4. Subject: Re: microemacs on ibm-pc
  5. Message-ID: <z6dnw1=.jsteele@netcom.com>
  6. Date: Fri, 28 Aug 92 23:01:52 GMT
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  8. Keywords: n
  9. Distribution: comp
  10. References: <1992Aug26.968.2797@channel1> <yybn8gn.jsteele@netcom.com> <1992Aug28.163410.27039@coe.montana.edu>
  11. Lines: 26
  12.  
  13. In <1992Aug28.163410.27039@coe.montana.edu> osymh@giac1.oscs.montana.edu (Michael L. Hitch) writes:
  14.  
  15. >>This may be a side effect of not having HOME set correctly.  Try it.
  16. >>Or it may be a bad help file...
  17.  
  18. >  I had this problem with 3.11 and 3.11c after I recompiled them.  The problem
  19. >is that the default stack size that LINK creates is too small.  There is a
  20. >line in main.c that is supposed to set the default stack to 20,000, but that
  21. >statement doesn't seem to work with MicroSoft C 6.0A.  I used EXEMOD to
  22. >change the stack size and the help menu worked.
  23.  
  24. You are correct.  The first thing I did with uemacs was write a decent
  25. NMAKE makefile :)
  26.  
  27. I forgot that I had increased the stack size (not something I would try
  28. and do in the actual source myself) to add a swapping spawn.
  29.  
  30. Have a good weekend,
  31.   John
  32. -- 
  33. #include <disclaimer.h>            /* route all flames to /dev/null  */
  34. /**************************************************************************/
  35. /*   Systems Analyst      | John Steele     email: jsteele@netcom.com     */
  36. /* Video Business Systems |                                               */
  37. /*   1-800-255-3088       |    Most people spell COBOLSUX incorrectly...  */
  38. /**************************************************************************/
  39.