help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] inferior shell: Out of environment space (Windows98)


From: Adam P.
Subject: [h-e-w] inferior shell: Out of environment space (Windows98)
Date: Sat, 12 Jan 2002 23:52:49 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-msvc-windows98.2222)

When running some commands (e.g., ps2pdf) in inferior shell (M-x
shell), I get the "Out of environment space" error message.  I
expected something like to this to solve my problem, but it doesn't:

(setq explicit-cmdproxy.exe-args '("-i" "/E:8192"))

What finally worked for me was...

(setq explicit-cmdproxy.exe-args '("-i" "/C COMMAND.COM /E:8192"))

...but this amounts to firing off COMMAND.COM from within the inferior
shell.

Is there a direct way of starting cmdproxy.exe with more environment
space?

TIA.

        Adam




reply via email to

[Prev in Thread] Current Thread [Next in Thread]