home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3523 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.8 KB

  1. Xref: sparky gnu.emacs.help:3523 comp.emacs:2724 comp.os.msdos.apps:4130
  2. Path: sparky!uunet!mcsun!uknet!news.cs.bham.ac.uk!tigger!exs
  3. From: exs@tigger.cs.bham.ac.uk (Edmund Shing)
  4. Newsgroups: gnu.emacs.help,comp.emacs,comp.os.msdos.apps
  5. Subject: size of environment when shelling out from Demacs
  6. Message-ID: <Bs3Jun.IA3@cs.bham.ac.uk>
  7. Date: 28 Jul 92 11:27:58 GMT
  8. Sender: news@cs.bham.ac.uk
  9. Organization: School of Computer Science, University of Birmingham, UK
  10. Lines: 41
  11. Nntp-Posting-Host: tigger
  12.  
  13.  
  14. I have a 386SX-25 pc clone with 4 Mb of memory and a 40Mb HD. 
  15. The size of the environment is set in config.sys as follows:
  16.  
  17.     SHELL=C:\DOS\COMMAND.COM /E:1024 /P
  18.  
  19. The batch file with which I start up Demacs has the following line:
  20.  
  21.     SET SHELL=C:\DOS\COMMAND.COM
  22.  
  23. This batch file also sets up all the other environment variables
  24. required by Demacs (such as EMACSLOADPATH, EMACSEXECPATH etc.).
  25.  
  26. Now, when I am using Demacs, I sometimes want to shell out to use
  27. another application temporarily (like a spell checker or thesaurus). I
  28. want to use batch files to start these applications up, so that the
  29. correct environment variables are set for the application. However,
  30. when I try to run these batch files I run out of environment space.
  31.  
  32. I have tried extending the environment space as set in the config.sys
  33. file:
  34.  
  35.     SHELL=C:\DOS\COMMAND.COM /E:4096 /P
  36.  
  37. and also tried changing the SHELL variable in my emacs.bat file:
  38.  
  39.     SET SHELL=C:\DOS\COMMAND.COM /E:2048
  40.  
  41. but neither seem to have any effect. Has anybody got any suggestions
  42. on how to expand the environment space when shelling out from Demacs?
  43.  
  44. Thanks (I will summarize responses on the net),
  45.  
  46.  
  47. Edmund
  48.  
  49. -- 
  50. ---------------------------------------------------------------------------
  51. Edmund Shing            |  School of Computer Science
  52. E-Mail: exs@cs.bham.ac.uk    |  University of Birmingham
  53. 'Chacun ses gouts'        |  Edgbaston
  54.