From 0b74e3a16ccca9e9c2b9e09efd31eda11c312266 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 3 Mar 2006 07:50:31 +0000 Subject: [PATCH] Synch to No Gnus 200603030746. --- ChangeLog | 5 +++++ make.bat | 14 ++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e6580f..db6b0fc 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 ad0b021..5cde189 100755 --- 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 -- 1.7.10.4