From 62118bec219140fa31e2d61cc7d69482d36b1c4f Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 3 Mar 2006 07:46:30 +0000 Subject: [PATCH] Revision: emacs@sv.gnu.org/gnus--devo--0--patch-70 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 46-48) - Update from CVS 2006-03-02 Reiner Steib * make.bat: Add note about "Out of environment space" on Windows 98 SE. Avoid `>' in echo. --- ChangeLog | 5 +++++ make.bat | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74b233550..b89642dfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,11 @@ * etc/images/mail/save.xpm, etc/images/mail/preview.xpm: Rename char*. +2006-03-02 Reiner Steib + + * make.bat: Add note about "Out of environment space" on Windows + 98 SE. Avoid `>' in echo. + 2006-02-27 Reiner Steib * ChangeLog, texi/ChangeLog, lisp/ChangeLog: Fix "From so-and-so" diff --git a/make.bat b/make.bat index fe76a743b..653d8279a 100644 --- a/make.bat +++ b/make.bat @@ -3,6 +3,16 @@ rem Written by Frank Schmitt (ich@frank-schmitt.net) rem based on the work by David Charlap (shamino@writeme.com) rem . +rem . +rem From http://my.gnus.org/node/343: +rem A comment on installing Gnus on Windows 98 SE that might help others: When +rem I ran the "make.bat" file in the 5.10.6 tarball I got a bunch of "Out of +rem environment space" messages. The solution was to (1) make a shortcut to +rem the make.bat file, and (2) right-click on the shortcut, setting "Cmd line" +rem in the "Program" tab in "properties" to include the parameters make.bat +rem requires, and "initial environment" in the "memories" tab, to the maximum +rem (in my case, anyway, 2560). +rem . rem Clear PWD so emacs doesn't get confused set GNUS_PWD_SAVE=%PWD% set PWD= @@ -21,8 +31,8 @@ goto noemacs set EMACS=emacs.bat echo. echo *************************************************************************** -echo * Using emacs.bat (If you've got en Emacs >= 20.3 please remove Emacs.bat, -echo * it isn't needed anymore. +echo * Using emacs.bat (If you've got Emacs 20.3 or higher please remove +echo * Emacs.bat, it isn't needed anymore.) echo *************************************************************************** echo. goto emacs -- 2.25.1